static GenericNumberWithB |
GenericNumberWithB.copyOf(GenericNumber from) |
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
GenericNumberWithB |
GenericNumberWithB.setAddress(String value) |
Sets the value of the number digits.
|
GenericNumberWithB |
GenericNumberWithB.setAddress(String value,
StringCodec<GenericNumber> codec) |
Sets the value of the number digits using the given codec.
|
GenericNumberWithB |
GenericNumberWithB.setAddressEncoded(EncodedStringWithIndicators encoded) |
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
GenericNumberWithB |
GenericNumberWithB.setNature(GenericNumber.Nature value) |
Sets the value of the nature of address indicator.
|
GenericNumberWithB |
GenericNumberWithB.setNumberIncomplete(boolean value) |
Sets the value of the number incomplete indicator.
|
GenericNumberWithB |
GenericNumberWithB.setNumberIncompletePresent(boolean flag) |
Sets the presence or absence of the field NumberIncomplete.
|
GenericNumberWithB |
GenericNumberWithB.setNumberingPlan(GenericNumber.NumberingPlan value) |
Sets the value of the numbering plan indicator.
|
GenericNumberWithB |
GenericNumberWithB.setNumberQualifier(GenericNumber.NumberQualifier value) |
Sets the value of the number qualifier indicator.
|
GenericNumberWithB |
GenericNumberWithB.setPresentation(GenericNumber.Presentation value) |
Sets the value of the address presentation restricted indicator.
|
GenericNumberWithB |
GenericNumberWithB.setScreening(GenericNumber.Screening value) |
Sets the value of the screening indicator.
|