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

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

public class QueryTypeImpl
extends Object
implements Serializable, Cloneable, QueryType

See Also:
Serialized Form

Field Summary
protected  DescriptionTypeImpl description
           
protected  XsdStringTypeImpl ejbQl
           
protected  String id
           
protected  QueryMethodTypeImpl queryMethod
           
protected  ResultTypeMappingTypeImpl resultTypeMapping
           
 
Constructor Summary
QueryTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.QueryTypeImpl instance.
QueryTypeImpl(QueryTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.QueryTypeImpl instance by copying a given instance.
 
Method Summary
 QueryTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType getDescription()
          Gets the value of the description property.
 XsdStringType getEjbQl()
          Gets the value of the ejbQl property.
 String getId()
          Gets the value of the id property.
 QueryMethodType getQueryMethod()
          Gets the value of the queryMethod property.
 ResultTypeMappingType getResultTypeMapping()
          Gets the value of the resultTypeMapping property.
 void setDescription(DescriptionType value)
          Sets the value of the description property.
 void setEjbQl(XsdStringType value)
          Sets the value of the ejbQl property.
 void setId(String value)
          Sets the value of the id property.
 void setQueryMethod(QueryMethodType value)
          Sets the value of the queryMethod property.
 void setResultTypeMapping(ResultTypeMappingType value)
          Sets the value of the resultTypeMapping property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionTypeImpl description

queryMethod

protected QueryMethodTypeImpl queryMethod

resultTypeMapping

protected ResultTypeMappingTypeImpl resultTypeMapping

ejbQl

protected XsdStringTypeImpl ejbQl

id

protected String id
Constructor Detail

QueryTypeImpl

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


QueryTypeImpl

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

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

getDescription

public DescriptionType getDescription()
Description copied from interface: QueryType
Gets the value of the description property.

Specified by:
getDescription in interface QueryType
Returns:
possible object is DescriptionType

setDescription

public void setDescription(DescriptionType value)
Description copied from interface: QueryType
Sets the value of the description property.

Specified by:
setDescription in interface QueryType
Parameters:
value - allowed object is DescriptionType

getQueryMethod

public QueryMethodType getQueryMethod()
Description copied from interface: QueryType
Gets the value of the queryMethod property.

Specified by:
getQueryMethod in interface QueryType
Returns:
possible object is QueryMethodType

setQueryMethod

public void setQueryMethod(QueryMethodType value)
Description copied from interface: QueryType
Sets the value of the queryMethod property.

Specified by:
setQueryMethod in interface QueryType
Parameters:
value - allowed object is QueryMethodType

getResultTypeMapping

public ResultTypeMappingType getResultTypeMapping()
Description copied from interface: QueryType
Gets the value of the resultTypeMapping property.

Specified by:
getResultTypeMapping in interface QueryType
Returns:
possible object is ResultTypeMappingType

setResultTypeMapping

public void setResultTypeMapping(ResultTypeMappingType value)
Description copied from interface: QueryType
Sets the value of the resultTypeMapping property.

Specified by:
setResultTypeMapping in interface QueryType
Parameters:
value - allowed object is ResultTypeMappingType

getEjbQl

public XsdStringType getEjbQl()
Description copied from interface: QueryType
Gets the value of the ejbQl property.

Specified by:
getEjbQl in interface QueryType
Returns:
possible object is XsdStringType

setEjbQl

public void setEjbQl(XsdStringType value)
Description copied from interface: QueryType
Sets the value of the ejbQl property.

Specified by:
setEjbQl in interface QueryType
Parameters:
value - allowed object is XsdStringType

getId

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

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

setId

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

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

clone

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