Package org.proforma

Class FeedbackListType

java.lang.Object
org.proforma.FeedbackListType

public class FeedbackListType extends Object

Java-Klasse für feedback-list-type complex type.

  • Field Details

  • Constructor Details

    • FeedbackListType

      public FeedbackListType()
  • Method Details

    • getStudentFeedback

      public List<FeedbackType> getStudentFeedback()
      Gets the value of the studentFeedback property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the studentFeedback property.

      For example, to add a new item, do as follows:

          getStudentFeedback().add(newItem);
       

      Objects of the following type(s) are allowed in the list FeedbackType

    • getTeacherFeedback

      public List<FeedbackType> getTeacherFeedback()
      Gets the value of the teacherFeedback property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the teacherFeedback property.

      For example, to add a new item, do as follows:

          getTeacherFeedback().add(newItem);
       

      Objects of the following type(s) are allowed in the list FeedbackType