Class ServiceRequestContextStructure

  • All Implemented Interfaces:
    Serializable

    public class ServiceRequestContextStructure
    extends Object
    implements Serializable
    Configurable context for requests. Intended Primarily as a documentation mechanism.

    Java class for ServiceRequestContextStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ServiceRequestContextStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}ServiceEndpointAddressGroup"/>
             <group ref="{http://www.siri.org.uk/siri}ClientEndpointAddressGroup"/>
             <group ref="{http://www.siri.org.uk/siri}ReferenceContextGroup"/>
             <group ref="{http://www.siri.org.uk/siri}TemporalContextGroup"/>
             <group ref="{http://www.siri.org.uk/siri}DeliveryContextGroup"/>
             <group ref="{http://www.siri.org.uk/siri}ResourceContextGroup"/>
             <group ref="{http://www.siri.org.uk/siri}PredictionMethodGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • checkStatusAddress

        protected String checkStatusAddress
      • subscribeAddress

        protected String subscribeAddress
      • manageSubscriptionAddress

        protected String manageSubscriptionAddress
      • getDataAddress

        protected String getDataAddress
      • statusResponseAddress

        protected String statusResponseAddress
      • subscriberAddress

        protected String subscriberAddress
      • notifyAddress

        protected String notifyAddress
      • consumerAddress

        protected String consumerAddress
      • language

        protected String language
      • gmlCoordinateFormat

        protected String gmlCoordinateFormat
      • wgsDecimalDegrees

        protected String wgsDecimalDegrees
      • distanceUnits

        protected String distanceUnits
      • velocityUnits

        protected String velocityUnits
      • dataHorizon

        protected Duration dataHorizon
      • requestTimeout

        protected Duration requestTimeout
      • multipartDespatch

        protected Boolean multipartDespatch
      • confirmDelivery

        protected Boolean confirmDelivery
      • maximimumNumberOfSubscriptions

        protected BigInteger maximimumNumberOfSubscriptions
      • predictionFunction

        protected String predictionFunction
    • Constructor Detail

      • ServiceRequestContextStructure

        public ServiceRequestContextStructure()
    • Method Detail

      • getCheckStatusAddress

        public String getCheckStatusAddress()
        Gets the value of the checkStatusAddress property.
        Returns:
        possible object is String
      • setCheckStatusAddress

        public void setCheckStatusAddress​(String value)
        Sets the value of the checkStatusAddress property.
        Parameters:
        value - allowed object is String
      • getSubscribeAddress

        public String getSubscribeAddress()
        Gets the value of the subscribeAddress property.
        Returns:
        possible object is String
      • setSubscribeAddress

        public void setSubscribeAddress​(String value)
        Sets the value of the subscribeAddress property.
        Parameters:
        value - allowed object is String
      • getManageSubscriptionAddress

        public String getManageSubscriptionAddress()
        Gets the value of the manageSubscriptionAddress property.
        Returns:
        possible object is String
      • setManageSubscriptionAddress

        public void setManageSubscriptionAddress​(String value)
        Sets the value of the manageSubscriptionAddress property.
        Parameters:
        value - allowed object is String
      • getGetDataAddress

        public String getGetDataAddress()
        Gets the value of the getDataAddress property.
        Returns:
        possible object is String
      • setGetDataAddress

        public void setGetDataAddress​(String value)
        Sets the value of the getDataAddress property.
        Parameters:
        value - allowed object is String
      • getStatusResponseAddress

        public String getStatusResponseAddress()
        Gets the value of the statusResponseAddress property.
        Returns:
        possible object is String
      • setStatusResponseAddress

        public void setStatusResponseAddress​(String value)
        Sets the value of the statusResponseAddress property.
        Parameters:
        value - allowed object is String
      • getSubscriberAddress

        public String getSubscriberAddress()
        Gets the value of the subscriberAddress property.
        Returns:
        possible object is String
      • setSubscriberAddress

        public void setSubscriberAddress​(String value)
        Sets the value of the subscriberAddress property.
        Parameters:
        value - allowed object is String
      • getNotifyAddress

        public String getNotifyAddress()
        Gets the value of the notifyAddress property.
        Returns:
        possible object is String
      • setNotifyAddress

        public void setNotifyAddress​(String value)
        Sets the value of the notifyAddress property.
        Parameters:
        value - allowed object is String
      • getConsumerAddress

        public String getConsumerAddress()
        Gets the value of the consumerAddress property.
        Returns:
        possible object is String
      • setConsumerAddress

        public void setConsumerAddress​(String value)
        Sets the value of the consumerAddress property.
        Parameters:
        value - allowed object is String
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • getGmlCoordinateFormat

        public String getGmlCoordinateFormat()
        Gets the value of the gmlCoordinateFormat property.
        Returns:
        possible object is String
      • setGmlCoordinateFormat

        public void setGmlCoordinateFormat​(String value)
        Sets the value of the gmlCoordinateFormat property.
        Parameters:
        value - allowed object is String
      • getWgsDecimalDegrees

        public String getWgsDecimalDegrees()
        Gets the value of the wgsDecimalDegrees property.
        Returns:
        possible object is String
      • setWgsDecimalDegrees

        public void setWgsDecimalDegrees​(String value)
        Sets the value of the wgsDecimalDegrees property.
        Parameters:
        value - allowed object is String
      • getDistanceUnits

        public String getDistanceUnits()
        Gets the value of the distanceUnits property.
        Returns:
        possible object is String
      • setDistanceUnits

        public void setDistanceUnits​(String value)
        Sets the value of the distanceUnits property.
        Parameters:
        value - allowed object is String
      • getVelocityUnits

        public String getVelocityUnits()
        Gets the value of the velocityUnits property.
        Returns:
        possible object is String
      • setVelocityUnits

        public void setVelocityUnits​(String value)
        Sets the value of the velocityUnits property.
        Parameters:
        value - allowed object is String
      • getDataHorizon

        public Duration getDataHorizon()
        Gets the value of the dataHorizon property.
        Returns:
        possible object is Duration
      • setDataHorizon

        public void setDataHorizon​(Duration value)
        Sets the value of the dataHorizon property.
        Parameters:
        value - allowed object is Duration
      • getRequestTimeout

        public Duration getRequestTimeout()
        Gets the value of the requestTimeout property.
        Returns:
        possible object is Duration
      • setRequestTimeout

        public void setRequestTimeout​(Duration value)
        Sets the value of the requestTimeout property.
        Parameters:
        value - allowed object is Duration
      • isMultipartDespatch

        public Boolean isMultipartDespatch()
        Gets the value of the multipartDespatch property.
        Returns:
        possible object is Boolean
      • setMultipartDespatch

        public void setMultipartDespatch​(Boolean value)
        Sets the value of the multipartDespatch property.
        Parameters:
        value - allowed object is Boolean
      • isConfirmDelivery

        public Boolean isConfirmDelivery()
        Gets the value of the confirmDelivery property.
        Returns:
        possible object is Boolean
      • setConfirmDelivery

        public void setConfirmDelivery​(Boolean value)
        Sets the value of the confirmDelivery property.
        Parameters:
        value - allowed object is Boolean
      • getMaximimumNumberOfSubscriptions

        public BigInteger getMaximimumNumberOfSubscriptions()
        Gets the value of the maximimumNumberOfSubscriptions property.
        Returns:
        possible object is BigInteger
      • setMaximimumNumberOfSubscriptions

        public void setMaximimumNumberOfSubscriptions​(BigInteger value)
        Sets the value of the maximimumNumberOfSubscriptions property.
        Parameters:
        value - allowed object is BigInteger
      • getPredictionFunction

        public String getPredictionFunction()
        Gets the value of the predictionFunction property.
        Returns:
        possible object is String
      • setPredictionFunction

        public void setPredictionFunction​(String value)
        Sets the value of the predictionFunction property.
        Parameters:
        value - allowed object is String