Package uk.org.netex.www.netex
Interface CountryRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CountryRefStructure,CountryRefStructure.Builder
public interface CountryRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRef()Iso 3166-1 Two Character country code.Iso3166-3 Three character country code [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1355:78]com.google.protobuf.ByteStringIso3166-3 Three character country code [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1355:78]intIso 3166-1 Two Character country code.getValue()Type for a reference to a Country Identifier.com.google.protobuf.ByteStringType for a reference to a Country Identifier.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
-
getRefValue
int getRefValue()Iso 3166-1 Two Character country code. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1350:54]
.uk.org.netex.www.netex.IanaCountryTldEnumeration ref = 1;- Returns:
- The enum numeric value on the wire for ref.
-
getRef
IanaCountryTldEnumeration getRef()Iso 3166-1 Two Character country code. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1350:54]
.uk.org.netex.www.netex.IanaCountryTldEnumeration ref = 1;- Returns:
- The ref.
-
getRefPrincipality
String getRefPrincipality()Iso3166-3 Three character country code [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1355:78]
string ref_principality = 2 [(.buf.validate.field) = { ... }- Returns:
- The refPrincipality.
-
getRefPrincipalityBytes
com.google.protobuf.ByteString getRefPrincipalityBytes()Iso3166-3 Three character country code [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1355:78]
string ref_principality = 2 [(.buf.validate.field) = { ... }- Returns:
- The bytes for refPrincipality.
-
getValue
String getValue()Type for a reference to a Country Identifier. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1344:46]
string value = 3 [(.buf.validate.field) = { ... }- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type for a reference to a Country Identifier. [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1344:46]
string value = 3 [(.buf.validate.field) = { ... }- Returns:
- The bytes for value.
-