public class FeederQualityParams
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="DoubleFeeds" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="IncorrectComponentQuality" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BadFeeds" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BadFeedQuality" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DoubleFeedQuality" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="IncorrectComponents" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
badFeedQuality |
protected java.lang.Integer |
badFeeds |
protected java.lang.String |
doubleFeedQuality |
protected java.lang.Integer |
doubleFeeds |
protected java.lang.String |
incorrectComponentQuality |
protected java.lang.Integer |
incorrectComponents |
| Constructor and Description |
|---|
FeederQualityParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBadFeedQuality()
Gets the value of the badFeedQuality property.
|
java.lang.Integer |
getBadFeeds()
Gets the value of the badFeeds property.
|
java.lang.String |
getDoubleFeedQuality()
Gets the value of the doubleFeedQuality property.
|
java.lang.Integer |
getDoubleFeeds()
Gets the value of the doubleFeeds property.
|
java.lang.String |
getIncorrectComponentQuality()
Gets the value of the incorrectComponentQuality property.
|
java.lang.Integer |
getIncorrectComponents()
Gets the value of the incorrectComponents property.
|
void |
setBadFeedQuality(java.lang.String value)
Sets the value of the badFeedQuality property.
|
void |
setBadFeeds(java.lang.Integer value)
Sets the value of the badFeeds property.
|
void |
setDoubleFeedQuality(java.lang.String value)
Sets the value of the doubleFeedQuality property.
|
void |
setDoubleFeeds(java.lang.Integer value)
Sets the value of the doubleFeeds property.
|
void |
setIncorrectComponentQuality(java.lang.String value)
Sets the value of the incorrectComponentQuality property.
|
void |
setIncorrectComponents(java.lang.Integer value)
Sets the value of the incorrectComponents property.
|
protected java.lang.Integer doubleFeeds
protected java.lang.String incorrectComponentQuality
protected java.lang.Integer badFeeds
protected java.lang.String badFeedQuality
protected java.lang.String doubleFeedQuality
protected java.lang.Integer incorrectComponents
public java.lang.Integer getDoubleFeeds()
Integerpublic void setDoubleFeeds(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getIncorrectComponentQuality()
Stringpublic void setIncorrectComponentQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getBadFeeds()
Integerpublic void setBadFeeds(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getBadFeedQuality()
Stringpublic void setBadFeedQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDoubleFeedQuality()
Stringpublic void setDoubleFeedQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getIncorrectComponents()
Integerpublic void setIncorrectComponents(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.