net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container
Class Message

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message
All Implemented Interfaces:
Serializable, Cloneable

public class Message
extends ModelObject
implements Serializable, Cloneable

Text message.

Java class for Message complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Message">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}ModelObject">
       <sequence>
         <element ref="{http://jdtaus.org/core/model/container}template" minOccurs="0"/>
         <element ref="{http://jdtaus.org/core/model/container}arguments" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Arguments arguments
           
protected  String name
           
protected  Texts template
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject
documentation, modelVersion
 
Constructor Summary
Message()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message instance.
Message(Message o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message instance by copying a given instance.
 
Method Summary
 Message 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.pub.indexed.valueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

protected Texts template

arguments

protected Arguments arguments

name

protected String name
Constructor Detail

Message

public Message()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message instance.


Message

public Message(Message o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message instance by copying a given instance.

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

getTemplate

public Texts getTemplate()
Gets the value of the template property.

Returns:
possible object is Texts

setTemplate

public void setTemplate(Texts value)
Sets the value of the template property.

Parameters:
value - allowed object is Texts

getArguments

public Arguments getArguments()
Gets the value of the arguments property.

Returns:
possible object is Arguments

setArguments

public void setArguments(Arguments value)
Sets the value of the arguments property.

Parameters:
value - allowed object is Arguments

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

clone

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

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


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