au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class AccessedEntityType

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.AccessedEntityType

public class AccessedEntityType
extends java.lang.Object

Java class for accessedEntityType complex type.

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

 <complexType name="accessedEntityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber" minOccurs="0"/>
         <element name="ihiName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String ihiName
           
protected  java.lang.String ihiNumber
           
protected  java.lang.String subject
           
protected  java.lang.String subjectType
           
 
Constructor Summary
AccessedEntityType()
           
 
Method Summary
 java.lang.String getIhiName()
          Gets the value of the ihiName property.
 java.lang.String getIhiNumber()
          Gets the value of the ihiNumber property.
 java.lang.String getSubject()
          Gets the value of the subject property.
 java.lang.String getSubjectType()
          Gets the value of the subjectType property.
 void setIhiName(java.lang.String value)
          Sets the value of the ihiName property.
 void setIhiNumber(java.lang.String value)
          Sets the value of the ihiNumber property.
 void setSubject(java.lang.String value)
          Sets the value of the subject property.
 void setSubjectType(java.lang.String value)
          Sets the value of the subjectType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ihiNumber

protected java.lang.String ihiNumber

ihiName

protected java.lang.String ihiName

subjectType

protected java.lang.String subjectType

subject

protected java.lang.String subject
Constructor Detail

AccessedEntityType

public AccessedEntityType()
Method Detail

getIhiNumber

public java.lang.String getIhiNumber()
Gets the value of the ihiNumber property.

Returns:
possible object is String

setIhiNumber

public void setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber property.

Parameters:
value - allowed object is String

getIhiName

public java.lang.String getIhiName()
Gets the value of the ihiName property.

Returns:
possible object is String

setIhiName

public void setIhiName(java.lang.String value)
Sets the value of the ihiName property.

Parameters:
value - allowed object is String

getSubjectType

public java.lang.String getSubjectType()
Gets the value of the subjectType property.

Returns:
possible object is String

setSubjectType

public void setSubjectType(java.lang.String value)
Sets the value of the subjectType property.

Parameters:
value - allowed object is String

getSubject

public java.lang.String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(java.lang.String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String