public class Tool extends ResourceType implements Serializable
Java class for Tool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tool">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ResourceType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ToolType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Contact> |
contact |
protected Object |
identificationFieldRef |
protected List<Location> |
location |
protected String |
toolType |
| Constructor and Description |
|---|
Tool() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContact()
Gets the value of the contact property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<Location> |
getLocation()
Gets the value of the location property.
|
String |
getToolType()
Gets the value of the toolType property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setToolType(String value)
Sets the value of the toolType property.
|
protected String toolType
protected Object identificationFieldRef
public List<Location> getLocation()
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 location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public String getToolType()
Stringpublic void setToolType(String value)
value - allowed object is
Stringpublic Object getIdentificationFieldRef()
ObjectCopyright © 2013. All Rights Reserved.