public final class CreateClientRequest extends com.google.protobuf.GeneratedMessageV3 implements CreateClientRequestOrBuilder
fincleartech.ibroker.CreateClientRequest| Modifier and Type | Class and Description |
|---|---|
static class |
CreateClientRequest.Builder
Protobuf type
fincleartech.ibroker.CreateClientRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.StringValue |
getAbn()
The Australian Business Number of the Individual or Organisation
Optional - Only a TFN or a ABN can be entered.
|
com.google.protobuf.StringValueOrBuilder |
getAbnOrBuilder()
The Australian Business Number of the Individual or Organisation
Optional - Only a TFN or a ABN can be entered.
|
com.google.protobuf.StringValue |
getAcn()
The Australian Company number (ACN)
Optional, must be entered for Client Type of Organisation
Maximum size 20
|
com.google.protobuf.StringValueOrBuilder |
getAcnOrBuilder()
The Australian Company number (ACN)
Optional, must be entered for Client Type of Organisation
Maximum size 20
|
com.google.protobuf.StringValue |
getClientComments()
Free format comments that can be held against each client
Optional
Maximum size 200
|
com.google.protobuf.StringValueOrBuilder |
getClientCommentsOrBuilder()
Free format comments that can be held against each client
Optional
Maximum size 200
|
com.google.protobuf.StringValue |
getClientType()
Identifies if the client is an Individual or Organisation
Mandatory
Available options as defined in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getClientTypeOrBuilder()
Identifies if the client is an Individual or Organisation
Mandatory
Available options as defined in iBROKER.
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if client is active
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if client is active
Mandatory
|
DateTimeValue |
getDateIncorporated()
The date on which the organisation was incorporated (Only valid for Client Type = Organisation)
|
DateTimeValueOrBuilder |
getDateIncorporatedOrBuilder()
The date on which the organisation was incorporated (Only valid for Client Type = Organisation)
|
DateTimeValue |
getDateOfBirth()
Identifies the date of birth for the individual
Optional, only enterable if client_type = 'I' (Individual)
|
DateTimeValueOrBuilder |
getDateOfBirthOrBuilder()
Identifies the date of birth for the individual
Optional, only enterable if client_type = 'I' (Individual)
|
DateTimeValue |
getDateReceived()
The date on which the Tax File Number or ABN Australian Business Number was received.
|
DateTimeValueOrBuilder |
getDateReceivedOrBuilder()
The date on which the Tax File Number or ABN Australian Business Number was received.
|
static CreateClientRequest |
getDefaultInstance() |
CreateClientRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.StringValue |
getEmployerName()
The name of the clients employer, used for security and verification purposes
Only enterable if Individual
Maximum size 50
|
com.google.protobuf.StringValueOrBuilder |
getEmployerNameOrBuilder()
The name of the clients employer, used for security and verification purposes
Only enterable if Individual
Maximum size 50
|
DateTimeValue |
getEntryDateTime()
The date on which the client was created
Optional
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date on which the client was created
Optional
|
com.google.protobuf.StringValue |
getFirstName()
The first name the client is known by
Optional, although mandatory if the client_type = 'I' (Individual)
Maximum size 10
|
com.google.protobuf.StringValueOrBuilder |
getFirstNameOrBuilder()
The first name the client is known by
Optional, although mandatory if the client_type = 'I' (Individual)
Maximum size 10
|
com.google.protobuf.StringValue |
getGender()
Identifies the gender of the client
Available options as defined in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getGenderOrBuilder()
Identifies the gender of the client
Available options as defined in iBROKER.
|
com.google.protobuf.StringValue |
getInternalReference()
An internal reference that can be used to refer to the client
Optional, maximum size 60
|
com.google.protobuf.StringValueOrBuilder |
getInternalReferenceOrBuilder()
An internal reference that can be used to refer to the client
Optional, maximum size 60
|
com.google.protobuf.StringValue |
getInvestorType()
The type of the investor
Available options as defined in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getInvestorTypeOrBuilder()
The type of the investor
Available options as defined in iBROKER.
|
com.google.protobuf.StringValue |
getLastName()
The last name the client is known by
Optional, although mandatory if the client_type = 'I' (Individual)
Maximum size 60
|
com.google.protobuf.StringValueOrBuilder |
getLastNameOrBuilder()
The last name the client is known by
Optional, although mandatory if the client_type = 'I' (Individual)
Maximum size 60
|
com.google.protobuf.StringValue |
getLastNamePosition()
The position of the last name for display purposes.
|
com.google.protobuf.StringValueOrBuilder |
getLastNamePositionOrBuilder()
The position of the last name for display purposes.
|
com.google.protobuf.StringValue |
getLegalEntityIdentifier()
The Legal Identity Indentifier (LEI) of the organisation (Only valid for Client Type = Organisation)
Optional
Maximum size 20
|
com.google.protobuf.StringValueOrBuilder |
getLegalEntityIdentifierOrBuilder()
The Legal Identity Indentifier (LEI) of the organisation (Only valid for Client Type = Organisation)
Optional
Maximum size 20
|
Address |
getMailAddress()
mailing address
|
AddressOrBuilder |
getMailAddressOrBuilder()
mailing address
|
com.google.protobuf.StringValue |
getMothersName()
The name of the clients mother.
|
com.google.protobuf.StringValueOrBuilder |
getMothersNameOrBuilder()
The name of the clients mother.
|
com.google.protobuf.StringValue |
getOrganisationName()
If the client is an organisation, the name of the organisation
Optional, although mandatory if the client_type = 'O' (Organisation)
Maximum size 200
|
com.google.protobuf.StringValueOrBuilder |
getOrganisationNameOrBuilder()
If the client is an organisation, the name of the organisation
Optional, although mandatory if the client_type = 'O' (Organisation)
Maximum size 200
|
com.google.protobuf.Parser<CreateClientRequest> |
getParserForType() |
Address |
getRegistrationAddress()
registration address
|
AddressOrBuilder |
getRegistrationAddressOrBuilder()
registration address
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
com.google.protobuf.StringValue |
getSalutation()
The Salutation (if Any) the Client has
Optional Maximum size 15
|
com.google.protobuf.StringValueOrBuilder |
getSalutationOrBuilder()
The Salutation (if Any) the Client has
Optional Maximum size 15
|
int |
getSerializedSize() |
com.google.protobuf.StringValue |
getTfn()
The Tax File Number for the Individual or Organisation
Optional - Only a TFN or ABN can be entered
Maximum size 12
|
com.google.protobuf.StringValue |
getTfnExemptCode()
The tax exemption code for the Tax File Number
Available options as defined in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getTfnExemptCodeOrBuilder()
The tax exemption code for the Tax File Number
Available options as defined in iBROKER.
|
DateTimeValue |
getTfnExemptExpiryDate()
The expiry date that relates to the Tax Exemption code
|
DateTimeValueOrBuilder |
getTfnExemptExpiryDateOrBuilder()
The expiry date that relates to the Tax Exemption code
|
com.google.protobuf.StringValueOrBuilder |
getTfnOrBuilder()
The Tax File Number for the Individual or Organisation
Optional - Only a TFN or ABN can be entered
Maximum size 12
|
com.google.protobuf.StringValue |
getTfnPreference()
The preference from the client on sending the Tax File Number and/or ABN.
|
com.google.protobuf.StringValueOrBuilder |
getTfnPreferenceOrBuilder()
The preference from the client on sending the Tax File Number and/or ABN.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.StringValue |
getUserId()
The identification of the user who created the client
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The identification of the user who created the client
Optional
Maximum size 18
|
boolean |
hasAbn()
The Australian Business Number of the Individual or Organisation
Optional - Only a TFN or a ABN can be entered.
|
boolean |
hasAcn()
The Australian Company number (ACN)
Optional, must be entered for Client Type of Organisation
Maximum size 20
|
boolean |
hasClientComments()
Free format comments that can be held against each client
Optional
Maximum size 200
|
boolean |
hasClientType()
Identifies if the client is an Individual or Organisation
Mandatory
Available options as defined in iBROKER.
|
boolean |
hasCurrent()
Flag indicating if client is active
Mandatory
|
boolean |
hasDateIncorporated()
The date on which the organisation was incorporated (Only valid for Client Type = Organisation)
|
boolean |
hasDateOfBirth()
Identifies the date of birth for the individual
Optional, only enterable if client_type = 'I' (Individual)
|
boolean |
hasDateReceived()
The date on which the Tax File Number or ABN Australian Business Number was received.
|
boolean |
hasEmployerName()
The name of the clients employer, used for security and verification purposes
Only enterable if Individual
Maximum size 50
|
boolean |
hasEntryDateTime()
The date on which the client was created
Optional
|
boolean |
hasFirstName()
The first name the client is known by
Optional, although mandatory if the client_type = 'I' (Individual)
Maximum size 10
|
boolean |
hasGender()
Identifies the gender of the client
Available options as defined in iBROKER.
|
int |
hashCode() |
boolean |
hasInternalReference()
An internal reference that can be used to refer to the client
Optional, maximum size 60
|
boolean |
hasInvestorType()
The type of the investor
Available options as defined in iBROKER.
|
boolean |
hasLastName()
The last name the client is known by
Optional, although mandatory if the client_type = 'I' (Individual)
Maximum size 60
|
boolean |
hasLastNamePosition()
The position of the last name for display purposes.
|
boolean |
hasLegalEntityIdentifier()
The Legal Identity Indentifier (LEI) of the organisation (Only valid for Client Type = Organisation)
Optional
Maximum size 20
|
boolean |
hasMailAddress()
mailing address
|
boolean |
hasMothersName()
The name of the clients mother.
|
boolean |
hasOrganisationName()
If the client is an organisation, the name of the organisation
Optional, although mandatory if the client_type = 'O' (Organisation)
Maximum size 200
|
boolean |
hasRegistrationAddress()
registration address
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSalutation()
The Salutation (if Any) the Client has
Optional Maximum size 15
|
boolean |
hasTfn()
The Tax File Number for the Individual or Organisation
Optional - Only a TFN or ABN can be entered
Maximum size 12
|
boolean |
hasTfnExemptCode()
The tax exemption code for the Tax File Number
Available options as defined in iBROKER.
|
boolean |
hasTfnExemptExpiryDate()
The expiry date that relates to the Tax Exemption code
|
boolean |
hasTfnPreference()
The preference from the client on sending the Tax File Number and/or ABN.
|
boolean |
hasUserId()
The identification of the user who created the client
Optional
Maximum size 18
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CreateClientRequest.Builder |
newBuilder() |
static CreateClientRequest.Builder |
newBuilder(CreateClientRequest prototype) |
CreateClientRequest.Builder |
newBuilderForType() |
protected CreateClientRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CreateClientRequest |
parseDelimitedFrom(InputStream input) |
static CreateClientRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateClientRequest |
parseFrom(byte[] data) |
static CreateClientRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateClientRequest |
parseFrom(ByteBuffer data) |
static CreateClientRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateClientRequest |
parseFrom(com.google.protobuf.ByteString data) |
static CreateClientRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateClientRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateClientRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateClientRequest |
parseFrom(InputStream input) |
static CreateClientRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CreateClientRequest> |
parser() |
CreateClientRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REQUEST_ID_FIELD_NUMBER
public static final int LAST_NAME_FIELD_NUMBER
public static final int FIRST_NAME_FIELD_NUMBER
public static final int SALUTATION_FIELD_NUMBER
public static final int ORGANISATION_NAME_FIELD_NUMBER
public static final int INTERNAL_REFERENCE_FIELD_NUMBER
public static final int CLIENT_TYPE_FIELD_NUMBER
public static final int CURRENT_FIELD_NUMBER
public static final int DATE_OF_BIRTH_FIELD_NUMBER
public static final int MOTHERS_NAME_FIELD_NUMBER
public static final int GENDER_FIELD_NUMBER
public static final int EMPLOYER_NAME_FIELD_NUMBER
public static final int ACN_FIELD_NUMBER
public static final int CLIENT_COMMENTS_FIELD_NUMBER
public static final int ENTRY_DATE_TIME_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
public static final int LAST_NAME_POSITION_FIELD_NUMBER
public static final int DATE_INCORPORATED_FIELD_NUMBER
public static final int LEGAL_ENTITY_IDENTIFIER_FIELD_NUMBER
public static final int INVESTOR_TYPE_FIELD_NUMBER
public static final int TFN_FIELD_NUMBER
public static final int ABN_FIELD_NUMBER
public static final int TFN_PREFERENCE_FIELD_NUMBER
public static final int DATE_RECEIVED_FIELD_NUMBER
public static final int TFN_EXEMPT_CODE_FIELD_NUMBER
public static final int TFN_EXEMPT_EXPIRY_DATE_FIELD_NUMBER
public static final int MAIL_ADDRESS_FIELD_NUMBER
public static final int REGISTRATION_ADDRESS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;hasRequestId in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;getRequestId in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;getRequestIdOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasLastName()
The last name the client is known by Optional, although mandatory if the client_type = 'I' (Individual) Maximum size 60
.google.protobuf.StringValue last_name = 2;hasLastName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getLastName()
The last name the client is known by Optional, although mandatory if the client_type = 'I' (Individual) Maximum size 60
.google.protobuf.StringValue last_name = 2;getLastName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getLastNameOrBuilder()
The last name the client is known by Optional, although mandatory if the client_type = 'I' (Individual) Maximum size 60
.google.protobuf.StringValue last_name = 2;getLastNameOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasFirstName()
The first name the client is known by Optional, although mandatory if the client_type = 'I' (Individual) Maximum size 10
.google.protobuf.StringValue first_name = 3;hasFirstName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getFirstName()
The first name the client is known by Optional, although mandatory if the client_type = 'I' (Individual) Maximum size 10
.google.protobuf.StringValue first_name = 3;getFirstName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getFirstNameOrBuilder()
The first name the client is known by Optional, although mandatory if the client_type = 'I' (Individual) Maximum size 10
.google.protobuf.StringValue first_name = 3;getFirstNameOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasSalutation()
The Salutation (if Any) the Client has Optional Maximum size 15
.google.protobuf.StringValue salutation = 4;hasSalutation in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getSalutation()
The Salutation (if Any) the Client has Optional Maximum size 15
.google.protobuf.StringValue salutation = 4;getSalutation in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getSalutationOrBuilder()
The Salutation (if Any) the Client has Optional Maximum size 15
.google.protobuf.StringValue salutation = 4;getSalutationOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasOrganisationName()
If the client is an organisation, the name of the organisation Optional, although mandatory if the client_type = 'O' (Organisation) Maximum size 200
.google.protobuf.StringValue organisation_name = 5;hasOrganisationName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getOrganisationName()
If the client is an organisation, the name of the organisation Optional, although mandatory if the client_type = 'O' (Organisation) Maximum size 200
.google.protobuf.StringValue organisation_name = 5;getOrganisationName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getOrganisationNameOrBuilder()
If the client is an organisation, the name of the organisation Optional, although mandatory if the client_type = 'O' (Organisation) Maximum size 200
.google.protobuf.StringValue organisation_name = 5;getOrganisationNameOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasInternalReference()
An internal reference that can be used to refer to the client Optional, maximum size 60
.google.protobuf.StringValue internal_reference = 6;hasInternalReference in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getInternalReference()
An internal reference that can be used to refer to the client Optional, maximum size 60
.google.protobuf.StringValue internal_reference = 6;getInternalReference in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getInternalReferenceOrBuilder()
An internal reference that can be used to refer to the client Optional, maximum size 60
.google.protobuf.StringValue internal_reference = 6;getInternalReferenceOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasClientType()
Identifies if the client is an Individual or Organisation Mandatory Available options as defined in iBROKER. Currently the only values are I (Individual) O (Organisation) Maximum size 1
.google.protobuf.StringValue client_type = 7;hasClientType in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getClientType()
Identifies if the client is an Individual or Organisation Mandatory Available options as defined in iBROKER. Currently the only values are I (Individual) O (Organisation) Maximum size 1
.google.protobuf.StringValue client_type = 7;getClientType in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getClientTypeOrBuilder()
Identifies if the client is an Individual or Organisation Mandatory Available options as defined in iBROKER. Currently the only values are I (Individual) O (Organisation) Maximum size 1
.google.protobuf.StringValue client_type = 7;getClientTypeOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasCurrent()
Flag indicating if client is active Mandatory
.google.protobuf.BoolValue current = 8;hasCurrent in interface CreateClientRequestOrBuilderpublic com.google.protobuf.BoolValue getCurrent()
Flag indicating if client is active Mandatory
.google.protobuf.BoolValue current = 8;getCurrent in interface CreateClientRequestOrBuilderpublic com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if client is active Mandatory
.google.protobuf.BoolValue current = 8;getCurrentOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasDateOfBirth()
Identifies the date of birth for the individual Optional, only enterable if client_type = 'I' (Individual)
.fincleartech.ibroker.DateTimeValue date_of_birth = 9;hasDateOfBirth in interface CreateClientRequestOrBuilderpublic DateTimeValue getDateOfBirth()
Identifies the date of birth for the individual Optional, only enterable if client_type = 'I' (Individual)
.fincleartech.ibroker.DateTimeValue date_of_birth = 9;getDateOfBirth in interface CreateClientRequestOrBuilderpublic DateTimeValueOrBuilder getDateOfBirthOrBuilder()
Identifies the date of birth for the individual Optional, only enterable if client_type = 'I' (Individual)
.fincleartech.ibroker.DateTimeValue date_of_birth = 9;getDateOfBirthOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasMothersName()
The name of the clients mother. For security and verification purposes. Optional, only enterable if Individual Maximum size 50
.google.protobuf.StringValue mothers_name = 10;hasMothersName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getMothersName()
The name of the clients mother. For security and verification purposes. Optional, only enterable if Individual Maximum size 50
.google.protobuf.StringValue mothers_name = 10;getMothersName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getMothersNameOrBuilder()
The name of the clients mother. For security and verification purposes. Optional, only enterable if Individual Maximum size 50
.google.protobuf.StringValue mothers_name = 10;getMothersNameOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasGender()
Identifies the gender of the client Available options as defined in iBROKER. Currently the only values are M - Male, F - Female Maximum size 1
.google.protobuf.StringValue gender = 11;hasGender in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getGender()
Identifies the gender of the client Available options as defined in iBROKER. Currently the only values are M - Male, F - Female Maximum size 1
.google.protobuf.StringValue gender = 11;getGender in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getGenderOrBuilder()
Identifies the gender of the client Available options as defined in iBROKER. Currently the only values are M - Male, F - Female Maximum size 1
.google.protobuf.StringValue gender = 11;getGenderOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasEmployerName()
The name of the clients employer, used for security and verification purposes Only enterable if Individual Maximum size 50
.google.protobuf.StringValue employer_name = 12;hasEmployerName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getEmployerName()
The name of the clients employer, used for security and verification purposes Only enterable if Individual Maximum size 50
.google.protobuf.StringValue employer_name = 12;getEmployerName in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getEmployerNameOrBuilder()
The name of the clients employer, used for security and verification purposes Only enterable if Individual Maximum size 50
.google.protobuf.StringValue employer_name = 12;getEmployerNameOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasAcn()
The Australian Company number (ACN) Optional, must be entered for Client Type of Organisation Maximum size 20
.google.protobuf.StringValue acn = 13;hasAcn in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getAcn()
The Australian Company number (ACN) Optional, must be entered for Client Type of Organisation Maximum size 20
.google.protobuf.StringValue acn = 13;getAcn in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getAcnOrBuilder()
The Australian Company number (ACN) Optional, must be entered for Client Type of Organisation Maximum size 20
.google.protobuf.StringValue acn = 13;getAcnOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasClientComments()
Free format comments that can be held against each client Optional Maximum size 200
.google.protobuf.StringValue client_comments = 15;hasClientComments in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getClientComments()
Free format comments that can be held against each client Optional Maximum size 200
.google.protobuf.StringValue client_comments = 15;getClientComments in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getClientCommentsOrBuilder()
Free format comments that can be held against each client Optional Maximum size 200
.google.protobuf.StringValue client_comments = 15;getClientCommentsOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasEntryDateTime()
The date on which the client was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 16;hasEntryDateTime in interface CreateClientRequestOrBuilderpublic DateTimeValue getEntryDateTime()
The date on which the client was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 16;getEntryDateTime in interface CreateClientRequestOrBuilderpublic DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date on which the client was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 16;getEntryDateTimeOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasUserId()
The identification of the user who created the client Optional Maximum size 18
.google.protobuf.StringValue user_id = 17;hasUserId in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getUserId()
The identification of the user who created the client Optional Maximum size 18
.google.protobuf.StringValue user_id = 17;getUserId in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The identification of the user who created the client Optional Maximum size 18
.google.protobuf.StringValue user_id = 17;getUserIdOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasLastNamePosition()
The position of the last name for display purposes. Acceptable values are L - Last, F First Maximum size 1
.google.protobuf.StringValue last_name_position = 18;hasLastNamePosition in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getLastNamePosition()
The position of the last name for display purposes. Acceptable values are L - Last, F First Maximum size 1
.google.protobuf.StringValue last_name_position = 18;getLastNamePosition in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getLastNamePositionOrBuilder()
The position of the last name for display purposes. Acceptable values are L - Last, F First Maximum size 1
.google.protobuf.StringValue last_name_position = 18;getLastNamePositionOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasDateIncorporated()
The date on which the organisation was incorporated (Only valid for Client Type = Organisation)
.fincleartech.ibroker.DateTimeValue date_incorporated = 19;hasDateIncorporated in interface CreateClientRequestOrBuilderpublic DateTimeValue getDateIncorporated()
The date on which the organisation was incorporated (Only valid for Client Type = Organisation)
.fincleartech.ibroker.DateTimeValue date_incorporated = 19;getDateIncorporated in interface CreateClientRequestOrBuilderpublic DateTimeValueOrBuilder getDateIncorporatedOrBuilder()
The date on which the organisation was incorporated (Only valid for Client Type = Organisation)
.fincleartech.ibroker.DateTimeValue date_incorporated = 19;getDateIncorporatedOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasLegalEntityIdentifier()
The Legal Identity Indentifier (LEI) of the organisation (Only valid for Client Type = Organisation) Optional Maximum size 20
.google.protobuf.StringValue legal_entity_identifier = 20;hasLegalEntityIdentifier in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getLegalEntityIdentifier()
The Legal Identity Indentifier (LEI) of the organisation (Only valid for Client Type = Organisation) Optional Maximum size 20
.google.protobuf.StringValue legal_entity_identifier = 20;getLegalEntityIdentifier in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getLegalEntityIdentifierOrBuilder()
The Legal Identity Indentifier (LEI) of the organisation (Only valid for Client Type = Organisation) Optional Maximum size 20
.google.protobuf.StringValue legal_entity_identifier = 20;getLegalEntityIdentifierOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasInvestorType()
The type of the investor Available options as defined in iBROKER. Mandatory Maximum size 1
.google.protobuf.StringValue investor_type = 21;hasInvestorType in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getInvestorType()
The type of the investor Available options as defined in iBROKER. Mandatory Maximum size 1
.google.protobuf.StringValue investor_type = 21;getInvestorType in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getInvestorTypeOrBuilder()
The type of the investor Available options as defined in iBROKER. Mandatory Maximum size 1
.google.protobuf.StringValue investor_type = 21;getInvestorTypeOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasTfn()
The Tax File Number for the Individual or Organisation Optional - Only a TFN or ABN can be entered Maximum size 12
.google.protobuf.StringValue tfn = 22;hasTfn in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getTfn()
The Tax File Number for the Individual or Organisation Optional - Only a TFN or ABN can be entered Maximum size 12
.google.protobuf.StringValue tfn = 22;getTfn in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getTfnOrBuilder()
The Tax File Number for the Individual or Organisation Optional - Only a TFN or ABN can be entered Maximum size 12
.google.protobuf.StringValue tfn = 22;getTfnOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasAbn()
The Australian Business Number of the Individual or Organisation Optional - Only a TFN or a ABN can be entered. Maximum size 11
.google.protobuf.StringValue abn = 23;hasAbn in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getAbn()
The Australian Business Number of the Individual or Organisation Optional - Only a TFN or a ABN can be entered. Maximum size 11
.google.protobuf.StringValue abn = 23;getAbn in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getAbnOrBuilder()
The Australian Business Number of the Individual or Organisation Optional - Only a TFN or a ABN can be entered. Maximum size 11
.google.protobuf.StringValue abn = 23;getAbnOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasTfnPreference()
The preference from the client on sending the Tax File Number and/or ABN. Acceptable values are T - TFN or A - ABN Optional Maximum size 1
.google.protobuf.StringValue tfn_preference = 24;hasTfnPreference in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getTfnPreference()
The preference from the client on sending the Tax File Number and/or ABN. Acceptable values are T - TFN or A - ABN Optional Maximum size 1
.google.protobuf.StringValue tfn_preference = 24;getTfnPreference in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getTfnPreferenceOrBuilder()
The preference from the client on sending the Tax File Number and/or ABN. Acceptable values are T - TFN or A - ABN Optional Maximum size 1
.google.protobuf.StringValue tfn_preference = 24;getTfnPreferenceOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasDateReceived()
The date on which the Tax File Number or ABN Australian Business Number was received.
.fincleartech.ibroker.DateTimeValue date_received = 25;hasDateReceived in interface CreateClientRequestOrBuilderpublic DateTimeValue getDateReceived()
The date on which the Tax File Number or ABN Australian Business Number was received.
.fincleartech.ibroker.DateTimeValue date_received = 25;getDateReceived in interface CreateClientRequestOrBuilderpublic DateTimeValueOrBuilder getDateReceivedOrBuilder()
The date on which the Tax File Number or ABN Australian Business Number was received.
.fincleartech.ibroker.DateTimeValue date_received = 25;getDateReceivedOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasTfnExemptCode()
The tax exemption code for the Tax File Number Available options as defined in iBROKER. Optional Maximum size 1
.google.protobuf.StringValue tfn_exempt_code = 26;hasTfnExemptCode in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValue getTfnExemptCode()
The tax exemption code for the Tax File Number Available options as defined in iBROKER. Optional Maximum size 1
.google.protobuf.StringValue tfn_exempt_code = 26;getTfnExemptCode in interface CreateClientRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getTfnExemptCodeOrBuilder()
The tax exemption code for the Tax File Number Available options as defined in iBROKER. Optional Maximum size 1
.google.protobuf.StringValue tfn_exempt_code = 26;getTfnExemptCodeOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasTfnExemptExpiryDate()
The expiry date that relates to the Tax Exemption code
.fincleartech.ibroker.DateTimeValue tfn_exempt_expiry_date = 27;hasTfnExemptExpiryDate in interface CreateClientRequestOrBuilderpublic DateTimeValue getTfnExemptExpiryDate()
The expiry date that relates to the Tax Exemption code
.fincleartech.ibroker.DateTimeValue tfn_exempt_expiry_date = 27;getTfnExemptExpiryDate in interface CreateClientRequestOrBuilderpublic DateTimeValueOrBuilder getTfnExemptExpiryDateOrBuilder()
The expiry date that relates to the Tax Exemption code
.fincleartech.ibroker.DateTimeValue tfn_exempt_expiry_date = 27;getTfnExemptExpiryDateOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasMailAddress()
mailing address
.fincleartech.ibroker.Address mail_address = 28;hasMailAddress in interface CreateClientRequestOrBuilderpublic Address getMailAddress()
mailing address
.fincleartech.ibroker.Address mail_address = 28;getMailAddress in interface CreateClientRequestOrBuilderpublic AddressOrBuilder getMailAddressOrBuilder()
mailing address
.fincleartech.ibroker.Address mail_address = 28;getMailAddressOrBuilder in interface CreateClientRequestOrBuilderpublic boolean hasRegistrationAddress()
registration address
.fincleartech.ibroker.Address registration_address = 29;hasRegistrationAddress in interface CreateClientRequestOrBuilderpublic Address getRegistrationAddress()
registration address
.fincleartech.ibroker.Address registration_address = 29;getRegistrationAddress in interface CreateClientRequestOrBuilderpublic AddressOrBuilder getRegistrationAddressOrBuilder()
registration address
.fincleartech.ibroker.Address registration_address = 29;getRegistrationAddressOrBuilder in interface CreateClientRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CreateClientRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateClientRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateClientRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateClientRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateClientRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateClientRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateClientRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static CreateClientRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateClientRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CreateClientRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateClientRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CreateClientRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CreateClientRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CreateClientRequest.Builder newBuilder()
public static CreateClientRequest.Builder newBuilder(CreateClientRequest prototype)
public CreateClientRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CreateClientRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CreateClientRequest getDefaultInstance()
public static com.google.protobuf.Parser<CreateClientRequest> parser()
public com.google.protobuf.Parser<CreateClientRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CreateClientRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.