net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc
Class Specifications

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.ModelObject
      extended by 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

Field Summary
protected  SpecificationReference[] reference
           
protected  Specification[] specification
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.ModelObject
authors, createDate, documentation, modelVersion
 
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.
 
Method Summary
 Specifications clone()
          Creates and returns a copy of this object.
 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.priv.indexed.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

specification

protected Specification[] specification

reference

protected SpecificationReference[] reference
Constructor Detail

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.
Method Detail

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.