Package uk.org.netex.www.netex
Interface AddressesInFrame_RelStructure.ChoiceWrapper_Address_VersionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddressesInFrame_RelStructure.ChoiceWrapper_Address_VersionStructure,AddressesInFrame_RelStructure.ChoiceWrapper_Address_VersionStructure.Builder
- Enclosing class:
AddressesInFrame_RelStructure
public static interface AddressesInFrame_RelStructure.ChoiceWrapper_Address_VersionStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA POSTAL ADDRESS to which mail can be sent.A POSTAL ADDRESS to which mail can be sent.Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.booleanA POSTAL ADDRESS to which mail can be sent.booleanSpecialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRoadAddress
boolean hasRoadAddress()Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road. [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
.uk.org.netex.www.netex.RoadAddressType road_address = 1;- Returns:
- Whether the roadAddress field is set.
-
getRoadAddress
RoadAddressType getRoadAddress()Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road. [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
.uk.org.netex.www.netex.RoadAddressType road_address = 1;- Returns:
- The roadAddress.
-
getRoadAddressOrBuilder
RoadAddressTypeOrBuilder getRoadAddressOrBuilder()Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road. [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
.uk.org.netex.www.netex.RoadAddressType road_address = 1; -
hasPostalAddress
boolean hasPostalAddress()A POSTAL ADDRESS to which mail can be sent. [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
.uk.org.netex.www.netex.PostalAddressType postal_address = 2;- Returns:
- Whether the postalAddress field is set.
-
getPostalAddress
PostalAddressType getPostalAddress()A POSTAL ADDRESS to which mail can be sent. [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
.uk.org.netex.www.netex.PostalAddressType postal_address = 2;- Returns:
- The postalAddress.
-
getPostalAddressOrBuilder
PostalAddressTypeOrBuilder getPostalAddressOrBuilder()A POSTAL ADDRESS to which mail can be sent. [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
.uk.org.netex.www.netex.PostalAddressType postal_address = 2; -
getAddressVersionStructureCase
AddressesInFrame_RelStructure.ChoiceWrapper_Address_VersionStructure.AddressVersionStructureCase getAddressVersionStructureCase()
-