public class JMXParameterType extends Object implements Serializable
Java class for JMXParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JMXParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="string" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="double" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="int" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="bigint" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
values |
| Constructor and Description |
|---|
JMXParameterType() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getValues()
Gets the value of the values property.
|
boolean |
isSetValues() |
void |
unsetValues() |
protected List<Serializable> values
public List<Serializable> 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
String
Double
Integer
BigInteger
public boolean isSetValues()
public void unsetValues()
Copyright © 2016. All rights reserved.