
public interface Message extends ModelObject
The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 762)
<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>
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersionArguments getArguments()
ArgumentsElement
ArgumentsTexts getTemplate()
Texts
TemplateElementvoid setArguments(Arguments value)
value - allowed object is
ArgumentsElement
Argumentsvoid setName(String value)
value - allowed object is
Stringvoid setTemplate(Texts value)
value - allowed object is
Texts
TemplateElementCopyright © 2005–2014 jDTAUS. All rights reserved.