net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl
Class ReplacedMethodImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.ReplacedMethodImpl
All Implemented Interfaces:
Serializable, Cloneable, ReplacedMethod

public class ReplacedMethodImpl
extends Object
implements Serializable, Cloneable, ReplacedMethod

See Also:
Serialized Form

Field Summary
protected  ArgType[] argType
           
protected  String name
           
protected  String replacer
           
 
Constructor Summary
ReplacedMethodImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.ReplacedMethodImpl instance.
ReplacedMethodImpl(ReplacedMethodImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.ReplacedMethodImpl instance by copying a given instance.
 
Method Summary
 ReplacedMethodImpl clone()
          Creates and returns a copy of this object.
protected  void copyArgType(ArgType[] source)
          Copies all values of property ArgType.
 ArgType[] getArgType()
           
 ArgType getArgType(int idx)
           
 int getArgTypeLength()
           
 String getName()
          Gets the value of the name property.
 String getReplacer()
          Gets the value of the replacer property.
 void setArgType(ArgType[] values)
           
 ArgType setArgType(int idx, ArgType value)
           
 void setName(String value)
          Sets the value of the name property.
 void setReplacer(String value)
          Sets the value of the replacer property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argType

protected ArgType[] argType

name

protected String name

replacer

protected String replacer
Constructor Detail

ReplacedMethodImpl

public ReplacedMethodImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.ReplacedMethodImpl instance.


ReplacedMethodImpl

public ReplacedMethodImpl(ReplacedMethodImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.ReplacedMethodImpl instance by copying a given instance.

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

getArgType

public ArgType[] getArgType()
Specified by:
getArgType in interface ReplacedMethod
Returns:
array of ArgType

getArgType

public ArgType getArgType(int idx)
Specified by:
getArgType in interface ReplacedMethod
Returns:
one of ArgType

getArgTypeLength

public int getArgTypeLength()
Specified by:
getArgTypeLength in interface ReplacedMethod

setArgType

public void setArgType(ArgType[] values)
Specified by:
setArgType in interface ReplacedMethod
Parameters:
values - allowed objects are ArgType

setArgType

public ArgType setArgType(int idx,
                          ArgType value)
Specified by:
setArgType in interface ReplacedMethod
value - allowed object is ArgType

getName

public String getName()
Description copied from interface: ReplacedMethod
Gets the value of the name property.

Specified by:
getName in interface ReplacedMethod
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: ReplacedMethod
Sets the value of the name property.

Specified by:
setName in interface ReplacedMethod
Parameters:
value - allowed object is String

getReplacer

public String getReplacer()
Description copied from interface: ReplacedMethod
Gets the value of the replacer property.

Specified by:
getReplacer in interface ReplacedMethod
Returns:
possible object is String

setReplacer

public void setReplacer(String value)
Description copied from interface: ReplacedMethod
Sets the value of the replacer property.

Specified by:
setReplacer in interface ReplacedMethod
Parameters:
value - allowed object is String

copyArgType

protected void copyArgType(ArgType[] source)
Copies all values of property ArgType.

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

clone

public ReplacedMethodImpl 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.