net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class MessageDestinationTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  XsdStringTypeImpl mappedName
           
protected  StringImpl messageDestinationName
           
 
Constructor Summary
MessageDestinationTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.MessageDestinationTypeImpl instance.
MessageDestinationTypeImpl(MessageDestinationTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.MessageDestinationTypeImpl instance by copying a given instance.
 
Method Summary
 MessageDestinationTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 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 setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 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 DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected 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.pkg.indexed.novalueclass.javaee.impl.MessageDestinationTypeImpl instance.


MessageDestinationTypeImpl

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

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface MessageDestinationType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface MessageDestinationType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface MessageDestinationType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface MessageDestinationType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface MessageDestinationType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface MessageDestinationType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface MessageDestinationType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface MessageDestinationType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface MessageDestinationType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface MessageDestinationType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface MessageDestinationType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface MessageDestinationType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface MessageDestinationType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface MessageDestinationType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface MessageDestinationType
value - allowed object is IconType

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

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.