
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class SpecificationReference
extends ModelObject
implements Cloneable, Inheritable
Java class for SpecificationReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecificationReference">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_final |
protected String |
identifier |
protected Boolean |
override |
protected String |
version |
authors, createDate, deprecated, documentation, MODEL_PUBLIC_ID, modelVersion| Constructor and Description |
|---|
SpecificationReference()
Creates a new
SpecificationReference instance. |
SpecificationReference(SpecificationReference o)
Creates a new
SpecificationReference instance by deeply copying a given SpecificationReference instance. |
| Modifier and Type | Method and Description |
|---|---|
SpecificationReference |
clone()
Creates and returns a deep copy of this object.
|
String |
getIdentifier()
The identifier of the referenced specification.
|
String |
getVersion()
The version of the referenced specification or
null. |
boolean |
isFinal()
true, if this specification reference is the final node in an inheritance hierarchy. |
boolean |
isOverride()
true, if this specification reference is intended to override a super specification 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.
|
getAnyElement, getAnyElement, getAnyElements, getAnyElements, getAnyObject, getAnyObjects, getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersion@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String identifier
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String version
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean _final
public SpecificationReference()
SpecificationReference instance.public SpecificationReference(SpecificationReference o)
SpecificationReference instance by deeply copying a given SpecificationReference instance.o - The instance to copy.NullPointerException - if o is null.@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getIdentifier()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01: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="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getVersion()
null.String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01: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="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isFinal()
true, if this specification reference is the final node in an inheritance hierarchy.isFinal in interface InheritableBoolean@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+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="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isOverride()
true, if this specification reference is intended to override a super specification reference.isOverride in interface InheritableBoolean@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+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="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public SpecificationReference clone()
clone in class ModelObjectCopyright © 2005–2016 The JOMC Project. All rights reserved.