Class CapabilityGeneralInteractionStructure.Interaction

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CapabilityGeneralInteractionStructure

    public static class CapabilityGeneralInteractionStructure.Interaction
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <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>
     
    See Also:
    Serialized Form
    • Field Detail

      • requestResponse

        protected boolean requestResponse
      • publishSubscribe

        protected boolean publishSubscribe
    • Constructor Detail

      • Interaction

        public Interaction()
    • Method Detail

      • isRequestResponse

        public boolean isRequestResponse()
        Gets the value of the requestResponse property.
      • setRequestResponse

        public void setRequestResponse​(boolean value)
        Sets the value of the requestResponse property.
      • isPublishSubscribe

        public boolean isPublishSubscribe()
        Gets the value of the publishSubscribe property.
      • setPublishSubscribe

        public void setPublishSubscribe​(boolean value)
        Sets the value of the publishSubscribe property.