net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container
Class Specifications
java.lang.Object
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Specifications
- All Implemented Interfaces:
- Serializable, Cloneable
public class Specifications
- extends ModelObject
- implements Serializable, Cloneable
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>
- See Also:
- Serialized Form
|
Constructor Summary |
Specifications()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Specifications instance. |
Specifications(Specifications o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Specifications instance by copying a given instance. |
specification
protected Specification[] specification
reference
protected SpecificationReference[] reference
Specifications
public Specifications()
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Specifications instance.
Specifications
public Specifications(Specifications o)
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Specifications instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getSpecification
public Specification[] getSpecification()
- Returns:
- array of
Specification
getSpecification
public Specification getSpecification(int idx)
- Returns:
- one of
Specification
getSpecificationLength
public int getSpecificationLength()
setSpecification
public void setSpecification(Specification[] values)
- Parameters:
values - allowed objects are
Specification
setSpecification
public Specification setSpecification(int idx,
Specification value)
- Parameters:
value - allowed object is
Specification
getReference
public SpecificationReference[] getReference()
- Returns:
- array of
SpecificationReference
getReference
public SpecificationReference getReference(int idx)
- Returns:
- one of
SpecificationReference
getReferenceLength
public int getReferenceLength()
setReference
public void setReference(SpecificationReference[] values)
- Parameters:
values - allowed objects are
SpecificationReference
setReference
public SpecificationReference setReference(int idx,
SpecificationReference value)
- Parameters:
value - allowed object is
SpecificationReference
clone
public Specifications clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class ModelObject
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.