public class

PostalCodeDataUnverifiedType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.PostalCodeDataUnverifiedType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryRegionObjectType countryRegionReference
protected String postalCode
Public Constructors
PostalCodeDataUnverifiedType()
Public Methods
CountryRegionObjectType getCountryRegionReference()
Gets the value of the countryRegionReference property.
String getPostalCode()
Gets the value of the postalCode property.
void setCountryRegionReference(CountryRegionObjectType value)
Sets the value of the countryRegionReference property.
void setPostalCode(String value)
Sets the value of the postalCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryRegionObjectType countryRegionReference

protected String postalCode

Public Constructors

public PostalCodeDataUnverifiedType ()

Public Methods

public CountryRegionObjectType getCountryRegionReference ()

Gets the value of the countryRegionReference property.

Returns

public String getPostalCode ()

Gets the value of the postalCode property.

Returns
  • possible object is String

public void setCountryRegionReference (CountryRegionObjectType value)

Sets the value of the countryRegionReference property.

Parameters
value Allowed object is CountryRegionObjectType

public void setPostalCode (String value)

Sets the value of the postalCode property.

Parameters
value Allowed object is String