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 IDREF |
componentRef |
protected IDREF |
feederQualityParamsRef |
protected String |
feederSynchronization |
protected String |
feederType |
protected String |
loading |
protected IDREF |
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.
|
IDREF |
getComponentRef()
Gets the value of the componentRef property.
|
IDREF |
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.
|
IDREF |
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(IDREF value)
Sets the value of the componentRef property.
|
void |
setFeederQualityParamsRef(IDREF 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(IDREF 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 IDREF mediaRef
protected IDREF componentRef
protected IDREF 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 IDREF getMediaRef()
Stringpublic void setMediaRef(IDREF value)
value - allowed object is
Stringpublic IDREF getComponentRef()
Stringpublic void setComponentRef(IDREF value)
value - allowed object is
Stringpublic IDREF getFeederQualityParamsRef()
StringCopyright © 2014. All Rights Reserved.