public class Strap extends ResourceType implements Serializable
Java class for Strap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Strap">
<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="StrapColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Material" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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 |
material |
protected String |
strapColor |
| Constructor and Description |
|---|
Strap() |
| 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 |
getMaterial()
Gets the value of the material property.
|
String |
getStrapColor()
Gets the value of the strapColor property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setMaterial(String value)
Sets the value of the material property.
|
void |
setStrapColor(String value)
Sets the value of the strapColor property.
|
protected String strapColor
protected String material
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 getStrapColor()
Stringpublic void setStrapColor(String value)
value - allowed object is
Stringpublic String getMaterial()
Stringpublic void setMaterial(String value)
value - allowed object is
Stringpublic Object getIdentificationFieldRef()
ObjectCopyright © 2013. All Rights Reserved.