@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class Feeder
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FeederQualityParams" minOccurs="0"/>
</sequence>
<attribute name="AlternatePositions" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FeederSynchronization">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Alternate"/>
<enumeration value="Backup"/>
<enumeration value="Chain"/>
<enumeration value="Primary"/>
</restriction>
</simpleType>
</attribute>
<attribute name="FeederType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Loading" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Opening">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Back"/>
<enumeration value="Front"/>
<enumeration value="None"/>
<enumeration value="Sucker"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Feeder.FeederSynchronization
Java class for null.
|
static class |
Feeder.Opening
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected IntegerList |
alternatePositions |
protected Resource |
component |
protected FeederQualityParams |
feederQualityParams |
protected Feeder.FeederSynchronization |
feederSynchronization |
protected java.lang.String |
feederType |
protected java.lang.String |
loading |
protected Feeder.Opening |
opening |
protected java.lang.Integer |
position |
| Constructor and Description |
|---|
Feeder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
IntegerList |
getAlternatePositions()
Gets the value of the alternatePositions property.
|
Resource |
getComponent()
Gets the value of the component property.
|
FeederQualityParams |
getFeederQualityParams()
Gets the value of the feederQualityParams property.
|
Feeder.FeederSynchronization |
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.
|
Feeder.Opening |
getOpening()
Gets the value of the opening property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.Integer |
getPosition()
Gets the value of the position property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAlternatePositions(IntegerList value)
Sets the value of the alternatePositions property.
|
void |
setComponent(Resource value)
Sets the value of the component property.
|
void |
setFeederQualityParams(FeederQualityParams value)
Sets the value of the feederQualityParams property.
|
void |
setFeederSynchronization(Feeder.FeederSynchronization 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 |
setOpening(Feeder.Opening value)
Sets the value of the opening property.
|
void |
setPosition(java.lang.Integer value)
Sets the value of the position property.
|
Feeder |
withAlternatePositions(IntegerList value) |
Feeder |
withComponent(Resource value) |
Feeder |
withFeederQualityParams(FeederQualityParams value) |
Feeder |
withFeederSynchronization(Feeder.FeederSynchronization value) |
Feeder |
withFeederType(java.lang.String value) |
Feeder |
withLoading(java.lang.String value) |
Feeder |
withOpening(Feeder.Opening value) |
Feeder |
withPosition(java.lang.Integer value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected FeederQualityParams feederQualityParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList alternatePositions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Resource component
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Feeder.FeederSynchronization feederSynchronization
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String feederType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String loading
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Feeder.Opening opening
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer position
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public FeederQualityParams getFeederQualityParams()
FeederQualityParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFeederQualityParams(FeederQualityParams value)
value - allowed object is
FeederQualityParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getAlternatePositions()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setAlternatePositions(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Resource getComponent()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setComponent(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Feeder.FeederSynchronization getFeederSynchronization()
Feeder.FeederSynchronization@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFeederSynchronization(Feeder.FeederSynchronization value)
value - allowed object is
Feeder.FeederSynchronization@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getFeederType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFeederType(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getLoading()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setLoading(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Feeder.Opening getOpening()
Feeder.Opening@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setOpening(Feeder.Opening value)
value - allowed object is
Feeder.Opening@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getPosition()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setPosition(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public Feeder withFeederQualityParams(FeederQualityParams value)
public Feeder withAlternatePositions(IntegerList value)
public Feeder withFeederSynchronization(Feeder.FeederSynchronization value)
public Feeder withFeederType(java.lang.String value)
public Feeder withLoading(java.lang.String value)
public Feeder withOpening(Feeder.Opening value)
public Feeder withPosition(java.lang.Integer value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object