@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class MessageReference extends ModelObject implements Cloneable, Inheritable
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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
_final |
protected String |
name |
protected Boolean |
override |
authors, createDate, deprecated, documentation, MODEL_PUBLIC_ID, modelVersion
Constructor and Description |
---|
MessageReference()
Creates a new
MessageReference instance. |
MessageReference(MessageReference o)
Creates a new
MessageReference instance by deeply copying a given MessageReference instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
getAnyElement, getAnyElement, getAnyElements, getAnyElements, getAnyObject, getAnyObjects, getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersion
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected Boolean _final
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
.@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public boolean isFinal()
true
, if this message reference is the final node in an inheritance hierarchy.isFinal
in interface Inheritable
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setFinal(Boolean value)
value
- allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public boolean isOverride()
true
, if this message reference is intended to override a super message reference.isOverride
in interface Inheritable
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setOverride(Boolean value)
value
- allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T04:13:17+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public MessageReference clone()
clone
in class ModelObject
Copyright © 2005–2014 The JOMC Project. All rights reserved.