Package org.proforma

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

      • SeparateTestFeedbackType

        public SeparateTestFeedbackType()
    • Method Detail

      • 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
      • setTestsResponse

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