|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader
public class PCEHRHeader
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="User"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IDType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="HPII"/> <enumeration value="PortalUserIdentifier"/> <enumeration value="LocalSystemIdentifier"/> </restriction> </simpleType> </element> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="useRoleForAudit" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber" minOccurs="0"/> <element name="productType"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="productName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="productVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="platform" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="clientSystemType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CIS"/> <enumeration value="CSP"/> <enumeration value="CRP"/> <enumeration value="HI"/> <enumeration value="Medicare"/> <enumeration value="CPP"/> <enumeration value="CCP"/> <enumeration value="Other"/> </restriction> </simpleType> </element> <element name="accessingOrganisation" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PCEHRHeader.AccessingOrganisation
Java class for anonymous complex type. |
static class |
PCEHRHeader.ClientSystemType
Java class for null. |
static class |
PCEHRHeader.ProductType
Java class for anonymous complex type. |
static class |
PCEHRHeader.User
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected PCEHRHeader.AccessingOrganisation |
accessingOrganisation
|
protected PCEHRHeader.ClientSystemType |
clientSystemType
|
protected java.lang.String |
ihiNumber
|
protected PCEHRHeader.ProductType |
productType
|
protected PCEHRHeader.User |
user
|
Constructor Summary | |
---|---|
PCEHRHeader()
|
Method Summary | |
---|---|
PCEHRHeader.AccessingOrganisation |
getAccessingOrganisation()
Gets the value of the accessingOrganisation property. |
PCEHRHeader.ClientSystemType |
getClientSystemType()
Gets the value of the clientSystemType property. |
java.lang.String |
getIhiNumber()
Gets the value of the ihiNumber property. |
PCEHRHeader.ProductType |
getProductType()
Gets the value of the productType property. |
PCEHRHeader.User |
getUser()
Gets the value of the user property. |
void |
setAccessingOrganisation(PCEHRHeader.AccessingOrganisation value)
Sets the value of the accessingOrganisation property. |
void |
setClientSystemType(PCEHRHeader.ClientSystemType value)
Sets the value of the clientSystemType property. |
void |
setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber property. |
void |
setProductType(PCEHRHeader.ProductType value)
Sets the value of the productType property. |
void |
setUser(PCEHRHeader.User value)
Sets the value of the user property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PCEHRHeader.User user
protected java.lang.String ihiNumber
protected PCEHRHeader.ProductType productType
protected PCEHRHeader.ClientSystemType clientSystemType
protected PCEHRHeader.AccessingOrganisation accessingOrganisation
Constructor Detail |
---|
public PCEHRHeader()
Method Detail |
---|
public PCEHRHeader.User getUser()
PCEHRHeader.User
public void setUser(PCEHRHeader.User value)
value
- allowed object is
PCEHRHeader.User
public java.lang.String getIhiNumber()
String
public void setIhiNumber(java.lang.String value)
value
- allowed object is
String
public PCEHRHeader.ProductType getProductType()
PCEHRHeader.ProductType
public void setProductType(PCEHRHeader.ProductType value)
value
- allowed object is
PCEHRHeader.ProductType
public PCEHRHeader.ClientSystemType getClientSystemType()
PCEHRHeader.ClientSystemType
public void setClientSystemType(PCEHRHeader.ClientSystemType value)
value
- allowed object is
PCEHRHeader.ClientSystemType
public PCEHRHeader.AccessingOrganisation getAccessingOrganisation()
PCEHRHeader.AccessingOrganisation
public void setAccessingOrganisation(PCEHRHeader.AccessingOrganisation value)
value
- allowed object is
PCEHRHeader.AccessingOrganisation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |