net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl
Class ReplacedMethodImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<ArgType> argType
           
protected  String name
           
protected  String replacer
           
 
Constructor Summary
ReplacedMethodImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ReplacedMethodImpl instance.
ReplacedMethodImpl(ReplacedMethodImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ReplacedMethodImpl instance by copying a given instance.
 
Method Summary
 ReplacedMethodImpl clone()
          Creates and returns a copy of this object.
 List<ArgType> getArgType()
          Gets the value of the argType property.
 String getName()
          Gets the value of the name property.
 String getReplacer()
          Gets the value of the replacer property.
 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 List<ArgType> argType

name

protected String name

replacer

protected String replacer
Constructor Detail

ReplacedMethodImpl

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


ReplacedMethodImpl

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

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

getArgType

public List<ArgType> getArgType()
Description copied from interface: ReplacedMethod
Gets the value of the argType 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 argType property.

For example, to add a new item, do as follows:

    getArgType().add(newItem);
 

Objects of the following type(s) are allowed in the list ArgType

Specified by:
getArgType in interface ReplacedMethod

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

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.