au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.OtherLinks

java.lang.Object
  extended by 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>
 


Nested Class Summary
static class HealthRecordOverviewResponse.OtherLinks.Link
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<HealthRecordOverviewResponse.OtherLinks.Link> links
           
 
Constructor Summary
HealthRecordOverviewResponse.OtherLinks()
           
 
Method Summary
 java.util.List<HealthRecordOverviewResponse.OtherLinks.Link> getLinks()
          Gets the value of the links property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

links

protected java.util.List<HealthRecordOverviewResponse.OtherLinks.Link> links
Constructor Detail

HealthRecordOverviewResponse.OtherLinks

public HealthRecordOverviewResponse.OtherLinks()
Method Detail

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