Class ObjectFilterByValueStructure

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

@Generated public final class ObjectFilterByValueStructure extends com.google.protobuf.GeneratedMessage implements ObjectFilterByValueStructureOrBuilder
 Specifies values to filter by reference value, rather than frame.  [netex_service/netex_filter_object.xsd at 158:55]
 
Protobuf type uk.org.netex.www.netex.ObjectFilterByValueStructure
See Also:
  • Field Details

    • LAYER_REF_FIELD_NUMBER

      public static final int LAYER_REF_FIELD_NUMBER
      See Also:
    • BOUNDING_BOX_FIELD_NUMBER

      public static final int BOUNDING_BOX_FIELD_NUMBER
      See Also:
    • OBJECT_REFERENCES_FIELD_NUMBER

      public static final int OBJECT_REFERENCES_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
    • hasLayerRef

      public boolean hasLayerRef()
       Reference to a LAYER.  [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 1;
      Specified by:
      hasLayerRef in interface ObjectFilterByValueStructureOrBuilder
      Returns:
      Whether the layerRef field is set.
    • getLayerRef

      public GroupOfEntitiesRefStructure getLayerRef()
       Reference to a LAYER.  [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 1;
      Specified by:
      getLayerRef in interface ObjectFilterByValueStructureOrBuilder
      Returns:
      The layerRef.
    • getLayerRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getLayerRefOrBuilder()
       Reference to a LAYER.  [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 1;
      Specified by:
      getLayerRefOrBuilder in interface ObjectFilterByValueStructureOrBuilder
    • hasBoundingBox

      public boolean hasBoundingBox()
       Area containing objects to be returned.  [netex_service/netex_filter_object.xsd at 172:78]
       
      .uk.org.netex.www.netex.BoundingBoxStructure bounding_box = 2;
      Specified by:
      hasBoundingBox in interface ObjectFilterByValueStructureOrBuilder
      Returns:
      Whether the boundingBox field is set.
    • getBoundingBox

      public BoundingBoxStructure getBoundingBox()
       Area containing objects to be returned.  [netex_service/netex_filter_object.xsd at 172:78]
       
      .uk.org.netex.www.netex.BoundingBoxStructure bounding_box = 2;
      Specified by:
      getBoundingBox in interface ObjectFilterByValueStructureOrBuilder
      Returns:
      The boundingBox.
    • getBoundingBoxOrBuilder

      public BoundingBoxStructureOrBuilder getBoundingBoxOrBuilder()
       Area containing objects to be returned.  [netex_service/netex_filter_object.xsd at 172:78]
       
      .uk.org.netex.www.netex.BoundingBoxStructure bounding_box = 2;
      Specified by:
      getBoundingBoxOrBuilder in interface ObjectFilterByValueStructureOrBuilder
    • hasObjectReferences

      public boolean hasObjectReferences()
       Specifies objects to return Use REF with specific value to identify an object.  Use REF with blank value to specify all object of the object type.  [netex_service/netex_filter_object.xsd at 177:55]
       
      .uk.org.netex.www.netex.ObjectReferencesType object_references = 3;
      Specified by:
      hasObjectReferences in interface ObjectFilterByValueStructureOrBuilder
      Returns:
      Whether the objectReferences field is set.
    • getObjectReferences

      public ObjectReferencesType getObjectReferences()
       Specifies objects to return Use REF with specific value to identify an object.  Use REF with blank value to specify all object of the object type.  [netex_service/netex_filter_object.xsd at 177:55]
       
      .uk.org.netex.www.netex.ObjectReferencesType object_references = 3;
      Specified by:
      getObjectReferences in interface ObjectFilterByValueStructureOrBuilder
      Returns:
      The objectReferences.
    • getObjectReferencesOrBuilder

      public ObjectReferencesTypeOrBuilder getObjectReferencesOrBuilder()
       Specifies objects to return Use REF with specific value to identify an object.  Use REF with blank value to specify all object of the object type.  [netex_service/netex_filter_object.xsd at 177:55]
       
      .uk.org.netex.www.netex.ObjectReferencesType object_references = 3;
      Specified by:
      getObjectReferencesOrBuilder in interface ObjectFilterByValueStructureOrBuilder
    • 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 ObjectFilterByValueStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ObjectFilterByValueStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static ObjectFilterByValueStructure getDefaultInstance()
    • parser

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

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