au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ShsEntitlements.Entitlement

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ShsEntitlements.Entitlement
Enclosing class:
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ShsEntitlements

public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ShsEntitlements.Entitlement
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="entitlementNumberId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="entitlementType" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
         <element name="entitlementEffectiveTime" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}timeStampDT" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TimeStampDT entitlementEffectiveTime
           
protected  java.lang.String entitlementNumberId
           
protected  CodedType entitlementType
           
 
Constructor Summary
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ShsEntitlements.Entitlement()
           
 
Method Summary
 TimeStampDT getEntitlementEffectiveTime()
          Gets the value of the entitlementEffectiveTime property.
 java.lang.String getEntitlementNumberId()
          Gets the value of the entitlementNumberId property.
 CodedType getEntitlementType()
          Gets the value of the entitlementType property.
 void setEntitlementEffectiveTime(TimeStampDT value)
          Sets the value of the entitlementEffectiveTime property.
 void setEntitlementNumberId(java.lang.String value)
          Sets the value of the entitlementNumberId property.
 void setEntitlementType(CodedType value)
          Sets the value of the entitlementType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entitlementNumberId

protected java.lang.String entitlementNumberId

entitlementType

protected CodedType entitlementType

entitlementEffectiveTime

protected TimeStampDT entitlementEffectiveTime
Constructor Detail

HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ShsEntitlements.Entitlement

public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ShsEntitlements.Entitlement()
Method Detail

getEntitlementNumberId

public java.lang.String getEntitlementNumberId()
Gets the value of the entitlementNumberId property.

Returns:
possible object is String

setEntitlementNumberId

public void setEntitlementNumberId(java.lang.String value)
Sets the value of the entitlementNumberId property.

Parameters:
value - allowed object is String

getEntitlementType

public CodedType getEntitlementType()
Gets the value of the entitlementType property.

Returns:
possible object is CodedType

setEntitlementType

public void setEntitlementType(CodedType value)
Sets the value of the entitlementType property.

Parameters:
value - allowed object is CodedType

getEntitlementEffectiveTime

public TimeStampDT getEntitlementEffectiveTime()
Gets the value of the entitlementEffectiveTime property.

Returns:
possible object is TimeStampDT

setEntitlementEffectiveTime

public void setEntitlementEffectiveTime(TimeStampDT value)
Sets the value of the entitlementEffectiveTime property.

Parameters:
value - allowed object is TimeStampDT