Interface UspsAddressOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UspsAddress
,UspsAddress.Builder
public interface UspsAddressOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCity()
City name.com.google.protobuf.ByteString
getCityBytes()
City name.String
getCityStateZipAddressLine()
City + state + postal code.com.google.protobuf.ByteString
getCityStateZipAddressLineBytes()
City + state + postal code.String
getFirm()
Firm name.com.google.protobuf.ByteString
getFirmBytes()
Firm name.String
getFirstAddressLine()
First address line.com.google.protobuf.ByteString
getFirstAddressLineBytes()
First address line.String
getSecondAddressLine()
Second address line.com.google.protobuf.ByteString
getSecondAddressLineBytes()
Second address line.String
getState()
2 letter state code.com.google.protobuf.ByteString
getStateBytes()
2 letter state code.String
getUrbanization()
Puerto Rican urbanization name.com.google.protobuf.ByteString
getUrbanizationBytes()
Puerto Rican urbanization name.String
getZipCode()
Postal code e.g.com.google.protobuf.ByteString
getZipCodeBytes()
Postal code e.g.String
getZipCodeExtension()
4-digit postal code extension e.g.com.google.protobuf.ByteString
getZipCodeExtensionBytes()
4-digit postal code extension e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFirstAddressLine
String getFirstAddressLine()
First address line.
string first_address_line = 1;
- Returns:
- The firstAddressLine.
-
getFirstAddressLineBytes
com.google.protobuf.ByteString getFirstAddressLineBytes()
First address line.
string first_address_line = 1;
- Returns:
- The bytes for firstAddressLine.
-
getFirm
String getFirm()
Firm name.
string firm = 2;
- Returns:
- The firm.
-
getFirmBytes
com.google.protobuf.ByteString getFirmBytes()
Firm name.
string firm = 2;
- Returns:
- The bytes for firm.
-
getSecondAddressLine
String getSecondAddressLine()
Second address line.
string second_address_line = 3;
- Returns:
- The secondAddressLine.
-
getSecondAddressLineBytes
com.google.protobuf.ByteString getSecondAddressLineBytes()
Second address line.
string second_address_line = 3;
- Returns:
- The bytes for secondAddressLine.
-
getUrbanization
String getUrbanization()
Puerto Rican urbanization name.
string urbanization = 4;
- Returns:
- The urbanization.
-
getUrbanizationBytes
com.google.protobuf.ByteString getUrbanizationBytes()
Puerto Rican urbanization name.
string urbanization = 4;
- Returns:
- The bytes for urbanization.
-
getCityStateZipAddressLine
String getCityStateZipAddressLine()
City + state + postal code.
string city_state_zip_address_line = 5;
- Returns:
- The cityStateZipAddressLine.
-
getCityStateZipAddressLineBytes
com.google.protobuf.ByteString getCityStateZipAddressLineBytes()
City + state + postal code.
string city_state_zip_address_line = 5;
- Returns:
- The bytes for cityStateZipAddressLine.
-
getCity
String getCity()
City name.
string city = 6;
- Returns:
- The city.
-
getCityBytes
com.google.protobuf.ByteString getCityBytes()
City name.
string city = 6;
- Returns:
- The bytes for city.
-
getState
String getState()
2 letter state code.
string state = 7;
- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()
2 letter state code.
string state = 7;
- Returns:
- The bytes for state.
-
getZipCode
String getZipCode()
Postal code e.g. 10009.
string zip_code = 8;
- Returns:
- The zipCode.
-
getZipCodeBytes
com.google.protobuf.ByteString getZipCodeBytes()
Postal code e.g. 10009.
string zip_code = 8;
- Returns:
- The bytes for zipCode.
-
getZipCodeExtension
String getZipCodeExtension()
4-digit postal code extension e.g. 5023.
string zip_code_extension = 9;
- Returns:
- The zipCodeExtension.
-
getZipCodeExtensionBytes
com.google.protobuf.ByteString getZipCodeExtensionBytes()
4-digit postal code extension e.g. 5023.
string zip_code_extension = 9;
- Returns:
- The bytes for zipCodeExtension.
-
-