public class QualityInfo extends Object
Java class for QualityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qualityScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
qualityScore |
| Constructor and Description |
|---|
QualityInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getQualityScore()
Gets the value of the qualityScore property.
|
void |
setQualityScore(Integer value)
Sets the value of the qualityScore property.
|
protected Integer qualityScore
Copyright © 2023. All rights reserved.