com.sun.grizzly.http.webxml.schema
Class MessageDestination

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.MessageDestination

public class MessageDestination
extends Object


Field Summary
 List<String> description
           
 List<String> displayName
           
 List<Icon> icon
           
 String mappedName
           
 String messageDestinationName
           
 
Constructor Summary
MessageDestination()
           
 
Method Summary
 List<String> getDescription()
           
 List<String> getDisplayName()
           
 List<Icon> getIcon()
           
 String getMappedName()
           
 String getMessageDestinationName()
           
 void setDescription(List<String> description)
           
 void setDisplayName(List<String> displayName)
           
 void setIcon(List<Icon> icon)
           
 void setMappedName(String mappedName)
           
 void setMessageDestinationName(String messageDestinationName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public List<String> description

displayName

public List<String> displayName

icon

public List<Icon> icon

messageDestinationName

public String messageDestinationName

mappedName

public String mappedName
Constructor Detail

MessageDestination

public MessageDestination()
Method Detail

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getDisplayName

public List<String> getDisplayName()

setDisplayName

public void setDisplayName(List<String> displayName)

getIcon

public List<Icon> getIcon()

setIcon

public void setIcon(List<Icon> icon)

getMessageDestinationName

public String getMessageDestinationName()

setMessageDestinationName

public void setMessageDestinationName(String messageDestinationName)

getMappedName

public String getMappedName()

setMappedName

public void setMappedName(String mappedName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.