Class KeyValueStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<KeyValueStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<KeyValueStructure.Builder>
uk.org.netex.www.netex.KeyValueStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, KeyValueStructureOrBuilder
Enclosing class:
KeyValueStructure

public static final class KeyValueStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<KeyValueStructure.Builder> implements KeyValueStructureOrBuilder
 Type for a Key List.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 192:44]
 
Protobuf type uk.org.netex.www.netex.KeyValueStructure
  • 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.Builder<KeyValueStructure.Builder>
    • clear

      public KeyValueStructure.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<KeyValueStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<KeyValueStructure.Builder>
    • getDefaultInstanceForType

      public KeyValueStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public KeyValueStructure build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public KeyValueStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public KeyValueStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<KeyValueStructure.Builder>
    • mergeFrom

      public KeyValueStructure.Builder mergeFrom(KeyValueStructure other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<KeyValueStructure.Builder>
    • mergeFrom

      public KeyValueStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<KeyValueStructure.Builder>
      Throws:
      IOException
    • getTypeOfKey

      public String getTypeOfKey()
       Identifier of type of key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 208:63]
       
      string type_of_key = 1;
      Specified by:
      getTypeOfKey in interface KeyValueStructureOrBuilder
      Returns:
      The typeOfKey.
    • getTypeOfKeyBytes

      public com.google.protobuf.ByteString getTypeOfKeyBytes()
       Identifier of type of key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 208:63]
       
      string type_of_key = 1;
      Specified by:
      getTypeOfKeyBytes in interface KeyValueStructureOrBuilder
      Returns:
      The bytes for typeOfKey.
    • setTypeOfKey

      public KeyValueStructure.Builder setTypeOfKey(String value)
       Identifier of type of key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 208:63]
       
      string type_of_key = 1;
      Parameters:
      value - The typeOfKey to set.
      Returns:
      This builder for chaining.
    • clearTypeOfKey

      public KeyValueStructure.Builder clearTypeOfKey()
       Identifier of type of key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 208:63]
       
      string type_of_key = 1;
      Returns:
      This builder for chaining.
    • setTypeOfKeyBytes

      public KeyValueStructure.Builder setTypeOfKeyBytes(com.google.protobuf.ByteString value)
       Identifier of type of key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 208:63]
       
      string type_of_key = 1;
      Parameters:
      value - The bytes for typeOfKey to set.
      Returns:
      This builder for chaining.
    • getKey

      public String getKey()
       Identifier of value e.g. System.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 197:70]
       
      string key = 2;
      Specified by:
      getKey in interface KeyValueStructureOrBuilder
      Returns:
      The key.
    • getKeyBytes

      public com.google.protobuf.ByteString getKeyBytes()
       Identifier of value e.g. System.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 197:70]
       
      string key = 2;
      Specified by:
      getKeyBytes in interface KeyValueStructureOrBuilder
      Returns:
      The bytes for key.
    • setKey

      public KeyValueStructure.Builder setKey(String value)
       Identifier of value e.g. System.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 197:70]
       
      string key = 2;
      Parameters:
      value - The key to set.
      Returns:
      This builder for chaining.
    • clearKey

      public KeyValueStructure.Builder clearKey()
       Identifier of value e.g. System.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 197:70]
       
      string key = 2;
      Returns:
      This builder for chaining.
    • setKeyBytes

      public KeyValueStructure.Builder setKeyBytes(com.google.protobuf.ByteString value)
       Identifier of value e.g. System.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 197:70]
       
      string key = 2;
      Parameters:
      value - The bytes for key to set.
      Returns:
      This builder for chaining.
    • getValue

      public String getValue()
       Value for alternative key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 202:72]
       
      string value = 3;
      Specified by:
      getValue in interface KeyValueStructureOrBuilder
      Returns:
      The value.
    • getValueBytes

      public com.google.protobuf.ByteString getValueBytes()
       Value for alternative key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 202:72]
       
      string value = 3;
      Specified by:
      getValueBytes in interface KeyValueStructureOrBuilder
      Returns:
      The bytes for value.
    • setValue

      public KeyValueStructure.Builder setValue(String value)
       Value for alternative key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 202:72]
       
      string value = 3;
      Parameters:
      value - The value to set.
      Returns:
      This builder for chaining.
    • clearValue

      public KeyValueStructure.Builder clearValue()
       Value for alternative key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 202:72]
       
      string value = 3;
      Returns:
      This builder for chaining.
    • setValueBytes

      public KeyValueStructure.Builder setValueBytes(com.google.protobuf.ByteString value)
       Value for alternative key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 202:72]
       
      string value = 3;
      Parameters:
      value - The bytes for value to set.
      Returns:
      This builder for chaining.