Package org.proforma

Class SeparateTestFeedbackType

java.lang.Object
org.proforma.AbstractTestFeedbackType
org.proforma.SeparateTestFeedbackType

public class SeparateTestFeedbackType extends AbstractTestFeedbackType

Java-Klasse für separate-test-feedback-type complex type.

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

 <complexType name="separate-test-feedback-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="submission-feedback-list" type="{urn:proforma:v2.0}feedback-list-type"/>
         <element name="tests-response" type="{urn:proforma:v2.0}tests-response-type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SeparateTestFeedbackType

      public SeparateTestFeedbackType()
  • Method Details

    • getSubmissionFeedbackList

      public FeedbackListType getSubmissionFeedbackList()
      Ruft den Wert der submissionFeedbackList-Eigenschaft ab.
      Returns:
      possible object is FeedbackListType
    • setSubmissionFeedbackList

      public void setSubmissionFeedbackList(FeedbackListType value)
      Legt den Wert der submissionFeedbackList-Eigenschaft fest.
      Parameters:
      value - allowed object is FeedbackListType
    • getTestsResponse

      public TestsResponseType getTestsResponse()
      Ruft den Wert der testsResponse-Eigenschaft ab.
      Returns:
      possible object is TestsResponseType
    • setTestsResponse

      public void setTestsResponse(TestsResponseType value)
      Legt den Wert der testsResponse-Eigenschaft fest.
      Parameters:
      value - allowed object is TestsResponseType