public static class AnalyzeJobType.Freeze 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="time" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
threshold |
protected int |
time |
| Constructor and Description |
|---|
AnalyzeJobType.Freeze() |
| 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() |
float |
getThreshold()
Gets the value of the threshold property.
|
int |
getTime()
Gets the value of the time property.
|
boolean |
isSetThreshold() |
boolean |
isSetTime() |
void |
setThreshold(float value)
Sets the value of the threshold property.
|
void |
setTime(int value)
Sets the value of the time property.
|
AnalyzeJobType.Freeze |
withThreshold(float value) |
AnalyzeJobType.Freeze |
withTime(int value) |
public float getThreshold()
public void setThreshold(float value)
public boolean isSetThreshold()
public int getTime()
public void setTime(int value)
public boolean isSetTime()
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.Freeze withThreshold(float value)
public AnalyzeJobType.Freeze withTime(int value)
Copyright © 2015. All rights reserved.