public class RollStand extends ResourceType implements Serializable
Java class for RollStand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RollStand">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ResourceType">
<sequence>
<choice>
<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"/>
</choice>
</sequence>
<attribute name="MaxDiameter" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MaxWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Contact> |
contacts |
protected Object |
deviceRef |
protected Object |
identificationFieldRef |
protected List<Location> |
locations |
protected Double |
maxDiameter |
protected Double |
maxWidth |
| Constructor and Description |
|---|
RollStand() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<Location> |
getLocations()
Gets the value of the locations property.
|
Double |
getMaxDiameter()
Gets the value of the maxDiameter property.
|
Double |
getMaxWidth()
Gets the value of the maxWidth property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setMaxDiameter(Double value)
Sets the value of the maxDiameter property.
|
void |
setMaxWidth(Double value)
Sets the value of the maxWidth property.
|
protected Double maxDiameter
protected Double maxWidth
protected Object deviceRef
protected Object identificationFieldRef
public List<Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Location> getLocations()
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 locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public Double getMaxDiameter()
Doublepublic void setMaxDiameter(Double value)
value - allowed object is
Doublepublic Double getMaxWidth()
Doublepublic void setMaxWidth(Double value)
value - allowed object is
Doublepublic Object getDeviceRef()
Objectpublic void setDeviceRef(Object value)
value - allowed object is
Objectpublic Object getIdentificationFieldRef()
ObjectCopyright © 2012. All Rights Reserved.