public class FormData
extends java.lang.Object
SubformData
] : list of sub components of information about a formJava class for formData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="formData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="formId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="subformData" type="{http://memdoc.webservices.yosemite.www.memdoc.org/}subformData" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
formId |
protected java.lang.String |
language |
protected long |
patientId |
protected java.util.List<SubformData> |
subformData |
Constructor and Description |
---|
FormData() |
Modifier and Type | Method and Description |
---|---|
long |
getFormId()
Gets the value of the formId property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
long |
getPatientId()
Gets the value of the patientId property.
|
java.util.List<SubformData> |
getSubformData()
Gets the value of the subformData property.
|
void |
setFormId(long value)
Sets the value of the formId property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setPatientId(long value)
Sets the value of the patientId property.
|
protected long formId
protected long patientId
protected java.lang.String language
protected java.util.List<SubformData> subformData
public long getFormId()
public void setFormId(long value)
public long getPatientId()
public void setPatientId(long value)
public java.lang.String getLanguage()
String
public void setLanguage(java.lang.String value)
value
- allowed object is
String
public java.util.List<SubformData> getSubformData()
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 subformData property.
For example, to add a new item, do as follows:
getSubformData().add(newItem);
Objects of the following type(s) are allowed in the list
SubformData