|
||||||||||
| 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.SpecificationReference
public class SpecificationReference
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://jdtaus.org/core/model/container}ModelObject">
<attribute name="identifier" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="version" type="{http://jdtaus.org/core/model/container}Version" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
identifier
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
SpecificationReference()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.SpecificationReference instance. |
|
SpecificationReference(SpecificationReference o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.SpecificationReference instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SpecificationReference |
clone()
Creates and returns a copy of this object. |
String |
getIdentifier()
Gets the value of the identifier property. |
String |
getVersion()
Gets the value of the version property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setVersion(String value)
Sets the value of the version 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 identifier
protected String version
| Constructor Detail |
|---|
public SpecificationReference()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.SpecificationReference instance.
public SpecificationReference(SpecificationReference o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.SpecificationReference instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic SpecificationReference clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||