public class HeadBandApplicationParams extends ParameterType implements 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 String |
bottomBrand |
protected String |
bottomColor |
protected String |
bottomColorDetails |
protected Double |
bottomLength |
protected List<GlueLine> |
glueLines |
protected String |
stripMaterial |
protected String |
topBrand |
protected String |
topColor |
protected String |
topColorDetails |
protected Double |
topLength |
protected Double |
width |
| Constructor and Description |
|---|
HeadBandApplicationParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBottomBrand()
Gets the value of the bottomBrand property.
|
String |
getBottomColor()
Gets the value of the bottomColor property.
|
String |
getBottomColorDetails()
Gets the value of the bottomColorDetails property.
|
Double |
getBottomLength()
Gets the value of the bottomLength property.
|
List<GlueLine> |
getGlueLines()
Gets the value of the glueLines property.
|
String |
getStripMaterial()
Gets the value of the stripMaterial property.
|
String |
getTopBrand()
Gets the value of the topBrand property.
|
String |
getTopColor()
Gets the value of the topColor property.
|
String |
getTopColorDetails()
Gets the value of the topColorDetails property.
|
Double |
getTopLength()
Gets the value of the topLength property.
|
Double |
getWidth()
Gets the value of the width property.
|
void |
setBottomBrand(String value)
Sets the value of the bottomBrand property.
|
void |
setBottomColor(String value)
Sets the value of the bottomColor property.
|
void |
setBottomColorDetails(String value)
Sets the value of the bottomColorDetails property.
|
void |
setBottomLength(Double value)
Sets the value of the bottomLength property.
|
void |
setStripMaterial(String value)
Sets the value of the stripMaterial property.
|
void |
setTopBrand(String value)
Sets the value of the topBrand property.
|
void |
setTopColor(String value)
Sets the value of the topColor property.
|
void |
setTopColorDetails(String value)
Sets the value of the topColorDetails property.
|
void |
setTopLength(Double value)
Sets the value of the topLength property.
|
void |
setWidth(Double value)
Sets the value of the width property.
|
protected String bottomColor
protected String bottomColorDetails
protected String topColor
protected String topBrand
protected Double width
protected String stripMaterial
protected Double bottomLength
protected String topColorDetails
protected String bottomBrand
protected Double topLength
public 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 String getBottomColor()
Stringpublic void setBottomColor(String value)
value - allowed object is
Stringpublic String getBottomColorDetails()
Stringpublic void setBottomColorDetails(String value)
value - allowed object is
Stringpublic String getTopColor()
Stringpublic void setTopColor(String value)
value - allowed object is
Stringpublic String getTopBrand()
Stringpublic void setTopBrand(String value)
value - allowed object is
Stringpublic Double getWidth()
Doublepublic void setWidth(Double value)
value - allowed object is
Doublepublic String getStripMaterial()
Stringpublic void setStripMaterial(String value)
value - allowed object is
Stringpublic Double getBottomLength()
Doublepublic void setBottomLength(Double value)
value - allowed object is
Doublepublic String getTopColorDetails()
Stringpublic void setTopColorDetails(String value)
value - allowed object is
Stringpublic String getBottomBrand()
Stringpublic void setBottomBrand(String value)
value - allowed object is
Stringpublic Double getTopLength()
DoubleCopyright © 2012. All Rights Reserved.