Class ZoneRefs_RelStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.ZoneRefs_RelStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ZoneRefs_RelStructureOrBuilder

@Generated public final class ZoneRefs_RelStructure extends com.google.protobuf.GeneratedMessage implements ZoneRefs_RelStructureOrBuilder
 [netex_framework/netex_genericFramework/netex_zone_support.xsd at 76:48]
 
Protobuf type uk.org.netex.www.netex.ZoneRefs_RelStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • MODIFICATION_SET_FIELD_NUMBER

      public static final int MODIFICATION_SET_FIELD_NUMBER
      See Also:
    • ZONE_REF_FIELD_NUMBER

      public static final int ZONE_REF_FIELD_NUMBER
      See Also:
    • TARIFF_ZONE_REF_FIELD_NUMBER

      public static final int TARIFF_ZONE_REF_FIELD_NUMBER
      See Also:
    • ADMINISTRATIVE_ZONE_REF_FIELD_NUMBER

      public static final int ADMINISTRATIVE_ZONE_REF_FIELD_NUMBER
      See Also:
    • TRANSPORT_ADMINISTRATIVE_ZONE_REF_FIELD_NUMBER

      public static final int TRANSPORT_ADMINISTRATIVE_ZONE_REF_FIELD_NUMBER
      See Also:
    • ACCESS_ZONE_REF_FIELD_NUMBER

      public static final int ACCESS_ZONE_REF_FIELD_NUMBER
      See Also:
    • STOP_AREA_REF_FIELD_NUMBER

      public static final int STOP_AREA_REF_FIELD_NUMBER
      See Also:
    • FARE_ZONE_REF_FIELD_NUMBER

      public static final int FARE_ZONE_REF_FIELD_NUMBER
      See Also:
    • MOBILITY_SERVICE_CONSTRAINT_ZONE_REF_FIELD_NUMBER

      public static final int MOBILITY_SERVICE_CONSTRAINT_ZONE_REF_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getZoneRefStructureCase

      public ZoneRefs_RelStructure.ZoneRefStructureCase getZoneRefStructureCase()
      Specified by:
      getZoneRefStructureCase in interface ZoneRefs_RelStructureOrBuilder
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • getModificationSetValue

      public 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;
      Specified by:
      getModificationSetValue in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The enum numeric value on the wire for modificationSet.
    • getModificationSet

      public 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;
      Specified by:
      getModificationSet in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The modificationSet.
    • hasZoneRef

      public boolean hasZoneRef()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 3;
      Specified by:
      hasZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the zoneRef field is set.
    • getZoneRef

      public VersionOfObjectRefStructure getZoneRef()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 3;
      Specified by:
      getZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The zoneRef.
    • getZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getZoneRefOrBuilder()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 3;
      Specified by:
      getZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • hasTariffZoneRef

      public boolean hasTariffZoneRef()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 4;
      Specified by:
      hasTariffZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the tariffZoneRef field is set.
    • getTariffZoneRef

      public TariffZoneRefType getTariffZoneRef()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 4;
      Specified by:
      getTariffZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The tariffZoneRef.
    • getTariffZoneRefOrBuilder

      public TariffZoneRefTypeOrBuilder getTariffZoneRefOrBuilder()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 4;
      Specified by:
      getTariffZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • hasAdministrativeZoneRef

      public boolean hasAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 5;
      Specified by:
      hasAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the administrativeZoneRef field is set.
    • getAdministrativeZoneRef

      public AdministrativeZoneRefType getAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 5;
      Specified by:
      getAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The administrativeZoneRef.
    • getAdministrativeZoneRefOrBuilder

      public AdministrativeZoneRefTypeOrBuilder getAdministrativeZoneRefOrBuilder()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 5;
      Specified by:
      getAdministrativeZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • hasTransportAdministrativeZoneRef

      public boolean hasTransportAdministrativeZoneRef()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 6;
      Specified by:
      hasTransportAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the transportAdministrativeZoneRef field is set.
    • getTransportAdministrativeZoneRef

      public TransportAdministrativeZoneRefType getTransportAdministrativeZoneRef()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 6;
      Specified by:
      getTransportAdministrativeZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The transportAdministrativeZoneRef.
    • getTransportAdministrativeZoneRefOrBuilder

      public TransportAdministrativeZoneRefTypeOrBuilder getTransportAdministrativeZoneRefOrBuilder()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 6;
      Specified by:
      getTransportAdministrativeZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • hasAccessZoneRef

      public boolean hasAccessZoneRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 7;
      Specified by:
      hasAccessZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the accessZoneRef field is set.
    • getAccessZoneRef

      public VersionOfObjectRefStructure getAccessZoneRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 7;
      Specified by:
      getAccessZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The accessZoneRef.
    • getAccessZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAccessZoneRefOrBuilder()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 7;
      Specified by:
      getAccessZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • hasStopAreaRef

      public boolean hasStopAreaRef()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 8;
      Specified by:
      hasStopAreaRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the stopAreaRef field is set.
    • getStopAreaRef

      public VersionOfObjectRefStructure getStopAreaRef()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 8;
      Specified by:
      getStopAreaRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The stopAreaRef.
    • getStopAreaRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStopAreaRefOrBuilder()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 8;
      Specified by:
      getStopAreaRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • hasFareZoneRef

      public boolean hasFareZoneRef()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 9;
      Specified by:
      hasFareZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the fareZoneRef field is set.
    • getFareZoneRef

      public VersionOfObjectRefStructure getFareZoneRef()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 9;
      Specified by:
      getFareZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The fareZoneRef.
    • getFareZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareZoneRefOrBuilder()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 9;
      Specified by:
      getFareZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • hasMobilityServiceConstraintZoneRef

      public boolean hasMobilityServiceConstraintZoneRef()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 10;
      Specified by:
      hasMobilityServiceConstraintZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      Whether the mobilityServiceConstraintZoneRef field is set.
    • getMobilityServiceConstraintZoneRef

      public VersionOfObjectRefStructure getMobilityServiceConstraintZoneRef()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 10;
      Specified by:
      getMobilityServiceConstraintZoneRef in interface ZoneRefs_RelStructureOrBuilder
      Returns:
      The mobilityServiceConstraintZoneRef.
    • getMobilityServiceConstraintZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getMobilityServiceConstraintZoneRefOrBuilder()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 10;
      Specified by:
      getMobilityServiceConstraintZoneRefOrBuilder in interface ZoneRefs_RelStructureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ZoneRefs_RelStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ZoneRefs_RelStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ZoneRefs_RelStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ZoneRefs_RelStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ZoneRefs_RelStructure.Builder newBuilder()
    • newBuilder

      public static ZoneRefs_RelStructure.Builder newBuilder(ZoneRefs_RelStructure prototype)
    • toBuilder

      public ZoneRefs_RelStructure.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ZoneRefs_RelStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ZoneRefs_RelStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ZoneRefs_RelStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<ZoneRefs_RelStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ZoneRefs_RelStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder