|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.SpecificationReference
public class SpecificationReference
Reference to a specification.
| Field Summary | |
|---|---|
protected String |
identifier
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
SpecificationReference()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.SpecificationReference instance. |
|
SpecificationReference(SpecificationReference o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.SpecificationReference instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SpecificationReference |
clone()
Creates and returns a copy of this object. |
String |
getIdentifier()
The identifier of the referenced specification. |
String |
getVersion()
The version of the referenced specification. |
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.pkg.collections.valueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, 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.pkg.collections.valueclass.jomc.SpecificationReference instance.
public SpecificationReference(SpecificationReference o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.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 | |||||||||