au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class PCEHRHeader.AccessingOrganisation

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader.AccessingOrganisation
Enclosing class:
PCEHRHeader

public static class PCEHRHeader.AccessingOrganisation
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="organisationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="organisationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="alternateOrganisationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String alternateOrganisationName
           
protected  java.lang.String organisationID
           
protected  java.lang.String organisationName
           
 
Constructor Summary
PCEHRHeader.AccessingOrganisation()
           
 
Method Summary
 java.lang.String getAlternateOrganisationName()
          Gets the value of the alternateOrganisationName property.
 java.lang.String getOrganisationID()
          Gets the value of the organisationID property.
 java.lang.String getOrganisationName()
          Gets the value of the organisationName property.
 void setAlternateOrganisationName(java.lang.String value)
          Sets the value of the alternateOrganisationName property.
 void setOrganisationID(java.lang.String value)
          Sets the value of the organisationID property.
 void setOrganisationName(java.lang.String value)
          Sets the value of the organisationName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

organisationID

protected java.lang.String organisationID

organisationName

protected java.lang.String organisationName

alternateOrganisationName

protected java.lang.String alternateOrganisationName
Constructor Detail

PCEHRHeader.AccessingOrganisation

public PCEHRHeader.AccessingOrganisation()
Method Detail

getOrganisationID

public java.lang.String getOrganisationID()
Gets the value of the organisationID property.

Returns:
possible object is String

setOrganisationID

public void setOrganisationID(java.lang.String value)
Sets the value of the organisationID property.

Parameters:
value - allowed object is String

getOrganisationName

public java.lang.String getOrganisationName()
Gets the value of the organisationName property.

Returns:
possible object is String

setOrganisationName

public void setOrganisationName(java.lang.String value)
Sets the value of the organisationName property.

Parameters:
value - allowed object is String

getAlternateOrganisationName

public java.lang.String getAlternateOrganisationName()
Gets the value of the alternateOrganisationName property.

Returns:
possible object is String

setAlternateOrganisationName

public void setAlternateOrganisationName(java.lang.String value)
Sets the value of the alternateOrganisationName property.

Parameters:
value - allowed object is String