@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class FeederQualityParams
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="BadFeedQuality" type="{http://www.CIP4.org/JDFSchema_2_0}EnumFeedQuality" />
<attribute name="BadFeeds" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="DoubleFeedQuality" type="{http://www.CIP4.org/JDFSchema_2_0}EnumFeedQuality" />
<attribute name="DoubleFeeds" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="IncorrectComponentQuality" type="{http://www.CIP4.org/JDFSchema_2_0}EnumFeedQuality" />
<attribute name="IncorrectComponents" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumFeedQuality |
badFeedQuality |
protected java.lang.Integer |
badFeeds |
protected EnumFeedQuality |
doubleFeedQuality |
protected java.lang.Integer |
doubleFeeds |
protected EnumFeedQuality |
incorrectComponentQuality |
protected java.lang.Integer |
incorrectComponents |
| Constructor and Description |
|---|
FeederQualityParams() |
| 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.EqualsStrategy2 strategy) |
EnumFeedQuality |
getBadFeedQuality()
Gets the value of the badFeedQuality property.
|
java.lang.Integer |
getBadFeeds()
Gets the value of the badFeeds property.
|
EnumFeedQuality |
getDoubleFeedQuality()
Gets the value of the doubleFeedQuality property.
|
java.lang.Integer |
getDoubleFeeds()
Gets the value of the doubleFeeds property.
|
EnumFeedQuality |
getIncorrectComponentQuality()
Gets the value of the incorrectComponentQuality property.
|
java.lang.Integer |
getIncorrectComponents()
Gets the value of the incorrectComponents 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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBadFeedQuality(EnumFeedQuality value)
Sets the value of the badFeedQuality property.
|
void |
setBadFeeds(java.lang.Integer value)
Sets the value of the badFeeds property.
|
void |
setDoubleFeedQuality(EnumFeedQuality value)
Sets the value of the doubleFeedQuality property.
|
void |
setDoubleFeeds(java.lang.Integer value)
Sets the value of the doubleFeeds property.
|
void |
setIncorrectComponentQuality(EnumFeedQuality value)
Sets the value of the incorrectComponentQuality property.
|
void |
setIncorrectComponents(java.lang.Integer value)
Sets the value of the incorrectComponents property.
|
FeederQualityParams |
withBadFeedQuality(EnumFeedQuality value) |
FeederQualityParams |
withBadFeeds(java.lang.Integer value) |
FeederQualityParams |
withDoubleFeedQuality(EnumFeedQuality value) |
FeederQualityParams |
withDoubleFeeds(java.lang.Integer value) |
FeederQualityParams |
withIncorrectComponentQuality(EnumFeedQuality value) |
FeederQualityParams |
withIncorrectComponents(java.lang.Integer value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected EnumFeedQuality badFeedQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer badFeeds
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected EnumFeedQuality doubleFeedQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer doubleFeeds
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected EnumFeedQuality incorrectComponentQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer incorrectComponents
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public EnumFeedQuality getBadFeedQuality()
EnumFeedQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBadFeedQuality(EnumFeedQuality value)
value - allowed object is
EnumFeedQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getBadFeeds()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBadFeeds(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public EnumFeedQuality getDoubleFeedQuality()
EnumFeedQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setDoubleFeedQuality(EnumFeedQuality value)
value - allowed object is
EnumFeedQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getDoubleFeeds()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setDoubleFeeds(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public EnumFeedQuality getIncorrectComponentQuality()
EnumFeedQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setIncorrectComponentQuality(EnumFeedQuality value)
value - allowed object is
EnumFeedQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getIncorrectComponents()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setIncorrectComponents(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02: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 FeederQualityParams withBadFeedQuality(EnumFeedQuality value)
public FeederQualityParams withBadFeeds(java.lang.Integer value)
public FeederQualityParams withDoubleFeedQuality(EnumFeedQuality value)
public FeederQualityParams withDoubleFeeds(java.lang.Integer value)
public FeederQualityParams withIncorrectComponentQuality(EnumFeedQuality value)
public FeederQualityParams withIncorrectComponents(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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object