Interface PrintPresentationStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Default RGB background colour value for printed text and graphics associated with ENTITY - e.g. of a LINE.
    Name of the backgropund colour value (in ColourSystem) for printed text and graphics associated with entity.
    com.google.protobuf.ByteString
    Name of the backgropund colour value (in ColourSystem) for printed text and graphics associated with entity.
    Default colour value for printed graphics associated with ENTITY - e.g. of a LINE, e.g.
    com.google.protobuf.ByteString
    Default colour value for printed graphics associated with ENTITY - e.g. of a LINE, e.g.
    Name of default colour value for printed graphics associated with entity., eg Pentone name [netex_framework/netex_utility/netex_utility_types.xsd at 322:77]
    com.google.protobuf.ByteString
    Name of default colour value for printed graphics associated with entity., eg Pentone name [netex_framework/netex_utility/netex_utility_types.xsd at 322:77]
    Name of colour system used for printed 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 printed 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.
    Default language for printed text +v1.1.
    int
    Default language for printed text +v1.1.
    Default colour value for printed text associated with entity.
    com.google.protobuf.ByteString
    Default colour value for printed text associated with entity.
    Name of default colour value for printed text associated with entity, in specified ColourSystem.
    com.google.protobuf.ByteString
    Name of default colour value for printed text associated with entity, in specified ColourSystem.
    Identifier of font for printed text.
    com.google.protobuf.ByteString
    Identifier of font for printed text.
    Name of font for printed text.
    com.google.protobuf.ByteString
    Name of font for printed text.
    Default language for printed text.
    com.google.protobuf.ByteString
    Default language for printed text.

    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

      String getColour()
       Default colour value for printed  graphics associated with ENTITY - e.g. of a LINE, e.g. CMYK.  [netex_framework/netex_utility/netex_utility_types.xsd at 317:73]
       
      string colour = 1;
      Returns:
      The colour.
    • getColourBytes

      com.google.protobuf.ByteString getColourBytes()
       Default colour value for printed  graphics associated with ENTITY - e.g. of a LINE, e.g. CMYK.  [netex_framework/netex_utility/netex_utility_types.xsd at 317:73]
       
      string colour = 1;
      Returns:
      The bytes for colour.
    • getColourName

      String getColourName()
       Name of default colour value for printed graphics associated with entity., eg Pentone name  [netex_framework/netex_utility/netex_utility_types.xsd at 322:77]
       
      string colour_name = 2;
      Returns:
      The colourName.
    • getColourNameBytes

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

      String getColourSystem()
       Name of colour system used for printed 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 327:79]
       
      string colour_system = 3;
      Returns:
      The colourSystem.
    • getColourSystemBytes

      com.google.protobuf.ByteString getColourSystemBytes()
       Name of colour system used for printed 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 327:79]
       
      string colour_system = 3;
      Returns:
      The bytes for colourSystem.
    • getBackgroundColour

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

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

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

      String getTextColour()
       Default colour value for printed text associated with entity. CMYK.  [netex_framework/netex_utility/netex_utility_types.xsd at 345:77]
       
      string text_colour = 6;
      Returns:
      The textColour.
    • getTextColourBytes

      com.google.protobuf.ByteString getTextColourBytes()
       Default colour value for printed text associated with entity. CMYK.  [netex_framework/netex_utility/netex_utility_types.xsd at 345:77]
       
      string text_colour = 6;
      Returns:
      The bytes for textColour.
    • getTextColourName

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

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

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

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

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

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

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

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

      int getFontSizeValue()
       Default language for printed text +v1.1.  [netex_framework/netex_utility/netex_utility_types.xsd at 370:74]
       
      .uk.org.netex.www.netex.FontSizeEnumeration font_size = 11;
      Returns:
      The enum numeric value on the wire for fontSize.
    • getFontSize

      FontSizeEnumeration getFontSize()
       Default language for printed text +v1.1.  [netex_framework/netex_utility/netex_utility_types.xsd at 370:74]
       
      .uk.org.netex.www.netex.FontSizeEnumeration font_size = 11;
      Returns:
      The fontSize.