Class 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 Detail

      • score

        protected Long score
      • qualityCalculationFailed

        protected String qualityCalculationFailed
    • Constructor Detail

      • QualityType

        public QualityType()
    • Method Detail

      • setAlgorithm

        public void setAlgorithm​(RegistryIDType value)
        Sets the value of the algorithm property.
        Parameters:
        value - allowed object is RegistryIDType
      • 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 is Long
      • getQualityCalculationFailed

        public String getQualityCalculationFailed()
        Gets the value of the qualityCalculationFailed property.
        Returns:
        possible object is String
      • setQualityCalculationFailed

        public void setQualityCalculationFailed​(String value)
        Sets the value of the qualityCalculationFailed property.
        Parameters:
        value - allowed object is String