public class HeadBandApplicationParams extends ParameterType implements java.io.Serializable
Java class for HeadBandApplicationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeadBandApplicationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="BottomColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BottomColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TopColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TopBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Width" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StripMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BottomLength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TopColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BottomBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TopLength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bottomBrand |
protected java.lang.String |
bottomColor |
protected java.lang.String |
bottomColorDetails |
protected java.lang.Double |
bottomLength |
protected java.util.List<GlueLine> |
glueLines |
protected java.lang.String |
stripMaterial |
protected java.lang.String |
topBrand |
protected java.lang.String |
topColor |
protected java.lang.String |
topColorDetails |
protected java.lang.Double |
topLength |
protected java.lang.Double |
width |
| Constructor and Description |
|---|
HeadBandApplicationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBottomBrand()
Gets the value of the bottomBrand property.
|
java.lang.String |
getBottomColor()
Gets the value of the bottomColor property.
|
java.lang.String |
getBottomColorDetails()
Gets the value of the bottomColorDetails property.
|
java.lang.Double |
getBottomLength()
Gets the value of the bottomLength property.
|
java.util.List<GlueLine> |
getGlueLines()
Gets the value of the glueLines property.
|
java.lang.String |
getStripMaterial()
Gets the value of the stripMaterial property.
|
java.lang.String |
getTopBrand()
Gets the value of the topBrand property.
|
java.lang.String |
getTopColor()
Gets the value of the topColor property.
|
java.lang.String |
getTopColorDetails()
Gets the value of the topColorDetails property.
|
java.lang.Double |
getTopLength()
Gets the value of the topLength property.
|
java.lang.Double |
getWidth()
Gets the value of the width property.
|
void |
setBottomBrand(java.lang.String value)
Sets the value of the bottomBrand property.
|
void |
setBottomColor(java.lang.String value)
Sets the value of the bottomColor property.
|
void |
setBottomColorDetails(java.lang.String value)
Sets the value of the bottomColorDetails property.
|
void |
setBottomLength(java.lang.Double value)
Sets the value of the bottomLength property.
|
void |
setStripMaterial(java.lang.String value)
Sets the value of the stripMaterial property.
|
void |
setTopBrand(java.lang.String value)
Sets the value of the topBrand property.
|
void |
setTopColor(java.lang.String value)
Sets the value of the topColor property.
|
void |
setTopColorDetails(java.lang.String value)
Sets the value of the topColorDetails property.
|
void |
setTopLength(java.lang.Double value)
Sets the value of the topLength property.
|
void |
setWidth(java.lang.Double value)
Sets the value of the width property.
|
protected java.util.List<GlueLine> glueLines
protected java.lang.String bottomColor
protected java.lang.String bottomColorDetails
protected java.lang.String topColor
protected java.lang.String topBrand
protected java.lang.Double width
protected java.lang.String stripMaterial
protected java.lang.Double bottomLength
protected java.lang.String topColorDetails
protected java.lang.String bottomBrand
protected java.lang.Double topLength
public java.util.List<GlueLine> getGlueLines()
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 glueLines property.
For example, to add a new item, do as follows:
getGlueLines().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public java.lang.String getBottomColor()
Stringpublic void setBottomColor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBottomColorDetails()
Stringpublic void setBottomColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTopColor()
Stringpublic void setTopColor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTopBrand()
Stringpublic void setTopBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getWidth()
Doublepublic void setWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStripMaterial()
Stringpublic void setStripMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getBottomLength()
Doublepublic void setBottomLength(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getTopColorDetails()
Stringpublic void setTopColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBottomBrand()
Stringpublic void setBottomBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTopLength()
Doublepublic void setTopLength(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.