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.
|
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.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.