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

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

public static class RegisterPCEHR.Assertions.IvcCorrespondence
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="channel">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="email"/>
               <enumeration value="sms"/>
               <enumeration value="response"/>
               <enumeration value="mail"/>
               <enumeration value="none"/>
             </restriction>
           </simpleType>
         </element>
         <element name="contactDetails" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}contactDetailsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String channel
           
protected  ContactDetailsType contactDetails
           
 
Constructor Summary
RegisterPCEHR.Assertions.IvcCorrespondence()
           
 
Method Summary
 java.lang.String getChannel()
          Gets the value of the channel property.
 ContactDetailsType getContactDetails()
          Gets the value of the contactDetails property.
 void setChannel(java.lang.String value)
          Sets the value of the channel property.
 void setContactDetails(ContactDetailsType value)
          Sets the value of the contactDetails property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

protected java.lang.String channel

contactDetails

protected ContactDetailsType contactDetails
Constructor Detail

RegisterPCEHR.Assertions.IvcCorrespondence

public RegisterPCEHR.Assertions.IvcCorrespondence()
Method Detail

getChannel

public java.lang.String getChannel()
Gets the value of the channel property.

Returns:
possible object is String

setChannel

public void setChannel(java.lang.String value)
Sets the value of the channel property.

Parameters:
value - allowed object is String

getContactDetails

public ContactDetailsType getContactDetails()
Gets the value of the contactDetails property.

Returns:
possible object is ContactDetailsType

setContactDetails

public void setContactDetails(ContactDetailsType value)
Sets the value of the contactDetails property.

Parameters:
value - allowed object is ContactDetailsType