net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc
Interface MessageReference

All Superinterfaces:
ModelObject
All Known Implementing Classes:
MessageReferenceImpl

public interface MessageReference
extends ModelObject

Reference to a text message.


Method Summary
 String getName()
          The name of the referenced message.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getName

String getName()
The name of the referenced 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.