|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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 interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Method Detail |
|---|
Texts getTemplate()
Textsvoid setTemplate(Texts value)
value - allowed object is
TextsArguments getArguments()
Argumentsvoid setArguments(Arguments value)
value - allowed object is
ArgumentsString getName()
Stringvoid setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||