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 IntegerList |
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 |
|---|---|
IntegerList |
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 |
setAlternatePositions(IntegerList value)
Sets the value of the alternatePositions 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 IntegerList alternatePositions
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 IntegerList getAlternatePositions()
Stringpublic void setAlternatePositions(IntegerList value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.