|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specifications
public class Specifications
Maps class-names to specification meta-data.
Java class for Specifications complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Specifications">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ModelObject">
<choice>
<element ref="{http://jdtaus.org/core/model/container}specification" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference" type="{http://jdtaus.org/core/model/container}SpecificationReference" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SpecificationReference[] |
reference
|
protected Specification[] |
specification
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Specifications()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specifications instance. |
|
Specifications(Specifications o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specifications instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Specifications |
clone()
Creates and returns a copy of this object. |
void |
copyReference(SpecificationReference[] source)
Copies all values of property Reference. |
void |
copySpecification(Specification[] source)
Copies all values of property Specification. |
SpecificationReference[] |
getReference()
|
SpecificationReference |
getReference(int idx)
|
int |
getReferenceLength()
|
Specification[] |
getSpecification()
|
Specification |
getSpecification(int idx)
|
int |
getSpecificationLength()
|
SpecificationReference |
setReference(int idx,
SpecificationReference value)
|
void |
setReference(SpecificationReference[] values)
|
Specification |
setSpecification(int idx,
Specification value)
|
void |
setSpecification(Specification[] values)
|
| Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.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 Specification[] specification
protected SpecificationReference[] reference
| Constructor Detail |
|---|
public Specifications()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specifications instance.
public Specifications(Specifications o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specifications instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Specification[] getSpecification()
Specificationpublic Specification getSpecification(int idx)
Specificationpublic int getSpecificationLength()
public void setSpecification(Specification[] values)
values - allowed objects are
Specification
public Specification setSpecification(int idx,
Specification value)
value - allowed object is
Specificationpublic SpecificationReference[] getReference()
SpecificationReferencepublic SpecificationReference getReference(int idx)
SpecificationReferencepublic int getReferenceLength()
public void setReference(SpecificationReference[] values)
values - allowed objects are
SpecificationReference
public SpecificationReference setReference(int idx,
SpecificationReference value)
value - allowed object is
SpecificationReferencepublic void copySpecification(Specification[] source)
Specification.
source - The source to copy from.
NullPointerException - if source is null.public void copyReference(SpecificationReference[] source)
Reference.
source - The source to copy from.
NullPointerException - if source is null.public Specifications clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||