public class GetListOfStudiesResponse
extends java.lang.Object
The parameters are : (name [type] description)
GetListOfStudiesResponse.Study
] : a list of study elements
Java class for getListOfStudiesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getListOfStudiesResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <element name="study" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="studyId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="studyName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="studyTitle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
GetListOfStudiesResponse.Study
The parameters are : (name [type] description)
studyId [Long] : id of the study studyName [String] : unique name of the study studyTitle [String] : name of the study in the correct language active [boolean] : a flag indicating whether the study is active or not startDate [String] : date when study started endDate [String] : The date field cannot be NULL. |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<GetListOfStudiesResponse.Study> |
study |
Constructor and Description |
---|
GetListOfStudiesResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<GetListOfStudiesResponse.Study> |
getStudy()
Gets the value of the study property.
|
protected java.util.List<GetListOfStudiesResponse.Study> study
public java.util.List<GetListOfStudiesResponse.Study> getStudy()
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 study property.
For example, to add a new item, do as follows:
getStudy().add(newItem);
Objects of the following type(s) are allowed in the list
GetListOfStudiesResponse.Study