Class DestinationDisplayType

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

@Generated public final class DestinationDisplayType extends com.google.protobuf.GeneratedMessage implements DestinationDisplayTypeOrBuilder
 An advertised destination of a specific JOURNEY PATTERN, usually displayed on a head sign or at other on-board locations.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 617:96]
 
Protobuf type uk.org.netex.www.netex.DestinationDisplayType
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:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • SIDE_TEXT_FIELD_NUMBER

      public static final int SIDE_TEXT_FIELD_NUMBER
      See Also:
    • FRONT_TEXT_FIELD_NUMBER

      public static final int FRONT_TEXT_FIELD_NUMBER
      See Also:
    • DRIVER_DISPLAY_TEXT_FIELD_NUMBER

      public static final int DRIVER_DISPLAY_TEXT_FIELD_NUMBER
      See Also:
    • SHORT_CODE_FIELD_NUMBER

      public static final int SHORT_CODE_FIELD_NUMBER
      See Also:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • PRESENTATION_FIELD_NUMBER

      public static final int PRESENTATION_FIELD_NUMBER
      See Also:
    • VIAS_FIELD_NUMBER

      public static final int VIAS_FIELD_NUMBER
      See Also:
    • VARIANTS_FIELD_NUMBER

      public static final int VARIANTS_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_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
    • 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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 = 213;
      Specified by:
      getDerivedFromVersionRef in interface DestinationDisplayTypeOrBuilder
      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 = 213;
      Specified by:
      getDerivedFromVersionRefBytes in interface DestinationDisplayTypeOrBuilder
      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 = 214;
      Specified by:
      getDerivedFromObjectRef in interface DestinationDisplayTypeOrBuilder
      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 = 214;
      Specified by:
      getDerivedFromObjectRefBytes in interface DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
    • 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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
      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 DestinationDisplayTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of destination on DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 686:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of destination on DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 686:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface DestinationDisplayTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of destination on DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 686:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface DestinationDisplayTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name on DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 691:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name on DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 691:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface DestinationDisplayTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name on DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 691:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface DestinationDisplayTypeOrBuilder
    • hasSideText

      public boolean hasSideText()
       Name of destination to show on side of VEHICLE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 696:73]
       
      .uk.org.netex.www.netex.MultilingualString side_text = 163;
      Specified by:
      hasSideText in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the sideText field is set.
    • getSideText

      public MultilingualString getSideText()
       Name of destination to show on side of VEHICLE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 696:73]
       
      .uk.org.netex.www.netex.MultilingualString side_text = 163;
      Specified by:
      getSideText in interface DestinationDisplayTypeOrBuilder
      Returns:
      The sideText.
    • getSideTextOrBuilder

      public MultilingualStringOrBuilder getSideTextOrBuilder()
       Name of destination to show on side of VEHICLE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 696:73]
       
      .uk.org.netex.www.netex.MultilingualString side_text = 163;
      Specified by:
      getSideTextOrBuilder in interface DestinationDisplayTypeOrBuilder
    • hasFrontText

      public boolean hasFrontText()
       Name of destination to show on front of VEHICLE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 701:74]
       
      .uk.org.netex.www.netex.MultilingualString front_text = 164;
      Specified by:
      hasFrontText in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the frontText field is set.
    • getFrontText

      public MultilingualString getFrontText()
       Name of destination to show on front of VEHICLE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 701:74]
       
      .uk.org.netex.www.netex.MultilingualString front_text = 164;
      Specified by:
      getFrontText in interface DestinationDisplayTypeOrBuilder
      Returns:
      The frontText.
    • getFrontTextOrBuilder

      public MultilingualStringOrBuilder getFrontTextOrBuilder()
       Name of destination to show on front of VEHICLE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 701:74]
       
      .uk.org.netex.www.netex.MultilingualString front_text = 164;
      Specified by:
      getFrontTextOrBuilder in interface DestinationDisplayTypeOrBuilder
    • hasDriverDisplayText

      public boolean hasDriverDisplayText()
       Text to show to Driver or Staff for the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 706:82]
       
      .uk.org.netex.www.netex.MultilingualString driver_display_text = 165;
      Specified by:
      hasDriverDisplayText in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the driverDisplayText field is set.
    • getDriverDisplayText

      public MultilingualString getDriverDisplayText()
       Text to show to Driver or Staff for the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 706:82]
       
      .uk.org.netex.www.netex.MultilingualString driver_display_text = 165;
      Specified by:
      getDriverDisplayText in interface DestinationDisplayTypeOrBuilder
      Returns:
      The driverDisplayText.
    • getDriverDisplayTextOrBuilder

      public MultilingualStringOrBuilder getDriverDisplayTextOrBuilder()
       Text to show to Driver or Staff for the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 706:82]
       
      .uk.org.netex.www.netex.MultilingualString driver_display_text = 165;
      Specified by:
      getDriverDisplayTextOrBuilder in interface DestinationDisplayTypeOrBuilder
    • getShortCode

      public String getShortCode()
       Short code associated with Destination display used vehicle display controller which describes the format of the destination text in the front and side display in the vehicle. (VDV).  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 718:76]
       
      string short_code = 171;
      Specified by:
      getShortCode in interface DestinationDisplayTypeOrBuilder
      Returns:
      The shortCode.
    • getShortCodeBytes

      public com.google.protobuf.ByteString getShortCodeBytes()
       Short code associated with Destination display used vehicle display controller which describes the format of the destination text in the front and side display in the vehicle. (VDV).  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 718:76]
       
      string short_code = 171;
      Specified by:
      getShortCodeBytes in interface DestinationDisplayTypeOrBuilder
      Returns:
      The bytes for shortCode.
    • getPublicCode

      public String getPublicCode()
       Public code to show for Destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 723:77]
       
      string public_code = 172;
      Specified by:
      getPublicCode in interface DestinationDisplayTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeBytes

      public com.google.protobuf.ByteString getPublicCodeBytes()
       Public code to show for Destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 723:77]
       
      string public_code = 172;
      Specified by:
      getPublicCodeBytes in interface DestinationDisplayTypeOrBuilder
      Returns:
      The bytes for publicCode.
    • 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 = 173;
      Specified by:
      hasPrivateCode in interface DestinationDisplayTypeOrBuilder
      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 = 173;
      Specified by:
      getPrivateCode in interface DestinationDisplayTypeOrBuilder
      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 = 173;
      Specified by:
      getPrivateCodeOrBuilder in interface DestinationDisplayTypeOrBuilder
    • hasPresentation

      public boolean hasPresentation()
       Preferred presentation attributes to use when rendering destiation on maps, etc. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 659:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 181;
      Specified by:
      hasPresentation in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the presentation field is set.
    • getPresentation

      public PresentationStructure getPresentation()
       Preferred presentation attributes to use when rendering destiation on maps, etc. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 659:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 181;
      Specified by:
      getPresentation in interface DestinationDisplayTypeOrBuilder
      Returns:
      The presentation.
    • getPresentationOrBuilder

      public PresentationStructureOrBuilder getPresentationOrBuilder()
       Preferred presentation attributes to use when rendering destiation on maps, etc. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 659:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 181;
      Specified by:
      getPresentationOrBuilder in interface DestinationDisplayTypeOrBuilder
    • hasVias

      public boolean hasVias()
       Headings that distinguish the route by which the service runs to the Destination  Name .  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 664:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 182;
      Specified by:
      hasVias in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the vias field is set.
    • getVias

      public Vias_RelStructure getVias()
       Headings that distinguish the route by which the service runs to the Destination  Name .  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 664:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 182;
      Specified by:
      getVias in interface DestinationDisplayTypeOrBuilder
      Returns:
      The vias.
    • getViasOrBuilder

      public Vias_RelStructureOrBuilder getViasOrBuilder()
       Headings that distinguish the route by which the service runs to the Destination  Name .  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 664:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 182;
      Specified by:
      getViasOrBuilder in interface DestinationDisplayTypeOrBuilder
    • hasVariants

      public boolean hasVariants()
       DEITINATION DISPLAY VARIANT for DESTINATION DISPLAY. Variants may  be for use in a specifc context or on a specifc media, or a combination of both.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 669:47]
       
      .uk.org.netex.www.netex.VariantsType variants = 183;
      Specified by:
      hasVariants in interface DestinationDisplayTypeOrBuilder
      Returns:
      Whether the variants field is set.
    • getVariants

      public VariantsType getVariants()
       DEITINATION DISPLAY VARIANT for DESTINATION DISPLAY. Variants may  be for use in a specifc context or on a specifc media, or a combination of both.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 669:47]
       
      .uk.org.netex.www.netex.VariantsType variants = 183;
      Specified by:
      getVariants in interface DestinationDisplayTypeOrBuilder
      Returns:
      The variants.
    • getVariantsOrBuilder

      public VariantsTypeOrBuilder getVariantsOrBuilder()
       DEITINATION DISPLAY VARIANT for DESTINATION DISPLAY. Variants may  be for use in a specifc context or on a specifc media, or a combination of both.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 669:47]
       
      .uk.org.netex.www.netex.VariantsType variants = 183;
      Specified by:
      getVariantsOrBuilder in interface DestinationDisplayTypeOrBuilder
    • getId

      public String getId()
       [netex_part_1/part1_networkDescription/netex_line_version.xsd at 635:64]
       
      string id = 211;
      Specified by:
      getId in interface DestinationDisplayTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_networkDescription/netex_line_version.xsd at 635:64]
       
      string id = 211;
      Specified by:
      getIdBytes in interface DestinationDisplayTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 DestinationDisplayType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static DestinationDisplayType.Builder newBuilder()
    • newBuilder

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

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

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

      public static DestinationDisplayType getDefaultInstance()
    • parser

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

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