public class GetListOfFormDataResponse
extends java.lang.Object
The parameters are : (name [type] description)
GetListOfFormDataResponse.FormData
] : a list form data headers
Java class for getListOfFormDataResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getListOfFormDataResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <element name="formData" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="formDataId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="formName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="studyTitle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="formTitle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ivLocationId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ivPathologyId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ivLocation" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ivPathology" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ivInterventionDate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
GetListOfFormDataResponse.FormData
The parameters are : (name [type] description)
formDataId [Long] : id of the formData record studyTitle [String] : the name of the study to which the form belongs to in a language dependent format formTitle [String] : the name of the form in a language dependent format ivLocation [String] : the answer given to the LOCATION question ivPathology [String] : the answer given to the PATHOLOGY question ivInterventionDate [String] : the answer given to the INTERVENTION DATE question status [String] : the status can take following values: (a) Incomplete; (b) Complete; (c) Error; (d) Submitted |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<GetListOfFormDataResponse.FormData> |
formData |
Constructor and Description |
---|
GetListOfFormDataResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<GetListOfFormDataResponse.FormData> |
getFormData()
Gets the value of the formData property.
|
protected java.util.List<GetListOfFormDataResponse.FormData> formData
public java.util.List<GetListOfFormDataResponse.FormData> getFormData()
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 formData property.
For example, to add a new item, do as follows:
getFormData().add(newItem);
Objects of the following type(s) are allowed in the list
GetListOfFormDataResponse.FormData