net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container
Class Specifications

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

Field Summary
protected  SpecificationReference[] reference
           
protected  Specification[] specification
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.ModelObject
documentation, modelVersion
 
Constructor Summary
Specifications()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.Specifications instance.
Specifications(Specifications o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.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.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

specification

protected Specification[] specification

reference

protected SpecificationReference[] reference
Constructor Detail

Specifications

public Specifications()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.Specifications instance.


Specifications

public Specifications(Specifications o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.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.