@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class BlockPreparationParams extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for BlockPreparationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BlockPreparationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterRibbon" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Backing" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Rounding" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TightBacking" type="{http://www.CIP4.org/JDFSchema_2_0}EnumTightBacking" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
backing |
protected List<RegisterRibbon> |
registerRibbon |
protected Double |
rounding |
protected EnumTightBacking |
tightBacking |
| Constructor and Description |
|---|
BlockPreparationParams() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Double |
getBacking()
Gets the value of the backing property.
|
List<RegisterRibbon> |
getRegisterRibbon()
Gets the value of the registerRibbon property.
|
Double |
getRounding()
Gets the value of the rounding property.
|
EnumTightBacking |
getTightBacking()
Gets the value of the tightBacking property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBacking(Double value)
Sets the value of the backing property.
|
void |
setRounding(Double value)
Sets the value of the rounding property.
|
void |
setTightBacking(EnumTightBacking value)
Sets the value of the tightBacking property.
|
BlockPreparationParams |
withBacking(Double value) |
BlockPreparationParams |
withRegisterRibbon(Collection<RegisterRibbon> values) |
BlockPreparationParams |
withRegisterRibbon(RegisterRibbon... values) |
BlockPreparationParams |
withRounding(Double value) |
BlockPreparationParams |
withTightBacking(EnumTightBacking value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<RegisterRibbon> registerRibbon
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double backing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double rounding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumTightBacking tightBacking
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<RegisterRibbon> getRegisterRibbon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the registerRibbon property.
For example, to add a new item, do as follows:
getRegisterRibbon().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterRibbon
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getBacking()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBacking(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getRounding()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setRounding(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumTightBacking getTightBacking()
EnumTightBacking@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTightBacking(EnumTightBacking value)
value - allowed object is
EnumTightBacking@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BlockPreparationParams withRegisterRibbon(RegisterRibbon... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BlockPreparationParams withRegisterRibbon(Collection<RegisterRibbon> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BlockPreparationParams withBacking(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BlockPreparationParams withRounding(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BlockPreparationParams withTightBacking(EnumTightBacking value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") 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.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public 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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.