public class PostalDeliveryGroupType extends Object
Java class for PostalDeliveryGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalDeliveryGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}postalDeliveryType"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}postalDeliveryNumber" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
postalDeliveryNumber |
protected PostalDeliveryType |
postalDeliveryType |
| Constructor and Description |
|---|
PostalDeliveryGroupType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPostalDeliveryNumber()
Gets the value of the postalDeliveryNumber property.
|
PostalDeliveryType |
getPostalDeliveryType()
Gets the value of the postalDeliveryType property.
|
void |
setPostalDeliveryNumber(String value)
Sets the value of the postalDeliveryNumber property.
|
void |
setPostalDeliveryType(PostalDeliveryType value)
Sets the value of the postalDeliveryType property.
|
protected PostalDeliveryType postalDeliveryType
protected String postalDeliveryNumber
public PostalDeliveryType getPostalDeliveryType()
PostalDeliveryTypepublic void setPostalDeliveryType(PostalDeliveryType value)
value - allowed object is
PostalDeliveryTypepublic String getPostalDeliveryNumber()
StringCopyright © 2021. All rights reserved.