net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.tx.impl
Class AttributesTypeImpl

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

Nested Class Summary
static class AttributesTypeImpl.MethodImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.tx.AttributesType
AttributesType.Method
 
Field Summary
protected  AttributesType.Method[] method
           
 
Constructor Summary
AttributesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.tx.impl.AttributesTypeImpl instance.
AttributesTypeImpl(AttributesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.tx.impl.AttributesTypeImpl instance by copying a given instance.
 
Method Summary
 AttributesTypeImpl clone()
          Creates and returns a copy of this object.
 AttributesType.Method[] getMethod()
           
 AttributesType.Method getMethod(int idx)
           
 int getMethodLength()
           
 void setMethod(AttributesType.Method[] values)
           
 AttributesType.Method setMethod(int idx, AttributesType.Method value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected AttributesType.Method[] method
Constructor Detail

AttributesTypeImpl

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


AttributesTypeImpl

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

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

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

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.