net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans
Class PropsType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.CollectionType
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.PropsType
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Properties, Props

public class PropsType
extends CollectionType
implements Serializable, Cloneable

Java class for propsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="propsType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}collectionType">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.springframework.org/schema/beans}prop"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Prop[] prop
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.CollectionType
valueType
 
Constructor Summary
PropsType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.PropsType instance.
PropsType(PropsType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.PropsType instance by copying a given instance.
 
Method Summary
 PropsType clone()
          Creates and returns a copy of this object.
 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.pkg.indexed.valueclass.spring.beans.CollectionType
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prop

protected Prop[] prop
Constructor Detail

PropsType

public PropsType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.PropsType instance.


PropsType

public PropsType(PropsType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.PropsType instance by copying a given instance.

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

getProp

public Prop[] getProp()
Returns:
array of Prop

getProp

public Prop getProp(int idx)
Returns:
one of Prop

getPropLength

public int getPropLength()

setProp

public void setProp(Prop[] values)
Parameters:
values - allowed objects are Prop

setProp

public Prop setProp(int idx,
                    Prop value)
Parameters:
value - allowed object is Prop

clone

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

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


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