public class QUERYType extends Object
Java class for QUERYType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QUERYType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CQL">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="REFINE" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="COMMUNITYID" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="communityId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="COLLECTIONID" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="collectionId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
QUERYType.COLLECTIONID
Java class for anonymous complex type.
|
static class |
QUERYType.COMMUNITYID
Java class for anonymous complex type.
|
static class |
QUERYType.CQL
Java class for anonymous complex type.
|
static class |
QUERYType.REFINE
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<QUERYType.COLLECTIONID> |
collectionid |
protected List<QUERYType.COMMUNITYID> |
communityid |
protected QUERYType.CQL |
cql |
protected QUERYType.REFINE |
refine |
| Constructor and Description |
|---|
QUERYType() |
| Modifier and Type | Method and Description |
|---|---|
List<QUERYType.COLLECTIONID> |
getCOLLECTIONID()
Gets the value of the collectionid property.
|
List<QUERYType.COMMUNITYID> |
getCOMMUNITYID()
Gets the value of the communityid property.
|
QUERYType.CQL |
getCQL()
Gets the value of the cql property.
|
QUERYType.REFINE |
getREFINE()
Gets the value of the refine property.
|
void |
setCQL(QUERYType.CQL value)
Sets the value of the cql property.
|
void |
setREFINE(QUERYType.REFINE value)
Sets the value of the refine property.
|
protected QUERYType.CQL cql
protected QUERYType.REFINE refine
protected List<QUERYType.COMMUNITYID> communityid
protected List<QUERYType.COLLECTIONID> collectionid
public QUERYType.CQL getCQL()
QUERYType.CQLpublic void setCQL(QUERYType.CQL value)
value - allowed object is
QUERYType.CQLpublic QUERYType.REFINE getREFINE()
QUERYType.REFINEpublic void setREFINE(QUERYType.REFINE value)
value - allowed object is
QUERYType.REFINEpublic List<QUERYType.COMMUNITYID> getCOMMUNITYID()
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 communityid property.
For example, to add a new item, do as follows:
getCOMMUNITYID().add(newItem);
Objects of the following type(s) are allowed in the list
QUERYType.COMMUNITYID
public List<QUERYType.COLLECTIONID> getCOLLECTIONID()
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 collectionid property.
For example, to add a new item, do as follows:
getCOLLECTIONID().add(newItem);
Objects of the following type(s) are allowed in the list
QUERYType.COLLECTIONID
Copyright © 2022. All rights reserved.