Class NetworkFrameRequestPolicyStructure

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

public final class NetworkFrameRequestPolicyStructure extends com.google.protobuf.GeneratedMessage implements NetworkFrameRequestPolicyStructureOrBuilder
 Parameters that affect the request processing. Mostly act to reduce the number of stops returned.  [netex_service/netex_filter_frame.xsd at 141:61]
 
Protobuf type uk.org.netex.www.netex.NetworkFrameRequestPolicyStructure
See Also:
  • Field Details

    • MAXIMUM_NUMBER_OF_ELEMENTS_FIELD_NUMBER

      public static final int MAXIMUM_NUMBER_OF_ELEMENTS_FIELD_NUMBER
      See Also:
    • INCLUDE_DELETED_FIELD_NUMBER

      public static final int INCLUDE_DELETED_FIELD_NUMBER
      See Also:
    • URGENCY_FIELD_NUMBER

      public static final int URGENCY_FIELD_NUMBER
      See Also:
    • MUST_HAVE_BY_FIELD_NUMBER

      public static final int MUST_HAVE_BY_FIELD_NUMBER
      See Also:
    • LANGUAGE_FIELD_NUMBER

      public static final int LANGUAGE_FIELD_NUMBER
      See Also:
    • REQUEST_DETAIL_FIELD_NUMBER

      public static final int REQUEST_DETAIL_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
    • getMaximumNumberOfElements

      public int getMaximumNumberOfElements()
       Maximum number of objects to include in response. If absent, include all instances.  [netex_service/netex_filter_frame.xsd at 146:81]
       
      int32 maximum_number_of_elements = 1;
      Specified by:
      getMaximumNumberOfElements in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      The maximumNumberOfElements.
    • getIncludeDeleted

      public boolean getIncludeDeleted()
       Whether to include  in response. elements flagged as deleted. By default this will be false.  [netex_service/netex_filter_frame.xsd at 151:88]
       
      bool include_deleted = 2;
      Specified by:
      getIncludeDeleted in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      The includeDeleted.
    • hasUrgency

      public boolean hasUrgency()
       Allows requestor to indicate a relative urgency of request. A longer period can be specified for non urgent requests, e.g. to get  historic data. If not specified assume best possible response desired, preferably immediate.  [netex_service/netex_filter_frame.xsd at 156:66]
       
      .google.protobuf.Duration urgency = 3;
      Specified by:
      hasUrgency in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      Whether the urgency field is set.
    • getUrgency

      public com.google.protobuf.Duration getUrgency()
       Allows requestor to indicate a relative urgency of request. A longer period can be specified for non urgent requests, e.g. to get  historic data. If not specified assume best possible response desired, preferably immediate.  [netex_service/netex_filter_frame.xsd at 156:66]
       
      .google.protobuf.Duration urgency = 3;
      Specified by:
      getUrgency in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      The urgency.
    • getUrgencyOrBuilder

      public com.google.protobuf.DurationOrBuilder getUrgencyOrBuilder()
       Allows requestor to indicate a relative urgency of request. A longer period can be specified for non urgent requests, e.g. to get  historic data. If not specified assume best possible response desired, preferably immediate.  [netex_service/netex_filter_frame.xsd at 156:66]
       
      .google.protobuf.Duration urgency = 3;
      Specified by:
      getUrgencyOrBuilder in interface NetworkFrameRequestPolicyStructureOrBuilder
    • hasMustHaveBy

      public boolean hasMustHaveBy()
       Allows requestor to indicate that if data cannot be supplied by a given time it will not be useful. Can be used to prioritize data on systems working at full load.  [netex_service/netex_filter_frame.xsd at 161:69]
       
      .google.protobuf.Timestamp must_have_by = 4;
      Specified by:
      hasMustHaveBy in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      Whether the mustHaveBy field is set.
    • getMustHaveBy

      public com.google.protobuf.Timestamp getMustHaveBy()
       Allows requestor to indicate that if data cannot be supplied by a given time it will not be useful. Can be used to prioritize data on systems working at full load.  [netex_service/netex_filter_frame.xsd at 161:69]
       
      .google.protobuf.Timestamp must_have_by = 4;
      Specified by:
      getMustHaveBy in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      The mustHaveBy.
    • getMustHaveByOrBuilder

      public com.google.protobuf.TimestampOrBuilder getMustHaveByOrBuilder()
       Allows requestor to indicate that if data cannot be supplied by a given time it will not be useful. Can be used to prioritize data on systems working at full load.  [netex_service/netex_filter_frame.xsd at 161:69]
       
      .google.protobuf.Timestamp must_have_by = 4;
      Specified by:
      getMustHaveByOrBuilder in interface NetworkFrameRequestPolicyStructureOrBuilder
    • getLanguage

      public String getLanguage()
       Preferred language for text elements in response.  [netex_service/netex_filter_frame.xsd at 166:67]
       
      string language = 5;
      Specified by:
      getLanguage in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      The language.
    • getLanguageBytes

      public com.google.protobuf.ByteString getLanguageBytes()
       Preferred language for text elements in response.  [netex_service/netex_filter_frame.xsd at 166:67]
       
      string language = 5;
      Specified by:
      getLanguageBytes in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      The bytes for language.
    • getRequestDetailList

      public List<OutputDetailEnumeration> getRequestDetailList()
       Level of detail to return. Default is all. All = Return all data and geometry, but not Xref NoGeometry = Return all, omitting geometry. XRef - Return Xcross Reference data , e.g. links for zones.  [netex_service/netex_filter_frame.xsd at 171:90]
       
      repeated .uk.org.netex.www.netex.OutputDetailEnumeration request_detail = 6 [packed = true];
      Specified by:
      getRequestDetailList in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      A list containing the requestDetail.
    • getRequestDetailCount

      public int getRequestDetailCount()
       Level of detail to return. Default is all. All = Return all data and geometry, but not Xref NoGeometry = Return all, omitting geometry. XRef - Return Xcross Reference data , e.g. links for zones.  [netex_service/netex_filter_frame.xsd at 171:90]
       
      repeated .uk.org.netex.www.netex.OutputDetailEnumeration request_detail = 6 [packed = true];
      Specified by:
      getRequestDetailCount in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      The count of requestDetail.
    • getRequestDetail

      public OutputDetailEnumeration getRequestDetail(int index)
       Level of detail to return. Default is all. All = Return all data and geometry, but not Xref NoGeometry = Return all, omitting geometry. XRef - Return Xcross Reference data , e.g. links for zones.  [netex_service/netex_filter_frame.xsd at 171:90]
       
      repeated .uk.org.netex.www.netex.OutputDetailEnumeration request_detail = 6 [packed = true];
      Specified by:
      getRequestDetail in interface NetworkFrameRequestPolicyStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The requestDetail at the given index.
    • getRequestDetailValueList

      public List<Integer> getRequestDetailValueList()
       Level of detail to return. Default is all. All = Return all data and geometry, but not Xref NoGeometry = Return all, omitting geometry. XRef - Return Xcross Reference data , e.g. links for zones.  [netex_service/netex_filter_frame.xsd at 171:90]
       
      repeated .uk.org.netex.www.netex.OutputDetailEnumeration request_detail = 6 [packed = true];
      Specified by:
      getRequestDetailValueList in interface NetworkFrameRequestPolicyStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for requestDetail.
    • getRequestDetailValue

      public int getRequestDetailValue(int index)
       Level of detail to return. Default is all. All = Return all data and geometry, but not Xref NoGeometry = Return all, omitting geometry. XRef - Return Xcross Reference data , e.g. links for zones.  [netex_service/netex_filter_frame.xsd at 171:90]
       
      repeated .uk.org.netex.www.netex.OutputDetailEnumeration request_detail = 6 [packed = true];
      Specified by:
      getRequestDetailValue in interface NetworkFrameRequestPolicyStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of requestDetail at the given index.
    • 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 NetworkFrameRequestPolicyStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static NetworkFrameRequestPolicyStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static NetworkFrameRequestPolicyStructure getDefaultInstance()
    • parser

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

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