Interface CountryRefTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CountryRefType, CountryRefType.Builder

@Generated public interface CountryRefTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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.ByteString
    Iso3166-3 Three character country code [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1355:78]
    int
    Iso 3166-1 Two Character country code.
    [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1338:20]
    com.google.protobuf.ByteString
    [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1338:20]

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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()
       [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1338:20]
       
      string value = 3 [(.buf.validate.field) = { ... }
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1338:20]
       
      string value = 3 [(.buf.validate.field) = { ... }
      Returns:
      The bytes for value.