Package uk.org.netex.www.netex
Interface CountryRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CountryRefs_RelStructure,CountryRefs_RelStructure.Builder
public interface CountryRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCountryRef(int index) Reference to a country ISO 3166-1 Note that GB is used for UK .intReference to a country ISO 3166-1 Note that GB is used for UK .Reference to a country ISO 3166-1 Note that GB is used for UK .getCountryRefOrBuilder(int index) Reference to a country ISO 3166-1 Note that GB is used for UK .List<? extends CountryRefTypeOrBuilder> Reference to a country ISO 3166-1 Note that GB is used for UK .getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.Whether this is a list of all (revise) or just changes.intWhether this is a list of all (revise) or just changes.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getModificationSetValue
int getModificationSetValue()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The enum numeric value on the wire for modificationSet.
-
getModificationSet
ModificationSetEnumeration getModificationSet()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The modificationSet.
-
getCountryRefList
List<CountryRefType> getCountryRefList()Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
repeated .uk.org.netex.www.netex.CountryRefType country_ref = 3; -
getCountryRef
Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
repeated .uk.org.netex.www.netex.CountryRefType country_ref = 3; -
getCountryRefCount
int getCountryRefCount()Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
repeated .uk.org.netex.www.netex.CountryRefType country_ref = 3; -
getCountryRefOrBuilderList
List<? extends CountryRefTypeOrBuilder> getCountryRefOrBuilderList()Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
repeated .uk.org.netex.www.netex.CountryRefType country_ref = 3; -
getCountryRefOrBuilder
Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
repeated .uk.org.netex.www.netex.CountryRefType country_ref = 3;
-