net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.tx.impl
Class AttributesTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.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

Nested Class Summary
static class AttributesTypeImpl.MethodImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.tx.AttributesType
AttributesType.Method
 
Field Summary
protected  List<AttributesType.Method> method
           
 
Constructor Summary
AttributesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance.
AttributesTypeImpl(AttributesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance by copying a given instance.
 
Method Summary
 AttributesTypeImpl clone()
          Creates and returns a copy of this object.
static void copyMethod(List<AttributesType.Method> source, List<AttributesType.Method> target)
          Copies all values of property Method.
 List<AttributesType.Method> getMethod()
          Gets the value of the method property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected List<AttributesType.Method> method
Constructor Detail

AttributesTypeImpl

public AttributesTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance.


AttributesTypeImpl

public AttributesTypeImpl(AttributesTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.tx.impl.AttributesTypeImpl instance by copying a given instance.

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

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

copyMethod

public static void copyMethod(List<AttributesType.Method> source,
                              List<AttributesType.Method> target)
Copies all values of property Method.

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

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.