|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.MessageReference
public class MessageReference
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>
| Field Summary | |
|---|---|
protected String |
name
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
MessageReference()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.MessageReference instance. |
|
MessageReference(MessageReference o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.MessageReference instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MessageReference |
clone()
Creates and returns a copy of this object. |
String |
getName()
Gets the value of the name property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
| Constructor Detail |
|---|
public MessageReference()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.MessageReference instance.
public MessageReference(MessageReference o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.MessageReference instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic MessageReference clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||