public class Feeder 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">
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Opening" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FeederType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="AlternatePositions" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="FeederSynchronization" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Loading" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FeederQualityParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Integer> |
alternatePositions |
protected Object |
componentRef |
protected Object |
feederQualityParamsRef |
protected String |
feederSynchronization |
protected String |
feederType |
protected String |
loading |
protected Object |
mediaRef |
protected String |
opening |
protected Integer |
position |
| Constructor and Description |
|---|
Feeder() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAlternatePositions()
Gets the value of the alternatePositions property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
Object |
getFeederQualityParamsRef()
Gets the value of the feederQualityParamsRef property.
|
String |
getFeederSynchronization()
Gets the value of the feederSynchronization property.
|
String |
getFeederType()
Gets the value of the feederType property.
|
String |
getLoading()
Gets the value of the loading property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
String |
getOpening()
Gets the value of the opening property.
|
Integer |
getPosition()
Gets the value of the position property.
|
void |
setComponentRef(Object value)
Sets the value of the componentRef property.
|
void |
setFeederQualityParamsRef(Object value)
Sets the value of the feederQualityParamsRef property.
|
void |
setFeederSynchronization(String value)
Sets the value of the feederSynchronization property.
|
void |
setFeederType(String value)
Sets the value of the feederType property.
|
void |
setLoading(String value)
Sets the value of the loading property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setOpening(String value)
Sets the value of the opening property.
|
void |
setPosition(Integer value)
Sets the value of the position property.
|
protected Integer position
protected String opening
protected String feederType
protected String feederSynchronization
protected String loading
protected Object mediaRef
protected Object componentRef
protected Object feederQualityParamsRef
public Integer getPosition()
Integerpublic void setPosition(Integer value)
value - allowed object is
Integerpublic String getOpening()
Stringpublic void setOpening(String value)
value - allowed object is
Stringpublic String getFeederType()
Stringpublic void setFeederType(String value)
value - allowed object is
Stringpublic List<Integer> getAlternatePositions()
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 alternatePositions property.
For example, to add a new item, do as follows:
getAlternatePositions().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public String getFeederSynchronization()
Stringpublic void setFeederSynchronization(String value)
value - allowed object is
Stringpublic String getLoading()
Stringpublic void setLoading(String value)
value - allowed object is
Stringpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getComponentRef()
Objectpublic void setComponentRef(Object value)
value - allowed object is
Objectpublic Object getFeederQualityParamsRef()
ObjectCopyright © 2012. All Rights Reserved.