Class PlaceSignType

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

@Generated public final class PlaceSignType extends com.google.protobuf.GeneratedMessage implements PlaceSignTypeOrBuilder
 Sign with Place name for a PLACE. E.g. 'Waterloo'  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 195:66]
 
Protobuf type uk.org.netex.www.netex.PlaceSignType
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:
    • PLACE_REF_FIELD_NUMBER

      public static final int PLACE_REF_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:
  • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 = 742;
      Specified by:
      getDerivedFromVersionRef in interface PlaceSignTypeOrBuilder
      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 = 742;
      Specified by:
      getDerivedFromVersionRefBytes in interface PlaceSignTypeOrBuilder
      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 = 743;
      Specified by:
      getDerivedFromObjectRef in interface PlaceSignTypeOrBuilder
      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 = 743;
      Specified by:
      getDerivedFromObjectRefBytes in interface PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
    • 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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      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 PlaceSignTypeOrBuilder
      Returns:
      The fontSize.
    • hasPlaceRef

      public boolean hasPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 542;
      Specified by:
      hasPlaceRef in interface PlaceSignTypeOrBuilder
      Returns:
      Whether the placeRef field is set.
    • getPlaceRef

      public PlaceRefType getPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 542;
      Specified by:
      getPlaceRef in interface PlaceSignTypeOrBuilder
      Returns:
      The placeRef.
    • getPlaceRefOrBuilder

      public PlaceRefTypeOrBuilder getPlaceRefOrBuilder()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 542;
      Specified by:
      getPlaceRefOrBuilder in interface PlaceSignTypeOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 224:69]
       
      string id = 561;
      Specified by:
      getId in interface PlaceSignTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

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

      public boolean hasPlaceName()
       Name of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 216:64]
       
      .uk.org.netex.www.netex.MultilingualString place_name = 651;
      Specified by:
      hasPlaceName in interface PlaceSignTypeOrBuilder
      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 216:64]
       
      .uk.org.netex.www.netex.MultilingualString place_name = 651;
      Specified by:
      getPlaceName in interface PlaceSignTypeOrBuilder
      Returns:
      The placeName.
    • getPlaceNameOrBuilder

      public MultilingualStringOrBuilder getPlaceNameOrBuilder()
       Name of Stop.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_version.xsd at 216:64]
       
      .uk.org.netex.www.netex.MultilingualString place_name = 651;
      Specified by:
      getPlaceNameOrBuilder in interface PlaceSignTypeOrBuilder
    • 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 PlaceSignType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static PlaceSignType.Builder newBuilder()
    • newBuilder

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

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

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

      public static PlaceSignType getDefaultInstance()
    • parser

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

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