public class Querystructureext
extends java.lang.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"> <all> <element ref="{http://www.highqsoft.de/schema}anuseq"/> <element ref="{http://www.highqsoft.de/schema}condseq" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}joinseq" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}orderby" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}groupby" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Anuseq |
anuseq |
protected Condseq |
condseq |
protected Groupby |
groupby |
protected Joinseq |
joinseq |
protected Orderby |
orderby |
Constructor and Description |
---|
Querystructureext() |
Modifier and Type | Method and Description |
---|---|
Anuseq |
getAnuseq()
Gets the value of the anuseq property.
|
Condseq |
getCondseq()
Gets the value of the condseq property.
|
Groupby |
getGroupby()
Gets the value of the groupby property.
|
Joinseq |
getJoinseq()
Gets the value of the joinseq property.
|
Orderby |
getOrderby()
Gets the value of the orderby property.
|
void |
setAnuseq(Anuseq value)
Sets the value of the anuseq property.
|
void |
setCondseq(Condseq value)
Sets the value of the condseq property.
|
void |
setGroupby(Groupby value)
Sets the value of the groupby property.
|
void |
setJoinseq(Joinseq value)
Sets the value of the joinseq property.
|
void |
setOrderby(Orderby value)
Sets the value of the orderby property.
|
protected Anuseq anuseq
protected Condseq condseq
protected Joinseq joinseq
protected Orderby orderby
protected Groupby groupby
public Anuseq getAnuseq()
Anuseq
public void setAnuseq(Anuseq value)
value
- allowed object is
Anuseq
public Condseq getCondseq()
Condseq
public void setCondseq(Condseq value)
value
- allowed object is
Condseq
public Joinseq getJoinseq()
Joinseq
public void setJoinseq(Joinseq value)
value
- allowed object is
Joinseq
public Orderby getOrderby()
Orderby
public void setOrderby(Orderby value)
value
- allowed object is
Orderby
public Groupby getGroupby()
Groupby