net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans
Class PropsType
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.CollectionType
net.sourceforge.ccxjc.it.model.priv.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
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.CollectionType |
valueType |
|
Constructor Summary |
PropsType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.PropsType instance. |
PropsType(PropsType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.PropsType instance by copying a given instance. |
prop
protected Prop[] prop
PropsType
public PropsType()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.PropsType instance.
PropsType
public PropsType(PropsType o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.PropsType instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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.