Class QualityType
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
-
public class QualityType extends Object
Java class for QualityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Algorithm" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}RegistryIDType"/> <choice> <element name="Score" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}QualityScoreType"/> <element name="QualityCalculationFailed" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RegistryIDTypealgorithmprotected StringqualityCalculationFailedprotected Longscore
-
Constructor Summary
Constructors Constructor Description QualityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryIDTypegetAlgorithm()Gets the value of the algorithm property.StringgetQualityCalculationFailed()Gets the value of the qualityCalculationFailed property.LonggetScore()Gets the value of the score property.voidsetAlgorithm(RegistryIDType value)Sets the value of the algorithm property.voidsetQualityCalculationFailed(String value)Sets the value of the qualityCalculationFailed property.voidsetScore(Long value)Sets the value of the score property.
-
-
-
Field Detail
-
algorithm
protected RegistryIDType algorithm
-
score
protected Long score
-
qualityCalculationFailed
protected String qualityCalculationFailed
-
-
Method Detail
-
getAlgorithm
public RegistryIDType getAlgorithm()
Gets the value of the algorithm property.- Returns:
- possible object is
RegistryIDType
-
setAlgorithm
public void setAlgorithm(RegistryIDType value)
Sets the value of the algorithm property.- Parameters:
value- allowed object isRegistryIDType
-
getScore
public Long getScore()
Gets the value of the score property.- Returns:
- possible object is
Long
-
setScore
public void setScore(Long value)
Sets the value of the score property.- Parameters:
value- allowed object isLong
-
getQualityCalculationFailed
public String getQualityCalculationFailed()
Gets the value of the qualityCalculationFailed property.- Returns:
- possible object is
String
-
-