@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class BlockPreparationParams
extends SpecificResource
implements java.io.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}SpecificResource">
<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}float" />
<attribute name="Rounding" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="TightBacking" type="{http://www.CIP4.org/JDFSchema_2_0}TightBacking" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
backing |
protected java.util.List<RegisterRibbon> |
registerRibbon |
protected java.lang.Float |
rounding |
protected TightBacking |
tightBacking |
| Constructor and Description |
|---|
BlockPreparationParams() |
| 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) |
java.lang.Float |
getBacking()
Gets the value of the backing property.
|
java.util.List<RegisterRibbon> |
getRegisterRibbon()
Gets the value of the registerRibbon property.
|
java.lang.Float |
getRounding()
Gets the value of the rounding property.
|
TightBacking |
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(java.lang.Float value)
Sets the value of the backing property.
|
void |
setRounding(java.lang.Float value)
Sets the value of the rounding property.
|
void |
setTightBacking(TightBacking value)
Sets the value of the tightBacking property.
|
BlockPreparationParams |
withBacking(java.lang.Float value) |
BlockPreparationParams |
withRegisterRibbon(java.util.Collection<RegisterRibbon> values) |
BlockPreparationParams |
withRegisterRibbon(RegisterRibbon... values) |
BlockPreparationParams |
withRounding(java.lang.Float value) |
BlockPreparationParams |
withTightBacking(TightBacking value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<RegisterRibbon> registerRibbon
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float backing
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float rounding
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected TightBacking tightBacking
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getBacking()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBacking(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getRounding()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setRounding(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public TightBacking getTightBacking()
TightBacking@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setTightBacking(TightBacking value)
value - allowed object is
TightBackingpublic BlockPreparationParams withRegisterRibbon(RegisterRibbon... values)
public BlockPreparationParams withRegisterRibbon(java.util.Collection<RegisterRibbon> values)
public BlockPreparationParams withBacking(java.lang.Float value)
public BlockPreparationParams withRounding(java.lang.Float value)
public BlockPreparationParams withTightBacking(TightBacking 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