Skip to main content

HS.AU.Types.HI.Address.AustralianPostalAddressType

serial class HS.AU.Types.HI.Address.AustralianPostalAddressType extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Parameters

parameter NAMESPACE = http://ns.electronichealth.net.au/hi/xsd/consumercore/Address/3.0;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.

Properties

property PostalDeliveryGroup as HS.AU.Types.HI.Address.PostalDeliveryGroupType (REFELEMENTQUALIFIED = 0, REFNAMESPACE = "http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0", XMLNAME = "postalDeliveryGroup", XMLREF = 1);
Property methods: PostalDeliveryGroupGet(), PostalDeliveryGroupGetObject(), PostalDeliveryGroupGetObjectId(), PostalDeliveryGroupGetSwizzled(), PostalDeliveryGroupIsEmpty(), PostalDeliveryGroupIsValid(), PostalDeliveryGroupNewObject(), PostalDeliveryGroupSet(), PostalDeliveryGroupSetObject(), PostalDeliveryGroupSetObjectId(), PostalDeliveryGroupUnSwizzle()
property Postcode as %String (MAXLEN = 4, MINLEN = 1, REFELEMENTQUALIFIED = 1, REFNAMESPACE = "http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0", XMLNAME = "postcode", XMLREF = 1);
Property methods: PostcodeDisplayToLogical(), PostcodeGet(), PostcodeIsValid(), PostcodeLogicalToDisplay(), PostcodeLogicalToOdbc(), PostcodeNormalize(), PostcodeSet()
property State as %String (REFELEMENTQUALIFIED = 1, REFNAMESPACE = "http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0", VALUELIST = ",ACT,NSW,NT,QLD,SA,TAS,VIC,WA", XMLNAME = "state", XMLREF = 1);
Property methods: StateDisplayToLogical(), StateGet(), StateIsValid(), StateLogicalToDisplay(), StateLogicalToOdbc(), StateNormalize(), StateSet()
property Suburb as %String (MAXLEN = 30, MINLEN = 1, REFELEMENTQUALIFIED = 0, REFNAMESPACE = "http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0", XMLNAME = "suburb", XMLREF = 0);
Property methods: SuburbDisplayToLogical(), SuburbGet(), SuburbIsValid(), SuburbLogicalToDisplay(), SuburbLogicalToOdbc(), SuburbNormalize(), SuburbSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab