au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2
Class RegisterPCEHR.Assertions.Identity

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2.RegisterPCEHR.Assertions.Identity
Enclosing class:
RegisterPCEHR.Assertions

public static class RegisterPCEHR.Assertions.Identity
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="evidenceOfIdentity">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="type">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <enumeration value="IdentityVerificationMethod1"/>
                         <enumeration value="IdentityVerificationMethod2"/>
                         <enumeration value="IdentityVerificationMethod3"/>
                         <enumeration value="IdentityVerificationMethod4"/>
                         <enumeration value="IdentityVerificationMethod5"/>
                         <enumeration value="IdentityVerificationMethod6"/>
                         <enumeration value="IdentityVerificationMethod7"/>
                         <enumeration value="IdentityVerificationMethod8"/>
                         <enumeration value="IdentityVerificationMethod9"/>
                         <enumeration value="IdentityVerificationMethod10"/>
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="indigenousStatus">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="9"/>
             </restriction>
           </simpleType>
         </element>
         <element name="signedConsentForm" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity
          Java class for anonymous complex type.
 
Field Summary
protected  RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity evidenceOfIdentity
           
protected  java.lang.String indigenousStatus
           
protected  byte[] signedConsentForm
           
 
Constructor Summary
RegisterPCEHR.Assertions.Identity()
           
 
Method Summary
 RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity getEvidenceOfIdentity()
          Gets the value of the evidenceOfIdentity property.
 java.lang.String getIndigenousStatus()
          Gets the value of the indigenousStatus property.
 byte[] getSignedConsentForm()
          Gets the value of the signedConsentForm property.
 void setEvidenceOfIdentity(RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity value)
          Sets the value of the evidenceOfIdentity property.
 void setIndigenousStatus(java.lang.String value)
          Sets the value of the indigenousStatus property.
 void setSignedConsentForm(byte[] value)
          Sets the value of the signedConsentForm property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evidenceOfIdentity

protected RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity evidenceOfIdentity

indigenousStatus

protected java.lang.String indigenousStatus

signedConsentForm

protected byte[] signedConsentForm
Constructor Detail

RegisterPCEHR.Assertions.Identity

public RegisterPCEHR.Assertions.Identity()
Method Detail

getEvidenceOfIdentity

public RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity getEvidenceOfIdentity()
Gets the value of the evidenceOfIdentity property.

Returns:
possible object is RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity

setEvidenceOfIdentity

public void setEvidenceOfIdentity(RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity value)
Sets the value of the evidenceOfIdentity property.

Parameters:
value - allowed object is RegisterPCEHR.Assertions.Identity.EvidenceOfIdentity

getIndigenousStatus

public java.lang.String getIndigenousStatus()
Gets the value of the indigenousStatus property.

Returns:
possible object is String

setIndigenousStatus

public void setIndigenousStatus(java.lang.String value)
Sets the value of the indigenousStatus property.

Parameters:
value - allowed object is String

getSignedConsentForm

public byte[] getSignedConsentForm()
Gets the value of the signedConsentForm property.

Returns:
possible object is byte[]

setSignedConsentForm

public void setSignedConsentForm(byte[] value)
Sets the value of the signedConsentForm property.

Parameters:
value - allowed object is byte[]