|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.Select
public class Select
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 | |
|---|---|
protected AdditionalColumns |
additionalColumns
|
protected Alias |
alias
|
protected Distinct |
distinct
|
protected EjbName |
ejbName
|
protected FieldName |
fieldName
|
| Constructor Summary | |
|---|---|
Select()
|
|
| Method Summary | |
|---|---|
AdditionalColumns |
getAdditionalColumns()
Gets the value of the additionalColumns property. |
Alias |
getAlias()
Gets the value of the alias property. |
Distinct |
getDistinct()
Gets the value of the distinct property. |
EjbName |
getEjbName()
Gets the value of the ejbName property. |
FieldName |
getFieldName()
Gets the value of the fieldName property. |
void |
setAdditionalColumns(AdditionalColumns value)
Sets the value of the additionalColumns property. |
void |
setAlias(Alias value)
Sets the value of the alias property. |
void |
setDistinct(Distinct value)
Sets the value of the distinct property. |
void |
setEjbName(EjbName value)
Sets the value of the ejbName property. |
void |
setFieldName(FieldName value)
Sets the value of the fieldName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Distinct distinct
protected EjbName ejbName
protected FieldName fieldName
protected Alias alias
protected AdditionalColumns additionalColumns
| Constructor Detail |
|---|
public Select()
| Method Detail |
|---|
public Distinct getDistinct()
Distinctpublic void setDistinct(Distinct value)
value - allowed object is
Distinctpublic EjbName getEjbName()
EjbNamepublic void setEjbName(EjbName value)
value - allowed object is
EjbNamepublic FieldName getFieldName()
FieldNamepublic void setFieldName(FieldName value)
value - allowed object is
FieldNamepublic Alias getAlias()
Aliaspublic void setAlias(Alias value)
value - allowed object is
Aliaspublic AdditionalColumns getAdditionalColumns()
AdditionalColumnspublic void setAdditionalColumns(AdditionalColumns value)
value - allowed object is
AdditionalColumns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||