public class Thresholds extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="threshold" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="limit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enforced" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="aboveThreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Thresholds.Threshold
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Thresholds.Threshold> |
threshold |
| Constructor and Description |
|---|
Thresholds() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<Thresholds.Threshold> |
getThreshold()
Gets the value of the threshold property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setThreshold(List<Thresholds.Threshold> threshold)
Sets the value of the threshold property.
|
protected List<Thresholds.Threshold> threshold
public List<Thresholds.Threshold> getThreshold()
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 threshold property.
For example, to add a new item, do as follows:
getThreshold().add(newItem);
Objects of the following type(s) are allowed in the list
Thresholds.Threshold
public void setThreshold(List<Thresholds.Threshold> threshold)
threshold - allowed object is
Thresholds.Thresholdpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2025. All Rights Reserved.