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

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

public class RequesterInformationDT
extends java.lang.Object

Java class for requesterInformationDT complex type.

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

 <complexType name="requesterInformationDT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="testRequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dateTimeRequested" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="providerOrganisationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="providerOrganisationIdentifier" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="16"/>
               <maxLength value="16"/>
             </restriction>
           </simpleType>
         </element>
         <element name="providerName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}nameTypeDT"/>
         <element name="providerIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String dateTimeRequested
           
protected  java.lang.String providerIdentifier
           
protected  NameTypeDT providerName
           
protected  java.lang.String providerOrganisationIdentifier
           
protected  java.lang.String providerOrganisationName
           
protected  java.lang.String testRequestId
           
 
Constructor Summary
RequesterInformationDT()
           
 
Method Summary
 java.lang.String getDateTimeRequested()
          Gets the value of the dateTimeRequested property.
 java.lang.String getProviderIdentifier()
          Gets the value of the providerIdentifier property.
 NameTypeDT getProviderName()
          Gets the value of the providerName property.
 java.lang.String getProviderOrganisationIdentifier()
          Gets the value of the providerOrganisationIdentifier property.
 java.lang.String getProviderOrganisationName()
          Gets the value of the providerOrganisationName property.
 java.lang.String getTestRequestId()
          Gets the value of the testRequestId property.
 void setDateTimeRequested(java.lang.String value)
          Sets the value of the dateTimeRequested property.
 void setProviderIdentifier(java.lang.String value)
          Sets the value of the providerIdentifier property.
 void setProviderName(NameTypeDT value)
          Sets the value of the providerName property.
 void setProviderOrganisationIdentifier(java.lang.String value)
          Sets the value of the providerOrganisationIdentifier property.
 void setProviderOrganisationName(java.lang.String value)
          Sets the value of the providerOrganisationName property.
 void setTestRequestId(java.lang.String value)
          Sets the value of the testRequestId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testRequestId

protected java.lang.String testRequestId

dateTimeRequested

protected java.lang.String dateTimeRequested

providerOrganisationName

protected java.lang.String providerOrganisationName

providerOrganisationIdentifier

protected java.lang.String providerOrganisationIdentifier

providerName

protected NameTypeDT providerName

providerIdentifier

protected java.lang.String providerIdentifier
Constructor Detail

RequesterInformationDT

public RequesterInformationDT()
Method Detail

getTestRequestId

public java.lang.String getTestRequestId()
Gets the value of the testRequestId property.

Returns:
possible object is String

setTestRequestId

public void setTestRequestId(java.lang.String value)
Sets the value of the testRequestId property.

Parameters:
value - allowed object is String

getDateTimeRequested

public java.lang.String getDateTimeRequested()
Gets the value of the dateTimeRequested property.

Returns:
possible object is String

setDateTimeRequested

public void setDateTimeRequested(java.lang.String value)
Sets the value of the dateTimeRequested property.

Parameters:
value - allowed object is String

getProviderOrganisationName

public java.lang.String getProviderOrganisationName()
Gets the value of the providerOrganisationName property.

Returns:
possible object is String

setProviderOrganisationName

public void setProviderOrganisationName(java.lang.String value)
Sets the value of the providerOrganisationName property.

Parameters:
value - allowed object is String

getProviderOrganisationIdentifier

public java.lang.String getProviderOrganisationIdentifier()
Gets the value of the providerOrganisationIdentifier property.

Returns:
possible object is String

setProviderOrganisationIdentifier

public void setProviderOrganisationIdentifier(java.lang.String value)
Sets the value of the providerOrganisationIdentifier property.

Parameters:
value - allowed object is String

getProviderName

public NameTypeDT getProviderName()
Gets the value of the providerName property.

Returns:
possible object is NameTypeDT

setProviderName

public void setProviderName(NameTypeDT value)
Sets the value of the providerName property.

Parameters:
value - allowed object is NameTypeDT

getProviderIdentifier

public java.lang.String getProviderIdentifier()
Gets the value of the providerIdentifier property.

Returns:
possible object is String

setProviderIdentifier

public void setProviderIdentifier(java.lang.String value)
Sets the value of the providerIdentifier property.

Parameters:
value - allowed object is String