public class BlockPreparationParams extends ParameterType implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterRibbon" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Rounding" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Backing" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TightBacking" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
backing |
protected java.util.List<RegisterRibbon> |
registerRibbons |
protected java.lang.Double |
rounding |
protected java.lang.String |
tightBacking |
| Constructor and Description |
|---|
BlockPreparationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getBacking()
Gets the value of the backing property.
|
java.util.List<RegisterRibbon> |
getRegisterRibbons()
Gets the value of the registerRibbons property.
|
java.lang.Double |
getRounding()
Gets the value of the rounding property.
|
java.lang.String |
getTightBacking()
Gets the value of the tightBacking property.
|
void |
setBacking(java.lang.Double value)
Sets the value of the backing property.
|
void |
setRounding(java.lang.Double value)
Sets the value of the rounding property.
|
void |
setTightBacking(java.lang.String value)
Sets the value of the tightBacking property.
|
protected java.util.List<RegisterRibbon> registerRibbons
protected java.lang.Double rounding
protected java.lang.Double backing
protected java.lang.String tightBacking
public java.util.List<RegisterRibbon> getRegisterRibbons()
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 registerRibbons property.
For example, to add a new item, do as follows:
getRegisterRibbons().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterRibbon
public java.lang.Double getRounding()
Doublepublic void setRounding(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getBacking()
Doublepublic void setBacking(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getTightBacking()
Stringpublic void setTightBacking(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.