net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container
Interface MessageReference

All Superinterfaces:
ModelObject
All Known Implementing Classes:
MessageReferenceImpl

public interface MessageReference
extends ModelObject

Reference to a text message.

Java class for MessageReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MessageReference">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}ModelObject">
       <attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getName()
          Gets the value of the name property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

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.