au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1
Class InformationAvailableDT

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.CodedType
      extended by au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.InformationAvailableDT

public class InformationAvailableDT
extends CodedType

Java class for informationAvailableDT complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="informationAvailableDT">
   <complexContent>
     <extension base="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType">
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="flavor">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="other"/>
             <enumeration value="problem"/>
             <enumeration value="procedure"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String flavor
           
protected  boolean value
           
 
Fields inherited from class au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.CodedType
code, codeSystem, codeSystemName, codeSystemVersion, displayName, originalText
 
Constructor Summary
InformationAvailableDT()
           
 
Method Summary
 java.lang.String getFlavor()
          Gets the value of the flavor property.
 boolean isValue()
          Gets the value of the value property.
 void setFlavor(java.lang.String value)
          Sets the value of the flavor property.
 void setValue(boolean value)
          Sets the value of the value property.
 
Methods inherited from class au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.CodedType
getCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDisplayName, getOriginalText, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDisplayName, setOriginalText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value

flavor

protected java.lang.String flavor
Constructor Detail

InformationAvailableDT

public InformationAvailableDT()
Method Detail

isValue

public boolean isValue()
Gets the value of the value property.


setValue

public void setValue(boolean value)
Sets the value of the value property.


getFlavor

public java.lang.String getFlavor()
Gets the value of the flavor property.

Returns:
possible object is String

setFlavor

public void setFlavor(java.lang.String value)
Sets the value of the flavor property.

Parameters:
value - allowed object is String