public class WireCombBinding 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>
<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 List<HoleList> |
holeLists |
protected String |
wireCombBrand |
protected String |
wireCombMaterial |
protected String |
wireCombShape |
| Constructor and Description |
|---|
WireCombBinding() |
| Modifier and Type | Method and Description |
|---|---|
List<HoleList> |
getHoleLists()
Gets the value of the holeLists property.
|
String |
getWireCombBrand()
Gets the value of the wireCombBrand property.
|
String |
getWireCombMaterial()
Gets the value of the wireCombMaterial property.
|
String |
getWireCombShape()
Gets the value of the wireCombShape property.
|
void |
setWireCombBrand(String value)
Sets the value of the wireCombBrand property.
|
void |
setWireCombMaterial(String value)
Sets the value of the wireCombMaterial property.
|
void |
setWireCombShape(String value)
Sets the value of the wireCombShape property.
|
protected String wireCombMaterial
protected String wireCombBrand
protected String wireCombShape
public 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 String getWireCombMaterial()
Stringpublic void setWireCombMaterial(String value)
value - allowed object is
Stringpublic String getWireCombBrand()
Stringpublic void setWireCombBrand(String value)
value - allowed object is
Stringpublic String getWireCombShape()
StringCopyright © 2012. All Rights Reserved.