Class LineShapeType

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

public final class LineShapeType extends com.google.protobuf.GeneratedMessage implements LineShapeTypeOrBuilder
 The graphical shape of a LINK obtained from a formula or other means, using the LOCATION of its limiting POINTs and depending on the LOCATING SYSTEM used for the graphical representation.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 429:87]
 
Protobuf type uk.org.netex.www.netex.LineShapeType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • FORMULA_FIELD_NUMBER

      public static final int FORMULA_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • LOCATING_SYSTEM_REF_FIELD_NUMBER

      public static final int LOCATING_SYSTEM_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
    • getLinkRefStructureCase

      public LineShapeType.LinkRefStructureCase getLinkRefStructureCase()
      Specified by:
      getLinkRefStructureCase in interface LineShapeTypeOrBuilder
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface LineShapeTypeOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface LineShapeTypeOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface LineShapeTypeOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      hasChanged in interface LineShapeTypeOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface LineShapeTypeOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface LineShapeTypeOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersion in interface LineShapeTypeOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersionBytes in interface LineShapeTypeOrBuilder
      Returns:
      The bytes for version.
    • getStatusValue

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface LineShapeTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface LineShapeTypeOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 245;
      Specified by:
      getDerivedFromVersionRef in interface LineShapeTypeOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 245;
      Specified by:
      getDerivedFromVersionRefBytes in interface LineShapeTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 246;
      Specified by:
      getDerivedFromObjectRef in interface LineShapeTypeOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 246;
      Specified by:
      getDerivedFromObjectRefBytes in interface LineShapeTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface LineShapeTypeOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface LineShapeTypeOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface LineShapeTypeOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface LineShapeTypeOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface LineShapeTypeOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface LineShapeTypeOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface LineShapeTypeOrBuilder
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilder in interface LineShapeTypeOrBuilder
    • hasAlternativeTexts

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface LineShapeTypeOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface LineShapeTypeOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface LineShapeTypeOrBuilder
    • hasKeyList

      public boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      hasKeyList in interface LineShapeTypeOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyList in interface LineShapeTypeOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface LineShapeTypeOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      hasExtensions in interface LineShapeTypeOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensions in interface LineShapeTypeOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensionsOrBuilder in interface LineShapeTypeOrBuilder
    • hasBrandingRef

      public boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      hasBrandingRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRef in interface LineShapeTypeOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface LineShapeTypeOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 462:69]
       
      string id = 191;
      Specified by:
      getId in interface LineShapeTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 462:69]
       
      string id = 191;
      Specified by:
      getIdBytes in interface LineShapeTypeOrBuilder
      Returns:
      The bytes for id.
    • getFormula

      public String getFormula()
       Formula for calculating line.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 444:66]
       
      string formula = 241;
      Specified by:
      getFormula in interface LineShapeTypeOrBuilder
      Returns:
      The formula.
    • getFormulaBytes

      public com.google.protobuf.ByteString getFormulaBytes()
       Formula for calculating line.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 444:66]
       
      string formula = 241;
      Specified by:
      getFormulaBytes in interface LineShapeTypeOrBuilder
      Returns:
      The bytes for formula.
    • hasName

      public boolean hasName()
       Name of LINE SHAPE.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 449:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 242;
      Specified by:
      hasName in interface LineShapeTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of LINE SHAPE.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 449:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 242;
      Specified by:
      getName in interface LineShapeTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINE SHAPE.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 449:73]
       
      .uk.org.netex.www.netex.MultilingualString name = 242;
      Specified by:
      getNameOrBuilder in interface LineShapeTypeOrBuilder
    • getLocatingSystemRef

      public String getLocatingSystemRef()
       Name of locating system under which line is specified.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 455:79]
       
      string locating_system_ref = 243;
      Specified by:
      getLocatingSystemRef in interface LineShapeTypeOrBuilder
      Returns:
      The locatingSystemRef.
    • getLocatingSystemRefBytes

      public com.google.protobuf.ByteString getLocatingSystemRefBytes()
       Name of locating system under which line is specified.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 455:79]
       
      string locating_system_ref = 243;
      Specified by:
      getLocatingSystemRefBytes in interface LineShapeTypeOrBuilder
      Returns:
      The bytes for locatingSystemRef.
    • hasVehicleMeetingLinkRef

      public boolean hasVehicleMeetingLinkRef()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 162;
      Specified by:
      hasVehicleMeetingLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the vehicleMeetingLinkRef field is set.
    • getVehicleMeetingLinkRef

      public VersionOfObjectRefStructure getVehicleMeetingLinkRef()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 162;
      Specified by:
      getVehicleMeetingLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The vehicleMeetingLinkRef.
    • getVehicleMeetingLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleMeetingLinkRefOrBuilder()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 162;
      Specified by:
      getVehicleMeetingLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasActivationLinkRef

      public boolean hasActivationLinkRef()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 163;
      Specified by:
      hasActivationLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the activationLinkRef field is set.
    • getActivationLinkRef

      public VersionOfObjectRefStructure getActivationLinkRef()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 163;
      Specified by:
      getActivationLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The activationLinkRef.
    • getActivationLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getActivationLinkRefOrBuilder()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 163;
      Specified by:
      getActivationLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasRailwayLinkRef

      public boolean hasRailwayLinkRef()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 164;
      Specified by:
      hasRailwayLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the railwayLinkRef field is set.
    • getRailwayLinkRef

      public VersionOfObjectRefStructure getRailwayLinkRef()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 164;
      Specified by:
      getRailwayLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The railwayLinkRef.
    • getRailwayLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRailwayLinkRefOrBuilder()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 164;
      Specified by:
      getRailwayLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasRoadLinkRef

      public boolean hasRoadLinkRef()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 165;
      Specified by:
      hasRoadLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the roadLinkRef field is set.
    • getRoadLinkRef

      public VersionOfObjectRefStructure getRoadLinkRef()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 165;
      Specified by:
      getRoadLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The roadLinkRef.
    • getRoadLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoadLinkRefOrBuilder()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 165;
      Specified by:
      getRoadLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasWireLinkRef

      public boolean hasWireLinkRef()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 166;
      Specified by:
      hasWireLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the wireLinkRef field is set.
    • getWireLinkRef

      public VersionOfObjectRefStructure getWireLinkRef()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 166;
      Specified by:
      getWireLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The wireLinkRef.
    • getWireLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getWireLinkRefOrBuilder()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 166;
      Specified by:
      getWireLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasRouteLinkRef

      public boolean hasRouteLinkRef()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 167;
      Specified by:
      hasRouteLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the routeLinkRef field is set.
    • getRouteLinkRef

      public VersionOfObjectRefStructure getRouteLinkRef()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 167;
      Specified by:
      getRouteLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The routeLinkRef.
    • getRouteLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRouteLinkRefOrBuilder()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 167;
      Specified by:
      getRouteLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasTimingLinkRef

      public boolean hasTimingLinkRef()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 168;
      Specified by:
      hasTimingLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the timingLinkRef field is set.
    • getTimingLinkRef

      public VersionOfObjectRefStructure getTimingLinkRef()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 168;
      Specified by:
      getTimingLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The timingLinkRef.
    • getTimingLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingLinkRefOrBuilder()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 168;
      Specified by:
      getTimingLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasPathLinkRef

      public boolean hasPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 169;
      Specified by:
      hasPathLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the pathLinkRef field is set.
    • getPathLinkRef

      public VersionOfObjectRefStructure getPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 169;
      Specified by:
      getPathLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The pathLinkRef.
    • getPathLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPathLinkRefOrBuilder()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 169;
      Specified by:
      getPathLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasLineLinkRef

      public boolean hasLineLinkRef()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 170;
      Specified by:
      hasLineLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the lineLinkRef field is set.
    • getLineLinkRef

      public VersionOfObjectRefStructure getLineLinkRef()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 170;
      Specified by:
      getLineLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The lineLinkRef.
    • getLineLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLineLinkRefOrBuilder()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 170;
      Specified by:
      getLineLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasServiceLinkRef

      public boolean hasServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 171;
      Specified by:
      hasServiceLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the serviceLinkRef field is set.
    • getServiceLinkRef

      public VersionOfObjectRefStructure getServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 171;
      Specified by:
      getServiceLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The serviceLinkRef.
    • getServiceLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceLinkRefOrBuilder()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 171;
      Specified by:
      getServiceLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • hasOnwardVehicleMeetingLinkRef

      public boolean hasOnwardVehicleMeetingLinkRef()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 234;
      Specified by:
      hasOnwardVehicleMeetingLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      Whether the onwardVehicleMeetingLinkRef field is set.
    • getOnwardVehicleMeetingLinkRef

      public VersionOfObjectRefStructure getOnwardVehicleMeetingLinkRef()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 234;
      Specified by:
      getOnwardVehicleMeetingLinkRef in interface LineShapeTypeOrBuilder
      Returns:
      The onwardVehicleMeetingLinkRef.
    • getOnwardVehicleMeetingLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOnwardVehicleMeetingLinkRefOrBuilder()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 234;
      Specified by:
      getOnwardVehicleMeetingLinkRefOrBuilder in interface LineShapeTypeOrBuilder
    • 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 LineShapeType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static LineShapeType.Builder newBuilder()
    • newBuilder

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

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

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

      public static LineShapeType getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<LineShapeType> 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 LineShapeType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder