|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message
public class Message
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>
| 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 |
|---|
protected Texts template
protected Arguments arguments
protected String name
| Constructor Detail |
|---|
public Message()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message instance.
public Message(Message o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Message instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Texts getTemplate()
Textspublic void setTemplate(Texts value)
value - allowed object is
Textspublic Arguments getArguments()
Argumentspublic void setArguments(Arguments value)
value - allowed object is
Argumentspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Message clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||