au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.OtherLinks
java.lang.Object
au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.OtherLinks
- Enclosing class:
- HealthRecordOverviewResponse
public static class HealthRecordOverviewResponse.OtherLinks
- extends java.lang.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="link" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="linkName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="linkTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="linkTarget" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="informationAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="linkType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Document"/>
<enumeration value="View"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
links
protected java.util.List<HealthRecordOverviewResponse.OtherLinks.Link> links
HealthRecordOverviewResponse.OtherLinks
public HealthRecordOverviewResponse.OtherLinks()
getLinks
public java.util.List<HealthRecordOverviewResponse.OtherLinks.Link> getLinks()
- Gets the value of the links property.
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 links property.
For example, to add a new item, do as follows:
getLinks().add(newItem);
Objects of the following type(s) are allowed in the list
HealthRecordOverviewResponse.OtherLinks.Link