public class CoilBinding
extends java.lang.Object
implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HoleList" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="CoilMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CoilBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
coilBrand |
protected java.lang.String |
coilMaterial |
protected java.util.List<HoleList> |
holeLists |
| Constructor and Description |
|---|
CoilBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCoilBrand()
Gets the value of the coilBrand property.
|
java.lang.String |
getCoilMaterial()
Gets the value of the coilMaterial property.
|
java.util.List<HoleList> |
getHoleLists()
Gets the value of the holeLists property.
|
void |
setCoilBrand(java.lang.String value)
Sets the value of the coilBrand property.
|
void |
setCoilMaterial(java.lang.String value)
Sets the value of the coilMaterial property.
|
protected java.util.List<HoleList> holeLists
protected java.lang.String coilMaterial
protected java.lang.String coilBrand
public java.util.List<HoleList> getHoleLists()
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 holeLists property.
For example, to add a new item, do as follows:
getHoleLists().add(newItem);
Objects of the following type(s) are allowed in the list
HoleList
public java.lang.String getCoilMaterial()
Stringpublic void setCoilMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoilBrand()
Stringpublic void setCoilBrand(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.