public class WireCombBinding
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="WireCombMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="WireCombBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="WireCombShape" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<HoleList> |
holeLists |
protected java.lang.String |
wireCombBrand |
protected java.lang.String |
wireCombMaterial |
protected java.lang.String |
wireCombShape |
| Constructor and Description |
|---|
WireCombBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HoleList> |
getHoleLists()
Gets the value of the holeLists property.
|
java.lang.String |
getWireCombBrand()
Gets the value of the wireCombBrand property.
|
java.lang.String |
getWireCombMaterial()
Gets the value of the wireCombMaterial property.
|
java.lang.String |
getWireCombShape()
Gets the value of the wireCombShape property.
|
void |
setWireCombBrand(java.lang.String value)
Sets the value of the wireCombBrand property.
|
void |
setWireCombMaterial(java.lang.String value)
Sets the value of the wireCombMaterial property.
|
void |
setWireCombShape(java.lang.String value)
Sets the value of the wireCombShape property.
|
protected java.util.List<HoleList> holeLists
protected java.lang.String wireCombMaterial
protected java.lang.String wireCombBrand
protected java.lang.String wireCombShape
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 getWireCombMaterial()
Stringpublic void setWireCombMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWireCombBrand()
Stringpublic void setWireCombBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWireCombShape()
Stringpublic void setWireCombShape(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.