Class CapabilityGeneralInteractionStructure

  • All Implemented Interfaces:
    Serializable

    public class CapabilityGeneralInteractionStructure
    extends Object
    implements Serializable
    Type for Common Request Policy capabilities.

    Java class for CapabilityGeneralInteractionStructure complex type.

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

     <complexType name="CapabilityGeneralInteractionStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Interaction">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="RequestResponse" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="PublishSubscribe" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Delivery">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="DirectDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="FetchedDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="MultipartDespatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="MultipleSubscriberFilter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="HasConfirmDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="HasHeartbeat" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="VisitNumberisOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CapabilityGeneralInteractionStructure

        public CapabilityGeneralInteractionStructure()
    • Method Detail

      • isMultipartDespatch

        public boolean isMultipartDespatch()
        Gets the value of the multipartDespatch property.
      • setMultipartDespatch

        public void setMultipartDespatch​(boolean value)
        Sets the value of the multipartDespatch property.
      • isMultipleSubscriberFilter

        public boolean isMultipleSubscriberFilter()
        Gets the value of the multipleSubscriberFilter property.
      • setMultipleSubscriberFilter

        public void setMultipleSubscriberFilter​(boolean value)
        Sets the value of the multipleSubscriberFilter property.
      • isHasConfirmDelivery

        public boolean isHasConfirmDelivery()
        Gets the value of the hasConfirmDelivery property.
      • setHasConfirmDelivery

        public void setHasConfirmDelivery​(boolean value)
        Sets the value of the hasConfirmDelivery property.
      • isHasHeartbeat

        public boolean isHasHeartbeat()
        Gets the value of the hasHeartbeat property.
      • setHasHeartbeat

        public void setHasHeartbeat​(boolean value)
        Sets the value of the hasHeartbeat property.
      • isVisitNumberisOrder

        public Boolean isVisitNumberisOrder()
        Gets the value of the visitNumberisOrder property.
        Returns:
        possible object is Boolean
      • setVisitNumberisOrder

        public void setVisitNumberisOrder​(Boolean value)
        Sets the value of the visitNumberisOrder property.
        Parameters:
        value - allowed object is Boolean