Class PrintPresentationStructure

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

@Generated public final class PrintPresentationStructure extends com.google.protobuf.GeneratedMessage implements PrintPresentationStructureOrBuilder
 Types describing common presentation properties for Print.  [netex_framework/netex_utility/netex_utility_types.xsd at 312:53]
 
Protobuf type uk.org.netex.www.netex.PrintPresentationStructure
See Also:
  • Field Details

    • COLOUR_FIELD_NUMBER

      public static final int COLOUR_FIELD_NUMBER
      See Also:
    • COLOUR_NAME_FIELD_NUMBER

      public static final int COLOUR_NAME_FIELD_NUMBER
      See Also:
    • COLOUR_SYSTEM_FIELD_NUMBER

      public static final int COLOUR_SYSTEM_FIELD_NUMBER
      See Also:
    • BACKGROUND_COLOUR_FIELD_NUMBER

      public static final int BACKGROUND_COLOUR_FIELD_NUMBER
      See Also:
    • BACKGROUND_COLOUR_NAME_FIELD_NUMBER

      public static final int BACKGROUND_COLOUR_NAME_FIELD_NUMBER
      See Also:
    • TEXT_COLOUR_FIELD_NUMBER

      public static final int TEXT_COLOUR_FIELD_NUMBER
      See Also:
    • TEXT_COLOUR_NAME_FIELD_NUMBER

      public static final int TEXT_COLOUR_NAME_FIELD_NUMBER
      See Also:
    • TEXT_FONT_FIELD_NUMBER

      public static final int TEXT_FONT_FIELD_NUMBER
      See Also:
    • TEXT_FONT_NAME_FIELD_NUMBER

      public static final int TEXT_FONT_NAME_FIELD_NUMBER
      See Also:
    • TEXT_LANGUAGE_FIELD_NUMBER

      public static final int TEXT_LANGUAGE_FIELD_NUMBER
      See Also:
    • FONT_SIZE_FIELD_NUMBER

      public static final int FONT_SIZE_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
    • getColour

      public 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;
      Specified by:
      getColour in interface PrintPresentationStructureOrBuilder
      Returns:
      The colour.
    • getColourBytes

      public 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;
      Specified by:
      getColourBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for colour.
    • getColourName

      public 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;
      Specified by:
      getColourName in interface PrintPresentationStructureOrBuilder
      Returns:
      The colourName.
    • getColourNameBytes

      public 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;
      Specified by:
      getColourNameBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for colourName.
    • getColourSystem

      public 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;
      Specified by:
      getColourSystem in interface PrintPresentationStructureOrBuilder
      Returns:
      The colourSystem.
    • getColourSystemBytes

      public 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;
      Specified by:
      getColourSystemBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for colourSystem.
    • getBackgroundColour

      public 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;
      Specified by:
      getBackgroundColour in interface PrintPresentationStructureOrBuilder
      Returns:
      The backgroundColour.
    • getBackgroundColourName

      public 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;
      Specified by:
      getBackgroundColourName in interface PrintPresentationStructureOrBuilder
      Returns:
      The backgroundColourName.
    • getBackgroundColourNameBytes

      public 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;
      Specified by:
      getBackgroundColourNameBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for backgroundColourName.
    • getTextColour

      public 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;
      Specified by:
      getTextColour in interface PrintPresentationStructureOrBuilder
      Returns:
      The textColour.
    • getTextColourBytes

      public 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;
      Specified by:
      getTextColourBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for textColour.
    • getTextColourName

      public 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;
      Specified by:
      getTextColourName in interface PrintPresentationStructureOrBuilder
      Returns:
      The textColourName.
    • getTextColourNameBytes

      public 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;
      Specified by:
      getTextColourNameBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for textColourName.
    • getTextFont

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

      public 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;
      Specified by:
      getTextFontBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for textFont.
    • getTextFontName

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

      public 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;
      Specified by:
      getTextFontNameBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for textFontName.
    • getTextLanguage

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

      public 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;
      Specified by:
      getTextLanguageBytes in interface PrintPresentationStructureOrBuilder
      Returns:
      The bytes for textLanguage.
    • getFontSizeValue

      public 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;
      Specified by:
      getFontSizeValue in interface PrintPresentationStructureOrBuilder
      Returns:
      The enum numeric value on the wire for fontSize.
    • getFontSize

      public 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;
      Specified by:
      getFontSize in interface PrintPresentationStructureOrBuilder
      Returns:
      The fontSize.
    • 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 PrintPresentationStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static PrintPresentationStructure.Builder newBuilder()
    • newBuilder

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

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static PrintPresentationStructure getDefaultInstance()
    • parser

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

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