Uses of Class
uk.org.netex.www.netex.TelephoneContactStructure.Builder
Packages that use TelephoneContactStructure.Builder
-
Uses of TelephoneContactStructure.Builder in uk.org.netex.www.netex
Methods in uk.org.netex.www.netex that return TelephoneContactStructure.BuilderModifier and TypeMethodDescriptionTelephoneContactStructure.Builder.clear()TelephoneContactStructure.Builder.clearTelCountryCode()Two character country prefix, e.g. 44 for UK.TelephoneContactStructure.Builder.clearTelExtensionNumber()Any additional extension number.TelephoneContactStructure.Builder.clearTelNationalNumber()Full telephone number including STD prefix.Customer_VersionStructure.Builder.getPhoneBuilder()Phone number.CustomerType.Builder.getPhoneBuilder()Phone number.TelephoneContactStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TelephoneContactStructure.Builder.mergeFrom(com.google.protobuf.Message other) TelephoneContactStructure.Builder.mergeFrom(TelephoneContactStructure other) TelephoneContactStructure.newBuilder()TelephoneContactStructure.newBuilder(TelephoneContactStructure prototype) TelephoneContactStructure.newBuilderForType()protected TelephoneContactStructure.BuilderTelephoneContactStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TelephoneContactStructure.Builder.setTelCountryCode(String value) Two character country prefix, e.g. 44 for UK.TelephoneContactStructure.Builder.setTelCountryCodeBytes(com.google.protobuf.ByteString value) Two character country prefix, e.g. 44 for UK.TelephoneContactStructure.Builder.setTelExtensionNumber(String value) Any additional extension number.TelephoneContactStructure.Builder.setTelExtensionNumberBytes(com.google.protobuf.ByteString value) Any additional extension number.TelephoneContactStructure.Builder.setTelNationalNumber(String value) Full telephone number including STD prefix.TelephoneContactStructure.Builder.setTelNationalNumberBytes(com.google.protobuf.ByteString value) Full telephone number including STD prefix.TelephoneContactStructure.toBuilder()Methods in uk.org.netex.www.netex with parameters of type TelephoneContactStructure.BuilderModifier and TypeMethodDescriptionCustomer_VersionStructure.Builder.setPhone(TelephoneContactStructure.Builder builderForValue) Phone number.CustomerType.Builder.setPhone(TelephoneContactStructure.Builder builderForValue) Phone number.