net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl
Class PropsTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, CollectionType, PropsType
Direct Known Subclasses:
PropertiesImpl, PropsImpl

public class PropsTypeImpl
extends CollectionTypeImpl
implements Serializable, Cloneable, PropsType

See Also:
Serialized Form

Field Summary
protected  Prop[] prop
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
valueType
 
Constructor Summary
PropsTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance.
PropsTypeImpl(PropsTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance by copying a given instance.
 
Method Summary
 PropsTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyProp(Prop[] source)
          Copies all values of property Prop.
 Prop[] getProp()
           
 Prop getProp(int idx)
           
 int getPropLength()
           
 Prop setProp(int idx, Prop value)
           
 void setProp(Prop[] values)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
getValueType, setValueType
 
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.spring.beans.CollectionType
getValueType, setValueType
 

Field Detail

prop

protected Prop[] prop
Constructor Detail

PropsTypeImpl

public PropsTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance.


PropsTypeImpl

public PropsTypeImpl(PropsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance by copying a given instance.

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

getProp

public Prop[] getProp()
Specified by:
getProp in interface PropsType
Returns:
array of Prop

getProp

public Prop getProp(int idx)
Specified by:
getProp in interface PropsType
Returns:
one of Prop

getPropLength

public int getPropLength()
Specified by:
getPropLength in interface PropsType

setProp

public void setProp(Prop[] values)
Specified by:
setProp in interface PropsType
Parameters:
values - allowed objects are Prop

setProp

public Prop setProp(int idx,
                    Prop value)
Specified by:
setProp in interface PropsType
value - allowed object is Prop

copyProp

protected void copyProp(Prop[] source)
Copies all values of property Prop.

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

clone

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

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


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