net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl
Class MessageImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.MessageImpl
All Implemented Interfaces:
Serializable, Cloneable, Message, ModelObject

public class MessageImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Message

See Also:
Serialized Form

Field Summary
protected  ArgumentsImpl arguments
           
protected  String name
           
protected  TextsImpl template
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
MessageImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.MessageImpl instance.
MessageImpl(MessageImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.MessageImpl instance by copying a given instance.
 
Method Summary
 MessageImpl clone()
          Creates and returns a copy of this object.
 Arguments getArguments()
          Gets the value of the arguments property.
 String getName()
          Gets the value of the name property.
 Texts getTemplate()
          Gets the value of the template property.
 void setArguments(Arguments value)
          Sets the value of the arguments property.
 void setName(String value)
          Sets the value of the name property.
 void setTemplate(Texts value)
          Sets the value of the template property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

template

protected TextsImpl template

arguments

protected ArgumentsImpl arguments

name

protected String name
Constructor Detail

MessageImpl

public MessageImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.MessageImpl instance.


MessageImpl

public MessageImpl(MessageImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.MessageImpl instance by copying a given instance.

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

getTemplate

public Texts getTemplate()
Description copied from interface: Message
Gets the value of the template property.

Specified by:
getTemplate in interface Message
Returns:
possible object is Texts

setTemplate

public void setTemplate(Texts value)
Description copied from interface: Message
Sets the value of the template property.

Specified by:
setTemplate in interface Message
Parameters:
value - allowed object is Texts

getArguments

public Arguments getArguments()
Description copied from interface: Message
Gets the value of the arguments property.

Specified by:
getArguments in interface Message
Returns:
possible object is Arguments

setArguments

public void setArguments(Arguments value)
Description copied from interface: Message
Sets the value of the arguments property.

Specified by:
setArguments in interface Message
Parameters:
value - allowed object is Arguments

getName

public String getName()
Description copied from interface: Message
Gets the value of the name property.

Specified by:
getName in interface Message
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Message
Sets the value of the name property.

Specified by:
setName in interface Message
Parameters:
value - allowed object is String

clone

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

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


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