Class BoundingBoxStructure.Builder

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

public static final class BoundingBoxStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<BoundingBoxStructure.Builder> implements BoundingBoxStructureOrBuilder
 Defines a bounding box using two corner points. GML terminology.  +SIRI v2.0  [siri_utility/siri_location-v2.0.xsd at 185:47]
 
Protobuf type uk.org.siri.www.siri.BoundingBoxStructure
  • 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<BoundingBoxStructure.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<BoundingBoxStructure.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<BoundingBoxStructure.Builder>
    • getDefaultInstanceForType

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

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

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

      public BoundingBoxStructure.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<BoundingBoxStructure.Builder>
    • mergeFrom

    • isInitialized

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

      public BoundingBoxStructure.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<BoundingBoxStructure.Builder>
      Throws:
      IOException
    • hasUpperLeft

      public boolean hasUpperLeft()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
      Specified by:
      hasUpperLeft in interface BoundingBoxStructureOrBuilder
      Returns:
      Whether the upperLeft field is set.
    • getUpperLeft

      public LocationStructure getUpperLeft()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
      Specified by:
      getUpperLeft in interface BoundingBoxStructureOrBuilder
      Returns:
      The upperLeft.
    • setUpperLeft

      public BoundingBoxStructure.Builder setUpperLeft(LocationStructure value)
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
    • setUpperLeft

      public BoundingBoxStructure.Builder setUpperLeft(LocationStructure.Builder builderForValue)
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
    • mergeUpperLeft

      public BoundingBoxStructure.Builder mergeUpperLeft(LocationStructure value)
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
    • clearUpperLeft

      public BoundingBoxStructure.Builder clearUpperLeft()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
    • getUpperLeftBuilder

      public LocationStructure.Builder getUpperLeftBuilder()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
    • getUpperLeftOrBuilder

      public LocationStructureOrBuilder getUpperLeftOrBuilder()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
      Specified by:
      getUpperLeftOrBuilder in interface BoundingBoxStructureOrBuilder
    • hasLowerRight

      public boolean hasLowerRight()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
      Specified by:
      hasLowerRight in interface BoundingBoxStructureOrBuilder
      Returns:
      Whether the lowerRight field is set.
    • getLowerRight

      public LocationStructure getLowerRight()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
      Specified by:
      getLowerRight in interface BoundingBoxStructureOrBuilder
      Returns:
      The lowerRight.
    • setLowerRight

      public BoundingBoxStructure.Builder setLowerRight(LocationStructure value)
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
    • setLowerRight

      public BoundingBoxStructure.Builder setLowerRight(LocationStructure.Builder builderForValue)
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
    • mergeLowerRight

      public BoundingBoxStructure.Builder mergeLowerRight(LocationStructure value)
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
    • clearLowerRight

      public BoundingBoxStructure.Builder clearLowerRight()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
    • getLowerRightBuilder

      public LocationStructure.Builder getLowerRightBuilder()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
    • getLowerRightOrBuilder

      public LocationStructureOrBuilder getLowerRightOrBuilder()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
      Specified by:
      getLowerRightOrBuilder in interface BoundingBoxStructureOrBuilder