net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl
Class SpecificationsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.SpecificationsImpl
All Implemented Interfaces:
Serializable, Cloneable, ModelObject, Specifications

public class SpecificationsImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Specifications

See Also:
Serialized Form

Field Summary
protected  SpecificationReference[] reference
           
protected  Specification[] specification
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
SpecificationsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.SpecificationsImpl instance.
SpecificationsImpl(SpecificationsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.SpecificationsImpl instance by copying a given instance.
 
Method Summary
 SpecificationsImpl clone()
          Creates and returns a copy of this object.
protected  void copyReference(SpecificationReference[] source)
          Copies all values of property Reference.
protected  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.prot.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

specification

protected Specification[] specification

reference

protected SpecificationReference[] reference
Constructor Detail

SpecificationsImpl

public SpecificationsImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.SpecificationsImpl instance.


SpecificationsImpl

public SpecificationsImpl(SpecificationsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.SpecificationsImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getSpecification

public Specification[] getSpecification()
Specified by:
getSpecification in interface Specifications
Returns:
array of Specification

getSpecification

public Specification getSpecification(int idx)
Specified by:
getSpecification in interface Specifications
Returns:
one of Specification

getSpecificationLength

public int getSpecificationLength()
Specified by:
getSpecificationLength in interface Specifications

setSpecification

public void setSpecification(Specification[] values)
Specified by:
setSpecification in interface Specifications
Parameters:
values - allowed objects are Specification

setSpecification

public Specification setSpecification(int idx,
                                      Specification value)
Specified by:
setSpecification in interface Specifications
value - allowed object is Specification

getReference

public SpecificationReference[] getReference()
Specified by:
getReference in interface Specifications
Returns:
array of SpecificationReference

getReference

public SpecificationReference getReference(int idx)
Specified by:
getReference in interface Specifications
Returns:
one of SpecificationReference

getReferenceLength

public int getReferenceLength()
Specified by:
getReferenceLength in interface Specifications

setReference

public void setReference(SpecificationReference[] values)
Specified by:
setReference in interface Specifications
Parameters:
values - allowed objects are SpecificationReference

setReference

public SpecificationReference setReference(int idx,
                                           SpecificationReference value)
Specified by:
setReference in interface Specifications
value - allowed object is SpecificationReference

copySpecification

protected void copySpecification(Specification[] source)
Copies all values of property Specification.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyReference

protected void copyReference(SpecificationReference[] source)
Copies all values of property Reference.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public SpecificationsImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObjectImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.