Package org.proforma

Class ResultType

java.lang.Object
org.proforma.ResultType

public class ResultType extends Object

Java-Klasse für result-type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="result-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="score" type="{urn:proforma:v2.0}score-type"/>
         <element name="validity" type="{urn:proforma:v2.0}validity-type" minOccurs="0"/>
       </sequence>
       <attribute name="is-internal-error" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResultType

      public ResultType()
    • ResultType

      public ResultType(Double score)
  • Method Details

    • getScore

      public BigDecimal getScore()
      Ruft den Wert der score-Eigenschaft ab.
      Returns:
      possible object is BigDecimal
    • setScore

      public void setScore(BigDecimal value)
      Legt den Wert der score-Eigenschaft fest.
      Parameters:
      value - allowed object is BigDecimal
    • getValidity

      public BigDecimal getValidity()
      Ruft den Wert der validity-Eigenschaft ab.
      Returns:
      possible object is BigDecimal
    • setValidity

      public void setValidity(BigDecimal value)
      Legt den Wert der validity-Eigenschaft fest.
      Parameters:
      value - allowed object is BigDecimal
    • isIsInternalError

      public boolean isIsInternalError()
      Ruft den Wert der isInternalError-Eigenschaft ab.
      Returns:
      possible object is Boolean
    • setIsInternalError

      public void setIsInternalError(Boolean value)
      Legt den Wert der isInternalError-Eigenschaft fest.
      Parameters:
      value - allowed object is Boolean