net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl
Class AttributesTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl
- All Implemented Interfaces:
- Serializable, Cloneable, AttributesType
public class AttributesTypeImpl
- extends Object
- implements Serializable, Cloneable, AttributesType
- See Also:
- Serialized Form
|
Constructor Summary |
AttributesTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance. |
AttributesTypeImpl(AttributesTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance by copying a given instance. |
method
protected List<AttributesType.Method> method
AttributesTypeImpl
public AttributesTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance.
AttributesTypeImpl
public AttributesTypeImpl(AttributesTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getMethod
public List<AttributesType.Method> getMethod()
- Description copied from interface:
AttributesType
- Gets the value of the method property.
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 method property.
For example, to add a new item, do as follows:
getMethod().add(newItem);
Objects of the following type(s) are allowed in the list
AttributesType.Method
- Specified by:
getMethod in interface AttributesType
clone
public AttributesTypeImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class Object
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.