Class CloseSettings


  • public class CloseSettings
    extends java.lang.Object

    Java class for CloseSettings complex type.

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

     <complexType name="CloseSettings">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice minOccurs="0">
               <element name="incoming-events" type="{}SocketEvents" minOccurs="0"/>
               <element name="all-incoming-events" type="{}AllSocketEvents" minOccurs="0"/>
             </choice>
             <choice minOccurs="0">
               <element name="outgoing-events" type="{}SocketEvents" minOccurs="0"/>
               <element name="all-outgoing-events" type="{}AllSocketEvents" minOccurs="0"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CloseSettings

        public CloseSettings()
    • Method Detail

      • getIncomingEvents

        public SocketEvents getIncomingEvents()
        Gets the value of the incomingEvents property.
        Returns:
        possible object is SocketEvents
      • setIncomingEvents

        public void setIncomingEvents​(SocketEvents value)
        Sets the value of the incomingEvents property.
        Parameters:
        value - allowed object is SocketEvents
      • getAllIncomingEvents

        public AllSocketEvents getAllIncomingEvents()
        Gets the value of the allIncomingEvents property.
        Returns:
        possible object is AllSocketEvents
      • setAllIncomingEvents

        public void setAllIncomingEvents​(AllSocketEvents value)
        Sets the value of the allIncomingEvents property.
        Parameters:
        value - allowed object is AllSocketEvents
      • getOutgoingEvents

        public SocketEvents getOutgoingEvents()
        Gets the value of the outgoingEvents property.
        Returns:
        possible object is SocketEvents
      • setOutgoingEvents

        public void setOutgoingEvents​(SocketEvents value)
        Sets the value of the outgoingEvents property.
        Parameters:
        value - allowed object is SocketEvents
      • getAllOutgoingEvents

        public AllSocketEvents getAllOutgoingEvents()
        Gets the value of the allOutgoingEvents property.
        Returns:
        possible object is AllSocketEvents
      • setAllOutgoingEvents

        public void setAllOutgoingEvents​(AllSocketEvents value)
        Sets the value of the allOutgoingEvents property.
        Parameters:
        value - allowed object is AllSocketEvents