|
||||||||||
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.ImplementationReference
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class ImplementationReference
Reference to an implementation.
Java class for ImplementationReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImplementationReference"> <complexContent> <extension base="{http://jomc.org/model}ModelObject"> <attribute name="identifier" use="required" type="{http://jomc.org/model}Identifier" /> <attribute name="version" type="{http://jomc.org/model}Version" /> <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 |
identifier
|
protected Boolean |
override
|
protected String |
version
|
Fields inherited from class org.jomc.model.ModelObject |
---|
authors, createDate, deprecated, documentation, MODEL_PUBLIC_ID, modelVersion |
Constructor Summary | |
---|---|
ImplementationReference()
Creates a new ImplementationReference instance. |
|
ImplementationReference(ImplementationReference o)
Creates a new ImplementationReference instance by deeply copying a given ImplementationReference instance. |
Method Summary | |
---|---|
ImplementationReference |
clone()
Creates and returns a deep copy of this object. |
String |
getIdentifier()
The identifier of the referenced implementation. |
String |
getVersion()
The version of the referenced implementation or null . |
boolean |
isFinal()
true , if this implementation reference is the final node in an inheritance hierarchy. |
boolean |
isOverride()
true , if this implementation reference is intended to override a super implementation reference. |
void |
setFinal(Boolean value)
Sets the value of the final property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setOverride(Boolean value)
Sets the value of the override property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class org.jomc.model.ModelObject |
---|
getAnyElement, getAnyElement, getAnyElements, getAnyElements, getAnyObject, getAnyObjects, 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="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String identifier
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String version
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected Boolean _final
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected Boolean override
Constructor Detail |
---|
public ImplementationReference()
ImplementationReference
instance.
public ImplementationReference(ImplementationReference o)
ImplementationReference
instance by deeply copying a given ImplementationReference
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setIdentifier(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getVersion()
null
.
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setVersion(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public boolean isFinal()
true
, if this implementation reference is the final node in an inheritance hierarchy.
isFinal
in interface Inheritable
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02: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="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public boolean isOverride()
true
, if this implementation reference is intended to override a super implementation reference.
isOverride
in interface Inheritable
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2012-04-01T02:39:59+02: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="2012-04-01T02:39:59+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public ImplementationReference clone()
clone
in class ModelObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |