net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc
Interface Message

All Superinterfaces:
ModelObject
All Known Implementing Classes:
MessageImpl

public interface Message
extends ModelObject

Message meta-data.

A message consists of the properties name, template and arguments. Property name holds a name uniquely identifying the message in a list of messages. Property template holds the template of the message. Property arguments holds meta-data describing arguments to format the message with.


Method Summary
 Arguments getArguments()
          The arguments of this message.
 String getName()
          The name of this message.
 Texts getTemplate()
          The template of this message.
 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.pkg.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getTemplate

Texts getTemplate()
The template of this message.

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()
The arguments of this message.

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()
The name of this message.

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.