|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.model.ModelObject
org.jomc.model.MessageReference
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class MessageReferenceReference to a 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://jomc.org/model}ModelObject">
<attribute name="name" use="required" type="{http://jomc.org/model}Identifier" />
<attribute name="final" type="{http://jomc.org/model}Flag" default="false" />
<attribute name="override" type="{http://jomc.org/model}Flag" default="false" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_final
|
protected String |
name
|
protected Boolean |
override
|
| Fields inherited from class org.jomc.model.ModelObject |
|---|
authors, createDate, deprecated, documentation, modelVersion |
| Constructor Summary | |
|---|---|
MessageReference()
Creates a new MessageReference instance. |
|
MessageReference(MessageReference o)
Creates a new MessageReference instance by deeply copying a given MessageReference instance. |
|
| Method Summary | |
|---|---|
MessageReference |
clone()
Creates and returns a deep copy of this object. |
String |
getName()
The name of the referenced message. |
boolean |
isFinal()
true if this message reference is the final node in an inheritance hierarchy. |
boolean |
isOverride()
true if this message reference is intended to override a super message reference. |
void |
setFinal(Boolean value)
Sets the value of the final property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOverride(Boolean value)
Sets the value of the override property. |
| Methods inherited from class org.jomc.model.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String name
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected Boolean _final
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected Boolean override
| Constructor Detail |
|---|
public MessageReference()
MessageReference instance.
public MessageReference(MessageReference o)
MessageReference instance by deeply copying a given MessageReference instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getName()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setName(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public boolean isFinal()
true if this message reference is the final node in an inheritance hierarchy.
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setFinal(Boolean value)
value - allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public boolean isOverride()
true if this message reference is intended to override a super message reference.
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setOverride(Boolean value)
value - allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public MessageReference clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||