Class HeadingSignType

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

public final class HeadingSignType extends com.google.protobuf.GeneratedMessage implements HeadingSignTypeOrBuilder
 Specialisation of SIGN EQUIPMENT for headings providing information like direction name, line name, etc.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 251:68]
 
Protobuf type uk.org.netex.www.netex.HeadingSignType
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:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • IMAGE_FIELD_NUMBER

      public static final int IMAGE_FIELD_NUMBER
      See Also:
    • TYPE_OF_EQUIPMENT_REF_FIELD_NUMBER

      public static final int TYPE_OF_EQUIPMENT_REF_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • NOTE_FIELD_NUMBER

      public static final int NOTE_FIELD_NUMBER
      See Also:
    • OUT_OF_SERVICE_FIELD_NUMBER

      public static final int OUT_OF_SERVICE_FIELD_NUMBER
      See Also:
    • HEIGHT_FIELD_NUMBER

      public static final int HEIGHT_FIELD_NUMBER
      See Also:
    • WIDTH_FIELD_NUMBER

      public static final int WIDTH_FIELD_NUMBER
      See Also:
    • HEIGHT_FROM_FLOOR_FIELD_NUMBER

      public static final int HEIGHT_FROM_FLOOR_FIELD_NUMBER
      See Also:
    • PLACEMENT_FIELD_NUMBER

      public static final int PLACEMENT_FIELD_NUMBER
      See Also:
    • BRAND_GRAPHIC_FIELD_NUMBER

      public static final int BRAND_GRAPHIC_FIELD_NUMBER
      See Also:
    • SIGN_GRAPHIC_FIELD_NUMBER

      public static final int SIGN_GRAPHIC_FIELD_NUMBER
      See Also:
    • MACHINE_READABLE_FIELD_NUMBER

      public static final int MACHINE_READABLE_FIELD_NUMBER
      See Also:
    • AS_BRAILLE_FIELD_NUMBER

      public static final int AS_BRAILLE_FIELD_NUMBER
      See Also:
    • AUDIO_TRIGGER_METHOD_FIELD_NUMBER

      public static final int AUDIO_TRIGGER_METHOD_FIELD_NUMBER
      See Also:
    • PRINTED_PRESENTATION_FIELD_NUMBER

      public static final int PRINTED_PRESENTATION_FIELD_NUMBER
      See Also:
    • CONTRAST_FIELD_NUMBER

      public static final int CONTRAST_FIELD_NUMBER
      See Also:
    • FONT_SIZE_FIELD_NUMBER

      public static final int FONT_SIZE_FIELD_NUMBER
      See Also:
    • LINE_NAME_FIELD_NUMBER

      public static final int LINE_NAME_FIELD_NUMBER
      See Also:
    • TRANSPORT_MODE_FIELD_NUMBER

      public static final int TRANSPORT_MODE_FIELD_NUMBER
      See Also:
    • TRANSPORT_SUBMODE_FIELD_NUMBER

      public static final int TRANSPORT_SUBMODE_FIELD_NUMBER
      See Also:
    • LINE_MAP_FIELD_NUMBER

      public static final int LINE_MAP_FIELD_NUMBER
      See Also:
    • DIRECTION_REF_FIELD_NUMBER

      public static final int DIRECTION_REF_FIELD_NUMBER
      See Also:
    • DIRECTION_NAME_FIELD_NUMBER

      public static final int DIRECTION_NAME_FIELD_NUMBER
      See Also:
    • DESTINATION_DISPLAY_REF_FIELD_NUMBER

      public static final int DESTINATION_DISPLAY_REF_FIELD_NUMBER
      See Also:
    • LINE_PUBLIC_CODE_FIELD_NUMBER

      public static final int LINE_PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • PLACE_NAME_FIELD_NUMBER

      public static final int PLACE_NAME_FIELD_NUMBER
      See Also:
    • LINE_REF_FIELD_NUMBER

      public static final int LINE_REF_FIELD_NUMBER
      See Also:
    • FLEXIBLE_LINE_REF_FIELD_NUMBER

      public static final int FLEXIBLE_LINE_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
    • getLineRefStructureCase

      public HeadingSignType.LineRefStructureCase getLineRefStructureCase()
      Specified by:
      getLineRefStructureCase in interface HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 = 762;
      Specified by:
      getDerivedFromVersionRef in interface HeadingSignTypeOrBuilder
      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 = 762;
      Specified by:
      getDerivedFromVersionRefBytes in interface HeadingSignTypeOrBuilder
      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 = 763;
      Specified by:
      getDerivedFromObjectRef in interface HeadingSignTypeOrBuilder
      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 = 763;
      Specified by:
      getDerivedFromObjectRefBytes in interface HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
    • 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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
      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 HeadingSignTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface HeadingSignTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface HeadingSignTypeOrBuilder
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 162;
      Specified by:
      hasPrivateCode in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 162;
      Specified by:
      getPrivateCode in interface HeadingSignTypeOrBuilder
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 162;
      Specified by:
      getPrivateCodeOrBuilder in interface HeadingSignTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Specified by:
      hasPublicCode in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Specified by:
      getPublicCode in interface HeadingSignTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Specified by:
      getPublicCodeOrBuilder in interface HeadingSignTypeOrBuilder
    • getImage

      public String getImage()
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Specified by:
      getImage in interface HeadingSignTypeOrBuilder
      Returns:
      The image.
    • getImageBytes

      public com.google.protobuf.ByteString getImageBytes()
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Specified by:
      getImageBytes in interface HeadingSignTypeOrBuilder
      Returns:
      The bytes for image.
    • hasTypeOfEquipmentRef

      public boolean hasTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
      Specified by:
      hasTypeOfEquipmentRef in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the typeOfEquipmentRef field is set.
    • getTypeOfEquipmentRef

      public VersionOfObjectRefStructure getTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
      Specified by:
      getTypeOfEquipmentRef in interface HeadingSignTypeOrBuilder
      Returns:
      The typeOfEquipmentRef.
    • getTypeOfEquipmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfEquipmentRefOrBuilder()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
      Specified by:
      getTypeOfEquipmentRefOrBuilder in interface HeadingSignTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Specified by:
      hasDescription in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Specified by:
      getDescription in interface HeadingSignTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Specified by:
      getDescriptionOrBuilder in interface HeadingSignTypeOrBuilder
    • hasNote

      public boolean hasNote()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Specified by:
      hasNote in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the note field is set.
    • getNote

      public MultilingualString getNote()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Specified by:
      getNote in interface HeadingSignTypeOrBuilder
      Returns:
      The note.
    • getNoteOrBuilder

      public MultilingualStringOrBuilder getNoteOrBuilder()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Specified by:
      getNoteOrBuilder in interface HeadingSignTypeOrBuilder
    • hasInfoLinks

      public boolean hasInfoLinks()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Specified by:
      hasInfoLinks in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

      public InfoLinks_RelStructure getInfoLinks()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Specified by:
      getInfoLinks in interface HeadingSignTypeOrBuilder
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

      public InfoLinks_RelStructureOrBuilder getInfoLinksOrBuilder()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Specified by:
      getInfoLinksOrBuilder in interface HeadingSignTypeOrBuilder
    • getOutOfService

      public boolean getOutOfService()
       Whether the EQUIPMENT is out of service for protracted time. A separate Real time services should be used for short term outages. e.g. SIRI FM.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 154:70]
       
      bool out_of_service = 169;
      Specified by:
      getOutOfService in interface HeadingSignTypeOrBuilder
      Returns:
      The outOfService.
    • getHeight

      public double getHeight()
       Height of SIGN in metres.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 132:63]
       
      double height = 381;
      Specified by:
      getHeight in interface HeadingSignTypeOrBuilder
      Returns:
      The height.
    • getWidth

      public double getWidth()
       Width of sign in metres.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 137:62]
       
      double width = 382;
      Specified by:
      getWidth in interface HeadingSignTypeOrBuilder
      Returns:
      The width.
    • getHeightFromFloor

      public double getHeightFromFloor()
       Height of bottom edge of sign from floor in metres.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 142:72]
       
      double height_from_floor = 383;
      Specified by:
      getHeightFromFloor in interface HeadingSignTypeOrBuilder
      Returns:
      The heightFromFloor.
    • hasPlacement

      public boolean hasPlacement()
       Description of location of sign.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 147:74]
       
      .uk.org.netex.www.netex.MultilingualString placement = 384;
      Specified by:
      hasPlacement in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the placement field is set.
    • getPlacement

      public MultilingualString getPlacement()
       Description of location of sign.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 147:74]
       
      .uk.org.netex.www.netex.MultilingualString placement = 384;
      Specified by:
      getPlacement in interface HeadingSignTypeOrBuilder
      Returns:
      The placement.
    • getPlacementOrBuilder

      public MultilingualStringOrBuilder getPlacementOrBuilder()
       Description of location of sign.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 147:74]
       
      .uk.org.netex.www.netex.MultilingualString placement = 384;
      Specified by:
      getPlacementOrBuilder in interface HeadingSignTypeOrBuilder
    • getBrandGraphic

      public String getBrandGraphic()
       Graphic for sign.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 152:69]
       
      string brand_graphic = 385;
      Specified by:
      getBrandGraphic in interface HeadingSignTypeOrBuilder
      Returns:
      The brandGraphic.
    • getBrandGraphicBytes

      public com.google.protobuf.ByteString getBrandGraphicBytes()
       Graphic for sign.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 152:69]
       
      string brand_graphic = 385;
      Specified by:
      getBrandGraphicBytes in interface HeadingSignTypeOrBuilder
      Returns:
      The bytes for brandGraphic.
    • getSignGraphic

      public String getSignGraphic()
       Graphic or sign.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 157:68]
       
      string sign_graphic = 386;
      Specified by:
      getSignGraphic in interface HeadingSignTypeOrBuilder
      Returns:
      The signGraphic.
    • getSignGraphicBytes

      public com.google.protobuf.ByteString getSignGraphicBytes()
       Graphic or sign.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 157:68]
       
      string sign_graphic = 386;
      Specified by:
      getSignGraphicBytes in interface HeadingSignTypeOrBuilder
      Returns:
      The bytes for signGraphic.
    • getMachineReadable

      public boolean getMachineReadable()
       Whether SIGN is machine readable.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 162:73]
       
      bool machine_readable = 387;
      Specified by:
      getMachineReadable in interface HeadingSignTypeOrBuilder
      Returns:
      The machineReadable.
    • getAsBraille

      public boolean getAsBraille()
       Whether SIGN is readable in Braille. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 167:67]
       
      bool as_braille = 388;
      Specified by:
      getAsBraille in interface HeadingSignTypeOrBuilder
      Returns:
      The asBraille.
    • getAudioTriggerMethodValue

      public int getAudioTriggerMethodValue()
       How the display may be read by the audio tool. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 172:94]
       
      .uk.org.netex.www.netex.AudioTriggerMethodEnumeration audio_trigger_method = 389;
      Specified by:
      getAudioTriggerMethodValue in interface HeadingSignTypeOrBuilder
      Returns:
      The enum numeric value on the wire for audioTriggerMethod.
    • getAudioTriggerMethod

      public AudioTriggerMethodEnumeration getAudioTriggerMethod()
       How the display may be read by the audio tool. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 172:94]
       
      .uk.org.netex.www.netex.AudioTriggerMethodEnumeration audio_trigger_method = 389;
      Specified by:
      getAudioTriggerMethod in interface HeadingSignTypeOrBuilder
      Returns:
      The audioTriggerMethod.
    • hasPrintedPresentation

      public boolean hasPrintedPresentation()
       Presentatuon characteristics including font size +v1.1 .  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 177:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 390;
      Specified by:
      hasPrintedPresentation in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the printedPresentation field is set.
    • getPrintedPresentation

      public PrintPresentationStructure getPrintedPresentation()
       Presentatuon characteristics including font size +v1.1 .  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 177:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 390;
      Specified by:
      getPrintedPresentation in interface HeadingSignTypeOrBuilder
      Returns:
      The printedPresentation.
    • getPrintedPresentationOrBuilder

      public PrintPresentationStructureOrBuilder getPrintedPresentationOrBuilder()
       Presentatuon characteristics including font size +v1.1 .  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 177:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 390;
      Specified by:
      getPrintedPresentationOrBuilder in interface HeadingSignTypeOrBuilder
    • getContrast

      public double getContrast()
       Luminance gap between text and background. A ratio of at least 3 is expected. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 182:69]
       
      double contrast = 391;
      Specified by:
      getContrast in interface HeadingSignTypeOrBuilder
      Returns:
      The contrast.
    • getFontSizeValue

      public int getFontSizeValue()
       Character font size.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 187:74]
       
      .uk.org.netex.www.netex.FontSizeEnumeration font_size = 472;
      Specified by:
      getFontSizeValue in interface HeadingSignTypeOrBuilder
      Returns:
      The enum numeric value on the wire for fontSize.
    • getFontSize

      public FontSizeEnumeration getFontSize()
       Character font size.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 187:74]
       
      .uk.org.netex.www.netex.FontSizeEnumeration font_size = 472;
      Specified by:
      getFontSize in interface HeadingSignTypeOrBuilder
      Returns:
      The fontSize.
    • hasLineName

      public boolean hasLineName()
       Content of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 312:73]
       
      .uk.org.netex.www.netex.MultilingualString line_name = 544;
      Specified by:
      hasLineName in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the lineName field is set.
    • getLineName

      public MultilingualString getLineName()
       Content of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 312:73]
       
      .uk.org.netex.www.netex.MultilingualString line_name = 544;
      Specified by:
      getLineName in interface HeadingSignTypeOrBuilder
      Returns:
      The lineName.
    • getLineNameOrBuilder

      public MultilingualStringOrBuilder getLineNameOrBuilder()
       Content of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 312:73]
       
      .uk.org.netex.www.netex.MultilingualString line_name = 544;
      Specified by:
      getLineNameOrBuilder in interface HeadingSignTypeOrBuilder
    • getTransportModeValue

      public int getTransportModeValue()
       Description of MODE of LINE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 317:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 545;
      Specified by:
      getTransportModeValue in interface HeadingSignTypeOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • getTransportMode

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       Description of MODE of LINE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 317:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 545;
      Specified by:
      getTransportMode in interface HeadingSignTypeOrBuilder
      Returns:
      The transportMode.
    • hasTransportSubmode

      public boolean hasTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 546;
      Specified by:
      hasTransportSubmode in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the transportSubmode field is set.
    • getTransportSubmode

      public TransportSubmodeStructure getTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 546;
      Specified by:
      getTransportSubmode in interface HeadingSignTypeOrBuilder
      Returns:
      The transportSubmode.
    • getTransportSubmodeOrBuilder

      public TransportSubmodeStructureOrBuilder getTransportSubmodeOrBuilder()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 546;
      Specified by:
      getTransportSubmodeOrBuilder in interface HeadingSignTypeOrBuilder
    • getLineMap

      public String getLineMap()
       Graphic or sign for schematic map of lien from STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 323:64]
       
      string line_map = 547;
      Specified by:
      getLineMap in interface HeadingSignTypeOrBuilder
      Returns:
      The lineMap.
    • getLineMapBytes

      public com.google.protobuf.ByteString getLineMapBytes()
       Graphic or sign for schematic map of lien from STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 323:64]
       
      string line_map = 547;
      Specified by:
      getLineMapBytes in interface HeadingSignTypeOrBuilder
      Returns:
      The bytes for lineMap.
    • hasDirectionRef

      public boolean hasDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 548;
      Specified by:
      hasDirectionRef in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the directionRef field is set.
    • getDirectionRef

      public VersionOfObjectRefStructure getDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 548;
      Specified by:
      getDirectionRef in interface HeadingSignTypeOrBuilder
      Returns:
      The directionRef.
    • getDirectionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDirectionRefOrBuilder()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 548;
      Specified by:
      getDirectionRefOrBuilder in interface HeadingSignTypeOrBuilder
    • hasDirectionName

      public boolean hasDirectionName()
       Content of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 329:78]
       
      .uk.org.netex.www.netex.MultilingualString direction_name = 549;
      Specified by:
      hasDirectionName in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the directionName field is set.
    • getDirectionName

      public MultilingualString getDirectionName()
       Content of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 329:78]
       
      .uk.org.netex.www.netex.MultilingualString direction_name = 549;
      Specified by:
      getDirectionName in interface HeadingSignTypeOrBuilder
      Returns:
      The directionName.
    • getDirectionNameOrBuilder

      public MultilingualStringOrBuilder getDirectionNameOrBuilder()
       Content of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 329:78]
       
      .uk.org.netex.www.netex.MultilingualString direction_name = 549;
      Specified by:
      getDirectionNameOrBuilder in interface HeadingSignTypeOrBuilder
    • hasDestinationDisplayRef

      public boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 550;
      Specified by:
      hasDestinationDisplayRef in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the destinationDisplayRef field is set.
    • getDestinationDisplayRef

      public VersionOfObjectRefStructure getDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 550;
      Specified by:
      getDestinationDisplayRef in interface HeadingSignTypeOrBuilder
      Returns:
      The destinationDisplayRef.
    • getDestinationDisplayRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 550;
      Specified by:
      getDestinationDisplayRefOrBuilder in interface HeadingSignTypeOrBuilder
    • getLinePublicCode

      public String getLinePublicCode()
       Public Code for Line.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 335:81]
       
      string line_public_code = 551;
      Specified by:
      getLinePublicCode in interface HeadingSignTypeOrBuilder
      Returns:
      The linePublicCode.
    • getLinePublicCodeBytes

      public com.google.protobuf.ByteString getLinePublicCodeBytes()
       Public Code for Line.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 335:81]
       
      string line_public_code = 551;
      Specified by:
      getLinePublicCodeBytes in interface HeadingSignTypeOrBuilder
      Returns:
      The bytes for linePublicCode.
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 280:71]
       
      string id = 581;
      Specified by:
      getId in interface HeadingSignTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 280:71]
       
      string id = 581;
      Specified by:
      getIdBytes in interface HeadingSignTypeOrBuilder
      Returns:
      The bytes for id.
    • hasPlaceName

      public boolean hasPlaceName()
       Name of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 272:64]
       
      .uk.org.netex.www.netex.MultilingualString place_name = 671;
      Specified by:
      hasPlaceName in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the placeName field is set.
    • getPlaceName

      public MultilingualString getPlaceName()
       Name of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 272:64]
       
      .uk.org.netex.www.netex.MultilingualString place_name = 671;
      Specified by:
      getPlaceName in interface HeadingSignTypeOrBuilder
      Returns:
      The placeName.
    • getPlaceNameOrBuilder

      public MultilingualStringOrBuilder getPlaceNameOrBuilder()
       Name of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 272:64]
       
      .uk.org.netex.www.netex.MultilingualString place_name = 671;
      Specified by:
      getPlaceNameOrBuilder in interface HeadingSignTypeOrBuilder
    • hasLineRef

      public boolean hasLineRef()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 542;
      Specified by:
      hasLineRef in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the lineRef field is set.
    • getLineRef

      public VersionOfObjectRefStructure getLineRef()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 542;
      Specified by:
      getLineRef in interface HeadingSignTypeOrBuilder
      Returns:
      The lineRef.
    • getLineRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLineRefOrBuilder()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 542;
      Specified by:
      getLineRefOrBuilder in interface HeadingSignTypeOrBuilder
    • hasFlexibleLineRef

      public boolean hasFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 543;
      Specified by:
      hasFlexibleLineRef in interface HeadingSignTypeOrBuilder
      Returns:
      Whether the flexibleLineRef field is set.
    • getFlexibleLineRef

      public VersionOfObjectRefStructure getFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 543;
      Specified by:
      getFlexibleLineRef in interface HeadingSignTypeOrBuilder
      Returns:
      The flexibleLineRef.
    • getFlexibleLineRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFlexibleLineRefOrBuilder()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 543;
      Specified by:
      getFlexibleLineRefOrBuilder in interface HeadingSignTypeOrBuilder
    • 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 HeadingSignType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static HeadingSignType.Builder newBuilder()
    • newBuilder

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

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

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

      public static HeadingSignType getDefaultInstance()
    • parser

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

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