public class SAVEDQUERYType extends Object
Java class for SAVED_QUERYType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SAVED_QUERYType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="query" type="{}QUERYType"/>
<element name="hashValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="alertOnChange" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
alertOnChange |
protected List<String> |
hashValue |
protected QUERYType |
query |
| Constructor and Description |
|---|
SAVEDQUERYType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHashValue()
Gets the value of the hashValue property.
|
QUERYType |
getQuery()
Gets the value of the query property.
|
boolean |
isAlertOnChange()
Gets the value of the alertOnChange property.
|
void |
setAlertOnChange(boolean value)
Sets the value of the alertOnChange property.
|
void |
setQuery(QUERYType value)
Sets the value of the query property.
|
protected QUERYType query
protected boolean alertOnChange
public QUERYType getQuery()
QUERYTypepublic void setQuery(QUERYType value)
value - allowed object is
QUERYTypepublic List<String> getHashValue()
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 hashValue property.
For example, to add a new item, do as follows:
getHashValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isAlertOnChange()
public void setAlertOnChange(boolean value)
Copyright © 2022. All rights reserved.