public class ResultLookupsType extends Object implements Serializable
Java class for ResultLookupsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultLookupsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="value" type="{http://xml.adeptnet.org/prtg/prtg-config.xsd}ResultLookupType"/>
</choice>
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
defaultValue |
protected List<ResultLookupType> |
values |
| Constructor and Description |
|---|
ResultLookupsType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultValue()
Gets the value of the defaultValue property.
|
List<ResultLookupType> |
getValues()
Gets the value of the values property.
|
boolean |
isSetDefaultValue() |
boolean |
isSetValues() |
void |
setDefaultValue(int value)
Sets the value of the defaultValue property.
|
void |
unsetDefaultValue() |
void |
unsetValues() |
protected List<ResultLookupType> values
protected Integer defaultValue
public List<ResultLookupType> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
ResultLookupType
public boolean isSetValues()
public void unsetValues()
public int getDefaultValue()
Integerpublic void setDefaultValue(int value)
value - allowed object is
Integerpublic boolean isSetDefaultValue()
public void unsetDefaultValue()
Copyright © 2016. All rights reserved.