net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class QueryMethodTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.QueryMethodTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, QueryMethodType

public class QueryMethodTypeImpl
extends Object
implements Serializable, Cloneable, QueryMethodType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  MethodNameTypeImpl methodName
           
protected  MethodParamsTypeImpl methodParams
           
 
Constructor Summary
QueryMethodTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.QueryMethodTypeImpl instance.
QueryMethodTypeImpl(QueryMethodTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.QueryMethodTypeImpl instance by copying a given instance.
 
Method Summary
 QueryMethodTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 MethodNameType 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(MethodNameType 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 MethodNameTypeImpl methodName

methodParams

protected MethodParamsTypeImpl methodParams

id

protected String id
Constructor Detail

QueryMethodTypeImpl

public QueryMethodTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.QueryMethodTypeImpl instance.


QueryMethodTypeImpl

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

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

getMethodName

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

Specified by:
getMethodName in interface QueryMethodType
Returns:
possible object is MethodNameType

setMethodName

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

Specified by:
setMethodName in interface QueryMethodType
Parameters:
value - allowed object is MethodNameType

getMethodParams

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

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

setMethodParams

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

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

getId

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

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

setId

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

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

clone

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