public class BlockPreparationParams extends ParameterType implements 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterRibbon" maxOccurs="unbounded" minOccurs="0"/>
</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 Double |
backing |
protected List<RegisterRibbon> |
registerRibbon |
protected Double |
rounding |
protected String |
tightBacking |
| Constructor and Description |
|---|
BlockPreparationParams() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getTightBacking()
Gets the value of the tightBacking property.
|
void |
setBacking(Double value)
Sets the value of the backing property.
|
void |
setRounding(Double value)
Sets the value of the rounding property.
|
void |
setTightBacking(String value)
Sets the value of the tightBacking property.
|
protected List<RegisterRibbon> registerRibbon
protected Double rounding
protected Double backing
protected String tightBacking
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
public Double getRounding()
Doublepublic void setRounding(Double value)
value - allowed object is
Doublepublic Double getBacking()
Doublepublic void setBacking(Double value)
value - allowed object is
Doublepublic String getTightBacking()
StringCopyright © 2013. All Rights Reserved.