net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class NamedMethodTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.NamedMethodTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, NamedMethodType

public class NamedMethodTypeImpl
extends Object
implements Serializable, Cloneable, NamedMethodType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  StringImpl methodName
           
protected  MethodParamsTypeImpl methodParams
           
 
Constructor Summary
NamedMethodTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.NamedMethodTypeImpl instance.
NamedMethodTypeImpl(NamedMethodTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.NamedMethodTypeImpl instance by copying a given instance.
 
Method Summary
 NamedMethodTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getMethodName()
          Gets the value of the methodName property.
 MethodParamsType getMethodParams()
          Gets the value of the methodParams property.
 void setId(String value)
          Sets the value of the id property.
 void setMethodName(String value)
          Sets the value of the methodName property.
 void setMethodParams(MethodParamsType value)
          Sets the value of the methodParams property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected StringImpl methodName

methodParams

protected MethodParamsTypeImpl methodParams

id

protected String id
Constructor Detail

NamedMethodTypeImpl

public NamedMethodTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.NamedMethodTypeImpl instance.


NamedMethodTypeImpl

public NamedMethodTypeImpl(NamedMethodTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.NamedMethodTypeImpl instance by copying a given instance.

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

getMethodName

public String getMethodName()
Description copied from interface: NamedMethodType
Gets the value of the methodName property.

Specified by:
getMethodName in interface NamedMethodType
Returns:
possible object is String

setMethodName

public void setMethodName(String value)
Description copied from interface: NamedMethodType
Sets the value of the methodName property.

Specified by:
setMethodName in interface NamedMethodType
Parameters:
value - allowed object is String

getMethodParams

public MethodParamsType getMethodParams()
Description copied from interface: NamedMethodType
Gets the value of the methodParams property.

Specified by:
getMethodParams in interface NamedMethodType
Returns:
possible object is MethodParamsType

setMethodParams

public void setMethodParams(MethodParamsType value)
Description copied from interface: NamedMethodType
Sets the value of the methodParams property.

Specified by:
setMethodParams in interface NamedMethodType
Parameters:
value - allowed object is MethodParamsType

getId

public String getId()
Description copied from interface: NamedMethodType
Gets the value of the id property.

Specified by:
getId in interface NamedMethodType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: NamedMethodType
Sets the value of the id property.

Specified by:
setId in interface NamedMethodType
Parameters:
value - allowed object is String

clone

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