public class Feeder
extends java.lang.Object
implements java.io.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 java.util.List<java.lang.Integer> |
alternatePositions |
protected java.lang.Object |
componentRef |
protected java.lang.Object |
feederQualityParamsRef |
protected java.lang.String |
feederSynchronization |
protected java.lang.String |
feederType |
protected java.lang.String |
loading |
protected java.lang.Object |
mediaRef |
protected java.lang.String |
opening |
protected java.lang.Integer |
position |
| Constructor and Description |
|---|
Feeder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getAlternatePositions()
Gets the value of the alternatePositions property.
|
java.lang.Object |
getComponentRef()
Gets the value of the componentRef property.
|
java.lang.Object |
getFeederQualityParamsRef()
Gets the value of the feederQualityParamsRef property.
|
java.lang.String |
getFeederSynchronization()
Gets the value of the feederSynchronization property.
|
java.lang.String |
getFeederType()
Gets the value of the feederType property.
|
java.lang.String |
getLoading()
Gets the value of the loading property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.String |
getOpening()
Gets the value of the opening property.
|
java.lang.Integer |
getPosition()
Gets the value of the position property.
|
void |
setComponentRef(java.lang.Object value)
Sets the value of the componentRef property.
|
void |
setFeederQualityParamsRef(java.lang.Object value)
Sets the value of the feederQualityParamsRef property.
|
void |
setFeederSynchronization(java.lang.String value)
Sets the value of the feederSynchronization property.
|
void |
setFeederType(java.lang.String value)
Sets the value of the feederType property.
|
void |
setLoading(java.lang.String value)
Sets the value of the loading property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setOpening(java.lang.String value)
Sets the value of the opening property.
|
void |
setPosition(java.lang.Integer value)
Sets the value of the position property.
|
protected java.lang.Integer position
protected java.lang.String opening
protected java.lang.String feederType
protected java.util.List<java.lang.Integer> alternatePositions
protected java.lang.String feederSynchronization
protected java.lang.String loading
protected java.lang.Object mediaRef
protected java.lang.Object componentRef
protected java.lang.Object feederQualityParamsRef
public java.lang.Integer getPosition()
Integerpublic void setPosition(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getOpening()
Stringpublic void setOpening(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFeederType()
Stringpublic void setFeederType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getFeederSynchronization()
Stringpublic void setFeederSynchronization(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLoading()
Stringpublic void setLoading(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getComponentRef()
Objectpublic void setComponentRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getFeederQualityParamsRef()
Objectpublic void setFeederQualityParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.