Package org.proforma

Class SubtestResponseType

java.lang.Object
org.proforma.SubtestResponseType

public class SubtestResponseType extends Object

Java-Klasse für subtest-response-type complex type.

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

 <complexType name="subtest-response-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="test-result" type="{urn:proforma:v2.0}test-result-type"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SubtestResponseType

      public SubtestResponseType()
  • Method Details

    • getTestResult

      public TestResultType getTestResult()
      Ruft den Wert der testResult-Eigenschaft ab.
      Returns:
      possible object is TestResultType
    • setTestResult

      public void setTestResult(TestResultType value)
      Legt den Wert der testResult-Eigenschaft fest.
      Parameters:
      value - allowed object is TestResultType
    • getId

      public String getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String