Package org.proforma

Class LmsType

java.lang.Object
org.proforma.LmsType

public class LmsType extends Object

Java-Klasse für lms-type complex type.

  • Field Details

  • Constructor Details

    • LmsType

      public LmsType()
  • Method Details

    • getSubmissionDatetime

      public XMLGregorianCalendar getSubmissionDatetime()
      Ruft den Wert der submissionDatetime-Eigenschaft ab.
      Returns:
      possible object is XMLGregorianCalendar
    • setSubmissionDatetime

      public void setSubmissionDatetime(XMLGregorianCalendar value)
      Legt den Wert der submissionDatetime-Eigenschaft fest.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getUserId

      public List<String> getUserId()
      Gets the value of the userId 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 userId property.

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

          getUserId().add(newItem);
       

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

    • getCourseId

      public String getCourseId()
      Ruft den Wert der courseId-Eigenschaft ab.
      Returns:
      possible object is String
    • setCourseId

      public void setCourseId(String value)
      Legt den Wert der courseId-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getAny

      public List<Object> getAny()
      Gets the value of the any 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 any property.

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

          getAny().add(newItem);
       

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

    • getUrl

      public String getUrl()
      Ruft den Wert der url-Eigenschaft ab.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Legt den Wert der url-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • findAnyByInstanceOfClass

      public <T> T findAnyByInstanceOfClass(Class<T> clazz)