Package org.apache.openejb.jee.jba.cmp
Class Select
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.Select
-
public class Select extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}distinct" minOccurs="0"/> <sequence minOccurs="0"> <element ref="{http://jboss.org}ejb-name"/> <element ref="{http://jboss.org}field-name" minOccurs="0"/> </sequence> <element ref="{http://jboss.org}alias" minOccurs="0"/> <element ref="{http://jboss.org}additional-columns" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AdditionalColumnsadditionalColumnsprotected Aliasaliasprotected Distinctdistinctprotected EjbNameejbNameprotected FieldNamefieldName
-
Constructor Summary
Constructors Constructor Description Select()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalColumnsgetAdditionalColumns()Gets the value of the additionalColumns property.AliasgetAlias()Gets the value of the alias property.DistinctgetDistinct()Gets the value of the distinct property.EjbNamegetEjbName()Gets the value of the ejbName property.FieldNamegetFieldName()Gets the value of the fieldName property.voidsetAdditionalColumns(AdditionalColumns value)Sets the value of the additionalColumns property.voidsetAlias(Alias value)Sets the value of the alias property.voidsetDistinct(Distinct value)Sets the value of the distinct property.voidsetEjbName(EjbName value)Sets the value of the ejbName property.voidsetFieldName(FieldName value)Sets the value of the fieldName property.
-
-
-
Field Detail
-
distinct
protected Distinct distinct
-
ejbName
protected EjbName ejbName
-
fieldName
protected FieldName fieldName
-
alias
protected Alias alias
-
additionalColumns
protected AdditionalColumns additionalColumns
-
-
Method Detail
-
getDistinct
public Distinct getDistinct()
Gets the value of the distinct property.- Returns:
- possible object is
Distinct
-
setDistinct
public void setDistinct(Distinct value)
Sets the value of the distinct property.- Parameters:
value- allowed object isDistinct
-
getEjbName
public EjbName getEjbName()
Gets the value of the ejbName property.- Returns:
- possible object is
EjbName
-
setEjbName
public void setEjbName(EjbName value)
Sets the value of the ejbName property.- Parameters:
value- allowed object isEjbName
-
getFieldName
public FieldName getFieldName()
Gets the value of the fieldName property.- Returns:
- possible object is
FieldName
-
setFieldName
public void setFieldName(FieldName value)
Sets the value of the fieldName property.- Parameters:
value- allowed object isFieldName
-
getAlias
public Alias getAlias()
Gets the value of the alias property.- Returns:
- possible object is
Alias
-
setAlias
public void setAlias(Alias value)
Sets the value of the alias property.- Parameters:
value- allowed object isAlias
-
getAdditionalColumns
public AdditionalColumns getAdditionalColumns()
Gets the value of the additionalColumns property.- Returns:
- possible object is
AdditionalColumns
-
setAdditionalColumns
public void setAdditionalColumns(AdditionalColumns value)
Sets the value of the additionalColumns property.- Parameters:
value- allowed object isAdditionalColumns
-
-