Interface PresentationStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PresentationStructure, PresentationStructure.Builder

@Generated public interface PresentationStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Default RGB background colour value for text and graphics associated with ENTITY - e.g. of a LINE.
    Name of the background colour (in ColourSystem) for text and graphics associated with entity.
    com.google.protobuf.ByteString
    Name of the background colour (in ColourSystem) for text and graphics associated with entity.
    com.google.protobuf.ByteString
    Default RGB colour value for graphics associated with ENTITY - e.g. for a LINE.
    Name of default colour value for graphics associated with ENTITY.
    com.google.protobuf.ByteString
    Name of default colour value for graphics associated with ENTITY.
    Name of colour system used for ColourName and TextColourName: for example, - RAL, https://en.wikipedia.org/wiki/RAL_colour_standard; - DIN 6164 http://www.dtpstudio.de/atlas/farbsysteme/DIN%206164_bs00_3.htm; - Pantone (be aware that Pantone is proprietary), etc.
    com.google.protobuf.ByteString
    Name of colour system used for ColourName and TextColourName: for example, - RAL, https://en.wikipedia.org/wiki/RAL_colour_standard; - DIN 6164 http://www.dtpstudio.de/atlas/farbsysteme/DIN%206164_bs00_3.htm; - Pantone (be aware that Pantone is proprietary), etc.
    Hyperlinks associated with presentation.
    Hyperlinks associated with presentation.
    com.google.protobuf.ByteString
    Default colour value for text associated with ENTITY.
    Name of default colour value (in ColourSystem) for text associated with ENTITY.
    com.google.protobuf.ByteString
    Name of default colour value (in ColourSystem) for text associated with ENTITY.
    Identifier of font for text.
    com.google.protobuf.ByteString
    Identifier of font for text.
    Name of font for text.
    com.google.protobuf.ByteString
    Name of font for text.
    Default language for text.
    com.google.protobuf.ByteString
    Default language for text.
    boolean
    Hyperlinks associated with presentation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getColour

      com.google.protobuf.ByteString getColour()
       Default RGB colour value for graphics associated with ENTITY - e.g. for a LINE.  [netex_framework/netex_utility/netex_utility_types.xsd at 238:68]
       
      bytes colour = 1;
      Returns:
      The colour.
    • getColourName

      String getColourName()
       Name of default colour value for graphics associated with ENTITY.  [netex_framework/netex_utility/netex_utility_types.xsd at 243:77]
       
      string colour_name = 2;
      Returns:
      The colourName.
    • getColourNameBytes

      com.google.protobuf.ByteString getColourNameBytes()
       Name of default colour value for graphics associated with ENTITY.  [netex_framework/netex_utility/netex_utility_types.xsd at 243:77]
       
      string colour_name = 2;
      Returns:
      The bytes for colourName.
    • getColourSystem

      String getColourSystem()
       Name of colour system used for ColourName and TextColourName: for example, - RAL, https://en.wikipedia.org/wiki/RAL_colour_standard; - DIN 6164 http://www.dtpstudio.de/atlas/farbsysteme/DIN%206164_bs00_3.htm; - Pantone (be aware that Pantone is proprietary), etc.  [netex_framework/netex_utility/netex_utility_types.xsd at 248:79]
       
      string colour_system = 3;
      Returns:
      The colourSystem.
    • getColourSystemBytes

      com.google.protobuf.ByteString getColourSystemBytes()
       Name of colour system used for ColourName and TextColourName: for example, - RAL, https://en.wikipedia.org/wiki/RAL_colour_standard; - DIN 6164 http://www.dtpstudio.de/atlas/farbsysteme/DIN%206164_bs00_3.htm; - Pantone (be aware that Pantone is proprietary), etc.  [netex_framework/netex_utility/netex_utility_types.xsd at 248:79]
       
      string colour_system = 3;
      Returns:
      The bytes for colourSystem.
    • getBackgroundColour

      com.google.protobuf.ByteString getBackgroundColour()
       Default RGB background colour value for text and graphics associated with ENTITY - e.g. of a LINE.  [netex_framework/netex_utility/netex_utility_types.xsd at 256:78]
       
      bytes background_colour = 12;
      Returns:
      The backgroundColour.
    • getBackgroundColourName

      String getBackgroundColourName()
       Name of the background colour (in ColourSystem) for text and graphics associated with entity.  [netex_framework/netex_utility/netex_utility_types.xsd at 261:87]
       
      string background_colour_name = 5;
      Returns:
      The backgroundColourName.
    • getBackgroundColourNameBytes

      com.google.protobuf.ByteString getBackgroundColourNameBytes()
       Name of the background colour (in ColourSystem) for text and graphics associated with entity.  [netex_framework/netex_utility/netex_utility_types.xsd at 261:87]
       
      string background_colour_name = 5;
      Returns:
      The bytes for backgroundColourName.
    • getTextColour

      com.google.protobuf.ByteString getTextColour()
       Default colour value for text associated with ENTITY.  [netex_framework/netex_utility/netex_utility_types.xsd at 266:72]
       
      bytes text_colour = 6;
      Returns:
      The textColour.
    • getTextColourName

      String getTextColourName()
       Name of default colour value (in ColourSystem) for text associated with ENTITY.  [netex_framework/netex_utility/netex_utility_types.xsd at 271:81]
       
      string text_colour_name = 7;
      Returns:
      The textColourName.
    • getTextColourNameBytes

      com.google.protobuf.ByteString getTextColourNameBytes()
       Name of default colour value (in ColourSystem) for text associated with ENTITY.  [netex_framework/netex_utility/netex_utility_types.xsd at 271:81]
       
      string text_colour_name = 7;
      Returns:
      The bytes for textColourName.
    • getTextFont

      String getTextFont()
       Identifier of font for text.  [netex_framework/netex_utility/netex_utility_types.xsd at 276:75]
       
      string text_font = 8;
      Returns:
      The textFont.
    • getTextFontBytes

      com.google.protobuf.ByteString getTextFontBytes()
       Identifier of font for text.  [netex_framework/netex_utility/netex_utility_types.xsd at 276:75]
       
      string text_font = 8;
      Returns:
      The bytes for textFont.
    • getTextFontName

      String getTextFontName()
       Name of font for text.  [netex_framework/netex_utility/netex_utility_types.xsd at 281:79]
       
      string text_font_name = 9;
      Returns:
      The textFontName.
    • getTextFontNameBytes

      com.google.protobuf.ByteString getTextFontNameBytes()
       Name of font for text.  [netex_framework/netex_utility/netex_utility_types.xsd at 281:79]
       
      string text_font_name = 9;
      Returns:
      The bytes for textFontName.
    • getTextLanguage

      String getTextLanguage()
       Default language for text.  [netex_framework/netex_utility/netex_utility_types.xsd at 286:71]
       
      string text_language = 10;
      Returns:
      The textLanguage.
    • getTextLanguageBytes

      com.google.protobuf.ByteString getTextLanguageBytes()
       Default language for text.  [netex_framework/netex_utility/netex_utility_types.xsd at 286:71]
       
      string text_language = 10;
      Returns:
      The bytes for textLanguage.
    • hasInfoLinks

      boolean hasInfoLinks()
       Hyperlinks associated with presentation.  [netex_framework/netex_utility/netex_utility_types.xsd at 291:48]
       
      .uk.org.netex.www.netex.PresentationStructure.InfoLinksType info_links = 11;
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with presentation.  [netex_framework/netex_utility/netex_utility_types.xsd at 291:48]
       
      .uk.org.netex.www.netex.PresentationStructure.InfoLinksType info_links = 11;
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with presentation.  [netex_framework/netex_utility/netex_utility_types.xsd at 291:48]
       
      .uk.org.netex.www.netex.PresentationStructure.InfoLinksType info_links = 11;