net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class MessageDestinationTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, MessageDestinationType

public class MessageDestinationTypeImpl
extends Object
implements Serializable, Cloneable, MessageDestinationType

See Also:
Serialized Form

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.prot.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance.
MessageDestinationTypeImpl(MessageDestinationTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance by copying a given instance.
 
Method Summary
 MessageDestinationTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
protected static void copyDisplayName(List<DisplayNameType> source, List<DisplayNameType> target)
          Copies all values of property DisplayName.
protected static void copyIcon(List<IconType> source, List<IconType> target)
          Copies all values of property Icon.
 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

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

messageDestinationName

protected StringImpl messageDestinationName

mappedName

protected XsdStringTypeImpl mappedName

id

protected String id
Constructor Detail

MessageDestinationTypeImpl

public MessageDestinationTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance.


MessageDestinationTypeImpl

public MessageDestinationTypeImpl(MessageDestinationTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MessageDestinationTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: MessageDestinationType
Gets the value of the description property.

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

Specified by:
getDescription in interface MessageDestinationType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: MessageDestinationType
Gets the value of the displayName property.

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

Specified by:
getDisplayName in interface MessageDestinationType

getIcon

public List<IconType> getIcon()
Description copied from interface: MessageDestinationType
Gets the value of the icon property.

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

Specified by:
getIcon in interface MessageDestinationType

getMessageDestinationName

public String getMessageDestinationName()
Description copied from interface: MessageDestinationType
Gets the value of the messageDestinationName property.

Specified by:
getMessageDestinationName in interface MessageDestinationType
Returns:
possible object is String

setMessageDestinationName

public void setMessageDestinationName(String value)
Description copied from interface: MessageDestinationType
Sets the value of the messageDestinationName property.

Specified by:
setMessageDestinationName in interface MessageDestinationType
Parameters:
value - allowed object is String

getMappedName

public XsdStringType getMappedName()
Description copied from interface: MessageDestinationType
Gets the value of the mappedName property.

Specified by:
getMappedName in interface MessageDestinationType
Returns:
possible object is XsdStringType

setMappedName

public void setMappedName(XsdStringType value)
Description copied from interface: MessageDestinationType
Sets the value of the mappedName property.

Specified by:
setMappedName in interface MessageDestinationType
Parameters:
value - allowed object is XsdStringType

getId

public String getId()
Description copied from interface: MessageDestinationType
Gets the value of the id property.

Specified by:
getId in interface MessageDestinationType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: MessageDestinationType
Sets the value of the id property.

Specified by:
setId in interface MessageDestinationType
Parameters:
value - allowed object is String

copyDescription

protected static void copyDescription(List<DescriptionType> source,
                                      List<DescriptionType> target)
Copies all values of property Description.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyDisplayName

protected static void copyDisplayName(List<DisplayNameType> source,
                                      List<DisplayNameType> target)
Copies all values of property DisplayName.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyIcon

protected static void copyIcon(List<IconType> source,
                               List<IconType> target)
Copies all values of property Icon.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

public MessageDestinationTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.