public class PlasticCombBinding extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HoleList" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="CombBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PlasticCombType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
combBrand |
protected List<HoleList> |
holeList |
protected String |
plasticCombType |
| Constructor and Description |
|---|
PlasticCombBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCombBrand()
Gets the value of the combBrand property.
|
List<HoleList> |
getHoleList()
Gets the value of the holeList property.
|
String |
getPlasticCombType()
Gets the value of the plasticCombType property.
|
void |
setCombBrand(String value)
Sets the value of the combBrand property.
|
void |
setPlasticCombType(String value)
Sets the value of the plasticCombType property.
|
public List<HoleList> getHoleList()
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 holeList property.
For example, to add a new item, do as follows:
getHoleList().add(newItem);
Objects of the following type(s) are allowed in the list
HoleList
public String getCombBrand()
Stringpublic void setCombBrand(String value)
value - allowed object is
Stringpublic String getPlasticCombType()
StringCopyright © 2013. All Rights Reserved.