public interface AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAddressLine1()
First line of the address
Mandatory
Maximum size 40
|
com.google.protobuf.StringValueOrBuilder |
getAddressLine1OrBuilder()
First line of the address
Mandatory
Maximum size 40
|
com.google.protobuf.StringValue |
getAddressLine2()
Second line of the address
Mandatory
Maximum size 40
|
com.google.protobuf.StringValueOrBuilder |
getAddressLine2OrBuilder()
Second line of the address
Mandatory
Maximum size 40
|
com.google.protobuf.StringValue |
getAddressLine3()
Third line of the address
Mandatory
Maximum size 40
|
com.google.protobuf.StringValueOrBuilder |
getAddressLine3OrBuilder()
Third line of the address
Mandatory
Maximum size 40
|
com.google.protobuf.StringValue |
getCountry()
The country code which the address is located
Available options as defined in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getCountryOrBuilder()
The country code which the address is located
Available options as defined in iBROKER.
|
com.google.protobuf.StringValue |
getPostCode()
The postcode which the address is located
Mandatory
Maximum size 16
|
com.google.protobuf.StringValueOrBuilder |
getPostCodeOrBuilder()
The postcode which the address is located
Mandatory
Maximum size 16
|
com.google.protobuf.StringValue |
getState()
The state which the address is located
Mandatory
Maximum size 35
|
com.google.protobuf.StringValueOrBuilder |
getStateOrBuilder()
The state which the address is located
Mandatory
Maximum size 35
|
com.google.protobuf.StringValue |
getTown()
The town which the address is located
Mandatory
Maximum size 35
|
com.google.protobuf.StringValueOrBuilder |
getTownOrBuilder()
The town which the address is located
Mandatory
Maximum size 35
|
boolean |
hasAddressLine1()
First line of the address
Mandatory
Maximum size 40
|
boolean |
hasAddressLine2()
Second line of the address
Mandatory
Maximum size 40
|
boolean |
hasAddressLine3()
Third line of the address
Mandatory
Maximum size 40
|
boolean |
hasCountry()
The country code which the address is located
Available options as defined in iBROKER.
|
boolean |
hasPostCode()
The postcode which the address is located
Mandatory
Maximum size 16
|
boolean |
hasState()
The state which the address is located
Mandatory
Maximum size 35
|
boolean |
hasTown()
The town which the address is located
Mandatory
Maximum size 35
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAddressLine1()
First line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_1 = 1;com.google.protobuf.StringValue getAddressLine1()
First line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_1 = 1;com.google.protobuf.StringValueOrBuilder getAddressLine1OrBuilder()
First line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_1 = 1;boolean hasAddressLine2()
Second line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_2 = 2;com.google.protobuf.StringValue getAddressLine2()
Second line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_2 = 2;com.google.protobuf.StringValueOrBuilder getAddressLine2OrBuilder()
Second line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_2 = 2;boolean hasAddressLine3()
Third line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_3 = 3;com.google.protobuf.StringValue getAddressLine3()
Third line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_3 = 3;com.google.protobuf.StringValueOrBuilder getAddressLine3OrBuilder()
Third line of the address Mandatory Maximum size 40
.google.protobuf.StringValue address_line_3 = 3;boolean hasTown()
The town which the address is located Mandatory Maximum size 35
.google.protobuf.StringValue town = 4;com.google.protobuf.StringValue getTown()
The town which the address is located Mandatory Maximum size 35
.google.protobuf.StringValue town = 4;com.google.protobuf.StringValueOrBuilder getTownOrBuilder()
The town which the address is located Mandatory Maximum size 35
.google.protobuf.StringValue town = 4;boolean hasState()
The state which the address is located Mandatory Maximum size 35
.google.protobuf.StringValue state = 5;com.google.protobuf.StringValue getState()
The state which the address is located Mandatory Maximum size 35
.google.protobuf.StringValue state = 5;com.google.protobuf.StringValueOrBuilder getStateOrBuilder()
The state which the address is located Mandatory Maximum size 35
.google.protobuf.StringValue state = 5;boolean hasPostCode()
The postcode which the address is located Mandatory Maximum size 16
.google.protobuf.StringValue post_code = 6;com.google.protobuf.StringValue getPostCode()
The postcode which the address is located Mandatory Maximum size 16
.google.protobuf.StringValue post_code = 6;com.google.protobuf.StringValueOrBuilder getPostCodeOrBuilder()
The postcode which the address is located Mandatory Maximum size 16
.google.protobuf.StringValue post_code = 6;boolean hasCountry()
The country code which the address is located Available options as defined in iBROKER. Mandatory Maximum Size 2
.google.protobuf.StringValue country = 7;com.google.protobuf.StringValue getCountry()
The country code which the address is located Available options as defined in iBROKER. Mandatory Maximum Size 2
.google.protobuf.StringValue country = 7;com.google.protobuf.StringValueOrBuilder getCountryOrBuilder()
The country code which the address is located Available options as defined in iBROKER. Mandatory Maximum Size 2
.google.protobuf.StringValue country = 7;Copyright © 2020. All rights reserved.