public class SpineTapingParams extends ParameterType implements java.io.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 java.util.List<GlueApplication> |
glueApplications |
protected java.lang.Double |
horizontalExcess |
protected java.lang.Double |
horizontalExcessBack |
protected java.lang.String |
stripBrand |
protected java.lang.String |
stripColor |
protected java.lang.String |
stripColorDetails |
protected java.lang.Double |
stripLength |
protected java.lang.String |
stripMaterial |
protected java.lang.Double |
topExcess |
| Constructor and Description |
|---|
SpineTapingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GlueApplication> |
getGlueApplications()
Gets the value of the glueApplications property.
|
java.lang.Double |
getHorizontalExcess()
Gets the value of the horizontalExcess property.
|
java.lang.Double |
getHorizontalExcessBack()
Gets the value of the horizontalExcessBack property.
|
java.lang.String |
getStripBrand()
Gets the value of the stripBrand property.
|
java.lang.String |
getStripColor()
Gets the value of the stripColor property.
|
java.lang.String |
getStripColorDetails()
Gets the value of the stripColorDetails property.
|
java.lang.Double |
getStripLength()
Gets the value of the stripLength property.
|
java.lang.String |
getStripMaterial()
Gets the value of the stripMaterial property.
|
java.lang.Double |
getTopExcess()
Gets the value of the topExcess property.
|
void |
setHorizontalExcess(java.lang.Double value)
Sets the value of the horizontalExcess property.
|
void |
setHorizontalExcessBack(java.lang.Double value)
Sets the value of the horizontalExcessBack property.
|
void |
setStripBrand(java.lang.String value)
Sets the value of the stripBrand property.
|
void |
setStripColor(java.lang.String value)
Sets the value of the stripColor property.
|
void |
setStripColorDetails(java.lang.String value)
Sets the value of the stripColorDetails property.
|
void |
setStripLength(java.lang.Double value)
Sets the value of the stripLength property.
|
void |
setStripMaterial(java.lang.String value)
Sets the value of the stripMaterial property.
|
void |
setTopExcess(java.lang.Double value)
Sets the value of the topExcess property.
|
protected java.util.List<GlueApplication> glueApplications
protected java.lang.Double horizontalExcess
protected java.lang.Double topExcess
protected java.lang.Double horizontalExcessBack
protected java.lang.String stripColorDetails
protected java.lang.String stripMaterial
protected java.lang.Double stripLength
protected java.lang.String stripBrand
protected java.lang.String stripColor
public java.util.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 java.lang.Double getHorizontalExcess()
Doublepublic void setHorizontalExcess(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTopExcess()
Doublepublic void setTopExcess(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getHorizontalExcessBack()
Doublepublic void setHorizontalExcessBack(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStripColorDetails()
Stringpublic void setStripColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStripMaterial()
Stringpublic void setStripMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getStripLength()
Doublepublic void setStripLength(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStripBrand()
Stringpublic void setStripBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStripColor()
Stringpublic void setStripColor(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.