|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl
public class MessageDestinationTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected List<IconType> |
icon
|
protected String |
id
|
protected XsdStringTypeImpl |
mappedName
|
protected StringImpl |
messageDestinationName
|
| Constructor Summary | |
|---|---|
MessageDestinationTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance. |
|
MessageDestinationTypeImpl(MessageDestinationTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MessageDestinationTypeImpl |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
String |
getMessageDestinationName()
Gets the value of the messageDestinationName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
void |
setMessageDestinationName(String value)
Sets the value of the messageDestinationName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected StringImpl messageDestinationName
protected XsdStringTypeImpl mappedName
protected String id
| Constructor Detail |
|---|
public MessageDestinationTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance.
public MessageDestinationTypeImpl(MessageDestinationTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
MessageDestinationType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface MessageDestinationTypepublic List<DisplayNameType> getDisplayName()
MessageDestinationType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
getDisplayName in interface MessageDestinationTypepublic List<IconType> getIcon()
MessageDestinationType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
getIcon in interface MessageDestinationTypepublic String getMessageDestinationName()
MessageDestinationType
getMessageDestinationName in interface MessageDestinationTypeStringpublic void setMessageDestinationName(String value)
MessageDestinationType
setMessageDestinationName in interface MessageDestinationTypevalue - allowed object is
Stringpublic XsdStringType getMappedName()
MessageDestinationType
getMappedName in interface MessageDestinationTypeXsdStringTypepublic void setMappedName(XsdStringType value)
MessageDestinationType
setMappedName in interface MessageDestinationTypevalue - allowed object is
XsdStringTypepublic String getId()
MessageDestinationType
getId in interface MessageDestinationTypeStringpublic void setId(String value)
MessageDestinationType
setId in interface MessageDestinationTypevalue - allowed object is
Stringpublic MessageDestinationTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||