public static class AnalyzeJobType.Bars extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
percentage |
protected float |
threshold |
| Constructor and Description |
|---|
AnalyzeJobType.Bars() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
int |
getPercentage()
Gets the value of the percentage property.
|
float |
getThreshold()
Gets the value of the threshold property.
|
boolean |
isSetPercentage() |
boolean |
isSetThreshold() |
void |
setPercentage(int value)
Sets the value of the percentage property.
|
void |
setThreshold(float value)
Sets the value of the threshold property.
|
AnalyzeJobType.Bars |
withPercentage(int value) |
AnalyzeJobType.Bars |
withThreshold(float value) |
public float getThreshold()
public void setThreshold(float value)
public boolean isSetThreshold()
public int getPercentage()
public void setPercentage(int value)
public boolean isSetPercentage()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic AnalyzeJobType.Bars withThreshold(float value)
public AnalyzeJobType.Bars withPercentage(int value)
Copyright © 2015. All rights reserved.