|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2.RegisterPCEHR.Assertions.IvcCorrespondence
public static class RegisterPCEHR.Assertions.IvcCorrespondence
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 |
---|
protected java.lang.String channel
protected ContactDetailsType contactDetails
Constructor Detail |
---|
public RegisterPCEHR.Assertions.IvcCorrespondence()
Method Detail |
---|
public java.lang.String getChannel()
String
public void setChannel(java.lang.String value)
value
- allowed object is
String
public ContactDetailsType getContactDetails()
ContactDetailsType
public void setContactDetails(ContactDetailsType value)
value
- allowed object is
ContactDetailsType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |