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

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.PropertiesImpl
All Implemented Interfaces:
Serializable, Cloneable, ModelObject, Properties

public class PropertiesImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Properties

See Also:
Serialized Form

Field Summary
protected  Property[] property
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
PropertiesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.PropertiesImpl instance.
PropertiesImpl(PropertiesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.PropertiesImpl instance by copying a given instance.
 
Method Summary
 PropertiesImpl clone()
          Creates and returns a copy of this object.
protected  void copyProperty(Property[] source)
          Copies all values of property Property.
 Property[] getProperty()
           
 Property getProperty(int idx)
           
 int getPropertyLength()
           
 Property setProperty(int idx, Property value)
           
 void setProperty(Property[] 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

property

protected Property[] property
Constructor Detail

PropertiesImpl

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


PropertiesImpl

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

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

getProperty

public Property[] getProperty()
Specified by:
getProperty in interface Properties
Returns:
array of Property

getProperty

public Property getProperty(int idx)
Specified by:
getProperty in interface Properties
Returns:
one of Property

getPropertyLength

public int getPropertyLength()
Specified by:
getPropertyLength in interface Properties

setProperty

public void setProperty(Property[] values)
Specified by:
setProperty in interface Properties
Parameters:
values - allowed objects are Property

setProperty

public Property setProperty(int idx,
                            Property value)
Specified by:
setProperty in interface Properties
value - allowed object is Property

copyProperty

protected void copyProperty(Property[] source)
Copies all values of property Property.

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

clone

public PropertiesImpl 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.