net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container
Interface Message

All Superinterfaces:
ModelObject
All Known Implementing Classes:
MessageImpl

public interface Message
extends ModelObject

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.prot.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getTemplate

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

Returns:
possible object is Texts

setTemplate

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

Parameters:
value - allowed object is Texts

getArguments

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

Returns:
possible object is Arguments

setArguments

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

Parameters:
value - allowed object is Arguments

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


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