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

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.OtherLinks.Link
Enclosing class:
HealthRecordOverviewResponse.OtherLinks

public static class HealthRecordOverviewResponse.OtherLinks.Link
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="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>
 


Field Summary
protected  boolean informationAvailable
           
protected  java.lang.String linkName
           
protected  java.lang.String linkTarget
           
protected  java.lang.String linkTitle
           
protected  java.lang.String linkType
           
 
Constructor Summary
HealthRecordOverviewResponse.OtherLinks.Link()
           
 
Method Summary
 java.lang.String getLinkName()
          Gets the value of the linkName property.
 java.lang.String getLinkTarget()
          Gets the value of the linkTarget property.
 java.lang.String getLinkTitle()
          Gets the value of the linkTitle property.
 java.lang.String getLinkType()
          Gets the value of the linkType property.
 boolean isInformationAvailable()
          Gets the value of the informationAvailable property.
 void setInformationAvailable(boolean value)
          Sets the value of the informationAvailable property.
 void setLinkName(java.lang.String value)
          Sets the value of the linkName property.
 void setLinkTarget(java.lang.String value)
          Sets the value of the linkTarget property.
 void setLinkTitle(java.lang.String value)
          Sets the value of the linkTitle property.
 void setLinkType(java.lang.String value)
          Sets the value of the linkType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linkName

protected java.lang.String linkName

linkTitle

protected java.lang.String linkTitle

linkTarget

protected java.lang.String linkTarget

informationAvailable

protected boolean informationAvailable

linkType

protected java.lang.String linkType
Constructor Detail

HealthRecordOverviewResponse.OtherLinks.Link

public HealthRecordOverviewResponse.OtherLinks.Link()
Method Detail

getLinkName

public java.lang.String getLinkName()
Gets the value of the linkName property.

Returns:
possible object is String

setLinkName

public void setLinkName(java.lang.String value)
Sets the value of the linkName property.

Parameters:
value - allowed object is String

getLinkTitle

public java.lang.String getLinkTitle()
Gets the value of the linkTitle property.

Returns:
possible object is String

setLinkTitle

public void setLinkTitle(java.lang.String value)
Sets the value of the linkTitle property.

Parameters:
value - allowed object is String

getLinkTarget

public java.lang.String getLinkTarget()
Gets the value of the linkTarget property.

Returns:
possible object is String

setLinkTarget

public void setLinkTarget(java.lang.String value)
Sets the value of the linkTarget property.

Parameters:
value - allowed object is String

isInformationAvailable

public boolean isInformationAvailable()
Gets the value of the informationAvailable property.


setInformationAvailable

public void setInformationAvailable(boolean value)
Sets the value of the informationAvailable property.


getLinkType

public java.lang.String getLinkType()
Gets the value of the linkType property.

Returns:
possible object is String

setLinkType

public void setLinkType(java.lang.String value)
Sets the value of the linkType property.

Parameters:
value - allowed object is String