public class SpineTapingParams extends ParameterType implements Serializable
Java class for SpineTapingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpineTapingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueApplication" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="HorizontalExcess" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TopExcess" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="HorizontalExcessBack" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StripColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StripMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="StripLength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StripBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StripColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<GlueApplication> |
glueApplications |
protected Double |
horizontalExcess |
protected Double |
horizontalExcessBack |
protected String |
stripBrand |
protected String |
stripColor |
protected String |
stripColorDetails |
protected Double |
stripLength |
protected String |
stripMaterial |
protected Double |
topExcess |
| Constructor and Description |
|---|
SpineTapingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<GlueApplication> |
getGlueApplications()
Gets the value of the glueApplications property.
|
Double |
getHorizontalExcess()
Gets the value of the horizontalExcess property.
|
Double |
getHorizontalExcessBack()
Gets the value of the horizontalExcessBack property.
|
String |
getStripBrand()
Gets the value of the stripBrand property.
|
String |
getStripColor()
Gets the value of the stripColor property.
|
String |
getStripColorDetails()
Gets the value of the stripColorDetails property.
|
Double |
getStripLength()
Gets the value of the stripLength property.
|
String |
getStripMaterial()
Gets the value of the stripMaterial property.
|
Double |
getTopExcess()
Gets the value of the topExcess property.
|
void |
setHorizontalExcess(Double value)
Sets the value of the horizontalExcess property.
|
void |
setHorizontalExcessBack(Double value)
Sets the value of the horizontalExcessBack property.
|
void |
setStripBrand(String value)
Sets the value of the stripBrand property.
|
void |
setStripColor(String value)
Sets the value of the stripColor property.
|
void |
setStripColorDetails(String value)
Sets the value of the stripColorDetails property.
|
void |
setStripLength(Double value)
Sets the value of the stripLength property.
|
void |
setStripMaterial(String value)
Sets the value of the stripMaterial property.
|
void |
setTopExcess(Double value)
Sets the value of the topExcess property.
|
protected List<GlueApplication> glueApplications
protected Double horizontalExcess
protected Double topExcess
protected Double horizontalExcessBack
protected String stripColorDetails
protected String stripMaterial
protected Double stripLength
protected String stripBrand
protected String stripColor
public List<GlueApplication> getGlueApplications()
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 glueApplications property.
For example, to add a new item, do as follows:
getGlueApplications().add(newItem);
Objects of the following type(s) are allowed in the list
GlueApplication
public Double getHorizontalExcess()
Doublepublic void setHorizontalExcess(Double value)
value - allowed object is
Doublepublic Double getTopExcess()
Doublepublic void setTopExcess(Double value)
value - allowed object is
Doublepublic Double getHorizontalExcessBack()
Doublepublic void setHorizontalExcessBack(Double value)
value - allowed object is
Doublepublic String getStripColorDetails()
Stringpublic void setStripColorDetails(String value)
value - allowed object is
Stringpublic String getStripMaterial()
Stringpublic void setStripMaterial(String value)
value - allowed object is
Stringpublic Double getStripLength()
Doublepublic void setStripLength(Double value)
value - allowed object is
Doublepublic String getStripBrand()
Stringpublic void setStripBrand(String value)
value - allowed object is
Stringpublic String getStripColor()
StringCopyright © 2012. All Rights Reserved.