public class ReadReferenceDataResult extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="elementReferenceValues" type="{http://ns.electronichealth.net.au/hi/xsd/providermessages/ReadReferenceData/3.2.0}ElementReferenceValuesType" maxOccurs="unbounded"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}serviceMessages" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ElementReferenceValuesType> |
elementReferenceValues |
protected ServiceMessagesType |
serviceMessages |
| Constructor and Description |
|---|
ReadReferenceDataResult() |
| Modifier and Type | Method and Description |
|---|---|
List<ElementReferenceValuesType> |
getElementReferenceValues()
Gets the value of the elementReferenceValues property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
void |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
protected List<ElementReferenceValuesType> elementReferenceValues
protected ServiceMessagesType serviceMessages
public List<ElementReferenceValuesType> getElementReferenceValues()
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 elementReferenceValues property.
For example, to add a new item, do as follows:
getElementReferenceValues().add(newItem);
Objects of the following type(s) are allowed in the list
ElementReferenceValuesType
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.