| java.lang.Object | |
| ↳ | com.workday.benefits.PostalCodeDataUnverifiedType |
The postal codes to be added to the set. Each code will be checked for validity before being added to the set.
Java class for Postal_Code_Data_UnverifiedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Postal_Code_Data_UnverifiedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Postal_Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Country_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryRegionReference | |||||||||||
| postalCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryRegionReference property.
| |||||||||||
Gets the value of the postalCode property.
| |||||||||||
Sets the value of the countryRegionReference property.
| |||||||||||
Sets the value of the postalCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryRegionReference property.
CountryRegionObjectType
Gets the value of the postalCode property.
Sets the value of the countryRegionReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the postalCode property.
| value | Allowed object is String |
|---|