public class BODYType extends Object
Java class for BODYType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BODYType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QUERY_RESULTS" type="{}QUERY_RESULTSType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="USER_ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CQL_QUERY" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="HASH_VALUE" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cqlquery |
protected BigInteger |
hashvalue |
protected List<QUERYRESULTSType> |
queryresults |
protected String |
userid |
| Constructor and Description |
|---|
BODYType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCQLQUERY()
Gets the value of the cqlquery property.
|
BigInteger |
getHASHVALUE()
Gets the value of the hashvalue property.
|
List<QUERYRESULTSType> |
getQUERYRESULTS()
Gets the value of the queryresults property.
|
String |
getUSERID()
Gets the value of the userid property.
|
void |
setCQLQUERY(String value)
Sets the value of the cqlquery property.
|
void |
setHASHVALUE(BigInteger value)
Sets the value of the hashvalue property.
|
void |
setUSERID(String value)
Sets the value of the userid property.
|
protected List<QUERYRESULTSType> queryresults
protected String userid
protected String cqlquery
protected BigInteger hashvalue
public List<QUERYRESULTSType> getQUERYRESULTS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the queryresults property.
For example, to add a new item, do as follows:
getQUERYRESULTS().add(newItem);
Objects of the following type(s) are allowed in the list
QUERYRESULTSType
public String getUSERID()
Stringpublic void setUSERID(String value)
value - allowed object is
Stringpublic String getCQLQUERY()
Stringpublic void setCQLQUERY(String value)
value - allowed object is
Stringpublic BigInteger getHASHVALUE()
BigIntegerpublic void setHASHVALUE(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2022. All rights reserved.