public class InsertLeistungRequest
extends java.lang.Object
insertForm
Java class for insertLeistungRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="insertLeistungRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="formDataId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="leistung" type="{http://memdoc.webservices.yosemite.www.memdoc.org/}leistungItem" maxOccurs="unbounded"/> <element name="serverSessionId" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
formDataId |
protected java.util.List<LeistungItem> |
leistung |
protected long |
serverSessionId |
Constructor and Description |
---|
InsertLeistungRequest() |
Modifier and Type | Method and Description |
---|---|
long |
getFormDataId()
Gets the value of the formDataId property.
|
java.util.List<LeistungItem> |
getLeistung()
Gets the value of the leistung property.
|
long |
getServerSessionId()
Gets the value of the serverSessionId property.
|
void |
setFormDataId(long value)
Sets the value of the formDataId property.
|
void |
setServerSessionId(long value)
Sets the value of the serverSessionId property.
|
protected long formDataId
protected java.util.List<LeistungItem> leistung
protected long serverSessionId
public long getFormDataId()
public void setFormDataId(long value)
public java.util.List<LeistungItem> getLeistung()
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 leistung property.
For example, to add a new item, do as follows:
getLeistung().add(newItem);
Objects of the following type(s) are allowed in the list
LeistungItem
public long getServerSessionId()
public void setServerSessionId(long value)