public static class AnalyzeJobType.Freeze extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
AnalyzeJobType.Freeze.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected float |
threshold |
protected int |
time |
Constructor and Description |
---|
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() |
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.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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.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
public AnalyzeJobType.Freeze withThreshold(float value)
public AnalyzeJobType.Freeze withTime(int value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public AnalyzeJobType.Freeze visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.