net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc
Class Specifications
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.Specifications
- All Implemented Interfaces:
- Serializable, Cloneable
public class Specifications
- extends ModelObject
- implements Serializable, Cloneable
List of specications.
- See Also:
- Serialized Form
|
Constructor Summary |
Specifications()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.Specifications instance. |
Specifications(Specifications o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.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.priv.indexed.valueclass.jomc.Specifications instance.
Specifications
public Specifications(Specifications o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.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.