public class FeederQualityParams 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="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 String |
badFeedQuality |
protected Integer |
badFeeds |
protected String |
doubleFeedQuality |
protected Integer |
doubleFeeds |
protected String |
incorrectComponentQuality |
protected Integer |
incorrectComponents |
| Constructor and Description |
|---|
FeederQualityParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBadFeedQuality()
Gets the value of the badFeedQuality property.
|
Integer |
getBadFeeds()
Gets the value of the badFeeds property.
|
String |
getDoubleFeedQuality()
Gets the value of the doubleFeedQuality property.
|
Integer |
getDoubleFeeds()
Gets the value of the doubleFeeds property.
|
String |
getIncorrectComponentQuality()
Gets the value of the incorrectComponentQuality property.
|
Integer |
getIncorrectComponents()
Gets the value of the incorrectComponents property.
|
void |
setBadFeedQuality(String value)
Sets the value of the badFeedQuality property.
|
void |
setBadFeeds(Integer value)
Sets the value of the badFeeds property.
|
void |
setDoubleFeedQuality(String value)
Sets the value of the doubleFeedQuality property.
|
void |
setDoubleFeeds(Integer value)
Sets the value of the doubleFeeds property.
|
void |
setIncorrectComponentQuality(String value)
Sets the value of the incorrectComponentQuality property.
|
void |
setIncorrectComponents(Integer value)
Sets the value of the incorrectComponents property.
|
protected Integer doubleFeeds
protected String incorrectComponentQuality
protected Integer badFeeds
protected String badFeedQuality
protected String doubleFeedQuality
protected Integer incorrectComponents
public Integer getDoubleFeeds()
Integerpublic void setDoubleFeeds(Integer value)
value - allowed object is
Integerpublic String getIncorrectComponentQuality()
Stringpublic void setIncorrectComponentQuality(String value)
value - allowed object is
Stringpublic Integer getBadFeeds()
Integerpublic void setBadFeeds(Integer value)
value - allowed object is
Integerpublic String getBadFeedQuality()
Stringpublic void setBadFeedQuality(String value)
value - allowed object is
Stringpublic String getDoubleFeedQuality()
Stringpublic void setDoubleFeedQuality(String value)
value - allowed object is
Stringpublic Integer getIncorrectComponents()
IntegerCopyright © 2013. All Rights Reserved.