Class LmsType
Java-Klasse für lms-type complex type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
findAnyByInstanceOfClass
(Class<T> clazz) getAny()
Gets the value of the any property.Ruft den Wert der courseId-Eigenschaft ab.Ruft den Wert der submissionDatetime-Eigenschaft ab.getUrl()
Ruft den Wert der url-Eigenschaft ab.Gets the value of the userId property.void
setCourseId
(String value) Legt den Wert der courseId-Eigenschaft fest.void
Legt den Wert der submissionDatetime-Eigenschaft fest.void
Legt den Wert der url-Eigenschaft fest.
-
Field Details
-
submissionDatetime
-
userId
-
courseId
-
any
-
url
-
-
Constructor Details
-
LmsType
public LmsType()
-
-
Method Details
-
getSubmissionDatetime
Ruft den Wert der submissionDatetime-Eigenschaft ab.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmissionDatetime
Legt den Wert der submissionDatetime-Eigenschaft fest.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
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
Ruft den Wert der courseId-Eigenschaft ab.- Returns:
- possible object is
String
-
setCourseId
Legt den Wert der courseId-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
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
Ruft den Wert der url-Eigenschaft ab.- Returns:
- possible object is
String
-
setUrl
Legt den Wert der url-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
findAnyByInstanceOfClass
-