@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class ShrinkingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ShrinkingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShrinkingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="ShrinkingMethod">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ShrinkCool"/>
<enumeration value="ShrinkHot"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Temperature" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShrinkingParams.ShrinkingMethod
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected ShrinkingParams.ShrinkingMethod |
shrinkingMethod |
protected java.lang.Double |
temperature |
| Constructor and Description |
|---|
ShrinkingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ShrinkingParams.ShrinkingMethod |
getShrinkingMethod()
Gets the value of the shrinkingMethod property.
|
java.lang.Double |
getTemperature()
Gets the value of the temperature property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setShrinkingMethod(ShrinkingParams.ShrinkingMethod value)
Sets the value of the shrinkingMethod property.
|
void |
setTemperature(java.lang.Double value)
Sets the value of the temperature property.
|
ShrinkingParams |
withShrinkingMethod(ShrinkingParams.ShrinkingMethod value) |
ShrinkingParams |
withTemperature(java.lang.Double value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected ShrinkingParams.ShrinkingMethod shrinkingMethod
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double temperature
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public ShrinkingParams.ShrinkingMethod getShrinkingMethod()
ShrinkingParams.ShrinkingMethod@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setShrinkingMethod(ShrinkingParams.ShrinkingMethod value)
value - allowed object is
ShrinkingParams.ShrinkingMethod@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getTemperature()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTemperature(java.lang.Double value)
value - allowed object is
Doublepublic ShrinkingParams withShrinkingMethod(ShrinkingParams.ShrinkingMethod value)
public ShrinkingParams withTemperature(java.lang.Double value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource