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

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

public class ProviderInformationDT
extends java.lang.Object

Java class for providerInformationDT complex type.

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

 <complexType name="providerInformationDT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="healthcareProviderOrganisationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="healthcareProviderOrganisationIdentifier">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="16"/>
               <maxLength value="16"/>
             </restriction>
           </simpleType>
         </element>
         <element name="healthcareProviderName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}nameTypeDT"/>
         <element name="healthcareProviderIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="healthcareProviderRole" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String healthcareProviderIdentifier
           
protected  NameTypeDT healthcareProviderName
           
protected  java.lang.String healthcareProviderOrganisationIdentifier
           
protected  java.lang.String healthcareProviderOrganisationName
           
protected  java.lang.String healthcareProviderRole
           
 
Constructor Summary
ProviderInformationDT()
           
 
Method Summary
 java.lang.String getHealthcareProviderIdentifier()
          Gets the value of the healthcareProviderIdentifier property.
 NameTypeDT getHealthcareProviderName()
          Gets the value of the healthcareProviderName property.
 java.lang.String getHealthcareProviderOrganisationIdentifier()
          Gets the value of the healthcareProviderOrganisationIdentifier property.
 java.lang.String getHealthcareProviderOrganisationName()
          Gets the value of the healthcareProviderOrganisationName property.
 java.lang.String getHealthcareProviderRole()
          Gets the value of the healthcareProviderRole property.
 void setHealthcareProviderIdentifier(java.lang.String value)
          Sets the value of the healthcareProviderIdentifier property.
 void setHealthcareProviderName(NameTypeDT value)
          Sets the value of the healthcareProviderName property.
 void setHealthcareProviderOrganisationIdentifier(java.lang.String value)
          Sets the value of the healthcareProviderOrganisationIdentifier property.
 void setHealthcareProviderOrganisationName(java.lang.String value)
          Sets the value of the healthcareProviderOrganisationName property.
 void setHealthcareProviderRole(java.lang.String value)
          Sets the value of the healthcareProviderRole property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

healthcareProviderOrganisationName

protected java.lang.String healthcareProviderOrganisationName

healthcareProviderOrganisationIdentifier

protected java.lang.String healthcareProviderOrganisationIdentifier

healthcareProviderName

protected NameTypeDT healthcareProviderName

healthcareProviderIdentifier

protected java.lang.String healthcareProviderIdentifier

healthcareProviderRole

protected java.lang.String healthcareProviderRole
Constructor Detail

ProviderInformationDT

public ProviderInformationDT()
Method Detail

getHealthcareProviderOrganisationName

public java.lang.String getHealthcareProviderOrganisationName()
Gets the value of the healthcareProviderOrganisationName property.

Returns:
possible object is String

setHealthcareProviderOrganisationName

public void setHealthcareProviderOrganisationName(java.lang.String value)
Sets the value of the healthcareProviderOrganisationName property.

Parameters:
value - allowed object is String

getHealthcareProviderOrganisationIdentifier

public java.lang.String getHealthcareProviderOrganisationIdentifier()
Gets the value of the healthcareProviderOrganisationIdentifier property.

Returns:
possible object is String

setHealthcareProviderOrganisationIdentifier

public void setHealthcareProviderOrganisationIdentifier(java.lang.String value)
Sets the value of the healthcareProviderOrganisationIdentifier property.

Parameters:
value - allowed object is String

getHealthcareProviderName

public NameTypeDT getHealthcareProviderName()
Gets the value of the healthcareProviderName property.

Returns:
possible object is NameTypeDT

setHealthcareProviderName

public void setHealthcareProviderName(NameTypeDT value)
Sets the value of the healthcareProviderName property.

Parameters:
value - allowed object is NameTypeDT

getHealthcareProviderIdentifier

public java.lang.String getHealthcareProviderIdentifier()
Gets the value of the healthcareProviderIdentifier property.

Returns:
possible object is String

setHealthcareProviderIdentifier

public void setHealthcareProviderIdentifier(java.lang.String value)
Sets the value of the healthcareProviderIdentifier property.

Parameters:
value - allowed object is String

getHealthcareProviderRole

public java.lang.String getHealthcareProviderRole()
Gets the value of the healthcareProviderRole property.

Returns:
possible object is String

setHealthcareProviderRole

public void setHealthcareProviderRole(java.lang.String value)
Sets the value of the healthcareProviderRole property.

Parameters:
value - allowed object is String