net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.tx.impl
Class AttributesTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.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.pub.indexed.novalueclass.spring.tx.impl.AttributesTypeImpl instance. |
AttributesTypeImpl(AttributesTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.tx.impl.AttributesTypeImpl instance by copying a given instance. |
method
protected AttributesType.Method[] method
AttributesTypeImpl
public AttributesTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.tx.impl.AttributesTypeImpl instance.
AttributesTypeImpl
public AttributesTypeImpl(AttributesTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.tx.impl.AttributesTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getMethod
public AttributesType.Method[] getMethod()
- Specified by:
getMethod in interface AttributesType
- Returns:
- array of
AttributesType.Method
getMethod
public AttributesType.Method getMethod(int idx)
- Specified by:
getMethod in interface AttributesType
- Returns:
- one of
AttributesType.Method
getMethodLength
public int getMethodLength()
- Specified by:
getMethodLength in interface AttributesType
setMethod
public void setMethod(AttributesType.Method[] values)
- Specified by:
setMethod in interface AttributesType
- Parameters:
values - allowed objects are
AttributesType.Method
setMethod
public AttributesType.Method setMethod(int idx,
AttributesType.Method value)
- Specified by:
setMethod in interface AttributesType
value - allowed object is
AttributesType.Method
copyMethod
public void copyMethod(AttributesType.Method[] source)
- Copies all values of property
Method.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source 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.