Package org.proforma

Class ResponseType

java.lang.Object
org.proforma.ResponseType

public class ResponseType extends Object

Java class for response-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="response-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="merged-test-feedback" type="{urn:proforma:v2.1}merged-test-feedback-type"/>
           <element name="separate-test-feedback" type="{urn:proforma:v2.1}separate-test-feedback-type"/>
         </choice>
         <element name="files" type="{urn:proforma:v2.1}response-files-type"/>
         <element name="response-meta-data" type="{urn:proforma:v2.1}response-meta-data-type"/>
       </sequence>
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
       <attribute name="submission-id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResponseType

      public ResponseType()
  • Method Details

    • getTestFeedback

      public AbstractTestFeedbackType getTestFeedback()
    • setTestFeedback

      public void setTestFeedback(AbstractTestFeedbackType value)
    • getFiles

      public ResponseFilesType getFiles()
      Ruft den Wert der files-Eigenschaft ab.
      Returns:
      possible object is ResponseFilesType
    • setFiles

      public void setFiles(ResponseFilesType value)
      Legt den Wert der files-Eigenschaft fest.
      Parameters:
      value - allowed object is ResponseFilesType
    • getResponseMetaData

      public ResponseMetaDataType getResponseMetaData()
      Ruft den Wert der responseMetaData-Eigenschaft ab.
      Returns:
      possible object is ResponseMetaDataType
    • setResponseMetaData

      public void setResponseMetaData(ResponseMetaDataType value)
      Legt den Wert der responseMetaData-Eigenschaft fest.
      Parameters:
      value - allowed object is ResponseMetaDataType
    • getLang

      public String getLang()
      Ruft den Wert der lang-Eigenschaft ab.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Legt den Wert der lang-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getSubmissionId

      public String getSubmissionId()
      Gets the value of the submissionId property.
      Returns:
      possible object is String
    • setSubmissionId

      public void setSubmissionId(String value)
      Sets the value of the submissionId property.
      Parameters:
      value - allowed object is String
    • findFileByPath

      public ResponseFileType findFileByPath(String path)