|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.PropsTypeImpl
public class PropsTypeImpl
| Field Summary | |
|---|---|
protected List<Prop> |
prop
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.CollectionTypeImpl |
|---|
valueType |
| Constructor Summary | |
|---|---|
PropsTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.PropsTypeImpl instance. |
|
PropsTypeImpl(PropsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.PropsTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PropsTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyProp(List<Prop> source,
List<Prop> target)
Copies all values of property Prop. |
List<Prop> |
getProp()
Gets the value of the prop property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.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.collections.novalueclass.spring.beans.CollectionType |
|---|
getValueType, setValueType |
| Field Detail |
|---|
protected List<Prop> prop
| Constructor Detail |
|---|
public PropsTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.PropsTypeImpl instance.
public PropsTypeImpl(PropsTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.PropsTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<Prop> getProp()
PropsType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the prop property.
For example, to add a new item, do as follows:
getProp().add(newItem);
Objects of the following type(s) are allowed in the list
Prop
getProp in interface PropsType
protected static void copyProp(List<Prop> source,
List<Prop> target)
Prop.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public PropsTypeImpl clone()
clone in class CollectionTypeImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||