PostalCode

Name PostalCode
Usage PostalCodeService
getPostalCode findAllPostalCodesInCountry
PostalCodeQueryResults
Type Complex

Description

An immutable representation of a {@link PostalCodeContract}.

To construct an instance of a PostalCode, use the {@link PostalCode.Builder} class.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
code Code String The code value for this object. In general a code value cannot be null or a blank string. Required   One No  
cityName City Name String This the postal state code for the PostalCode. This can be null.     One No  
countryCode Country Code String This the postal country code for the PostalCode. This cannot be null or a blank string. Required   One No  
stateCode State Code String This the postal state code for the PostalCode. This can be null.     One No  
active Active boolean The active indicator for an object. Required   One No  
countyCode County Code String This the county code for the PostalCode. This cannot be null.     One No  
versionNumber Version Number Long Returns the version number for this object. In general, this value should only
be null if the object has not yet been stored to a persistent data store.
This version number is generally used for the purposes of optimistic locking.
    One No