Class CreateSettings


  • public class CreateSettings
    extends java.lang.Object

    Java class for CreateSettings complex type.

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

     <complexType name="CreateSettings">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="incoming-events" type="{}SocketEvents" minOccurs="0"/>
             <element name="all-incoming-events" type="{}AllSocketEvents" minOccurs="0"/>
           </choice>
           <attribute name="onInit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="reuseExisting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • onInit

        protected java.lang.Boolean onInit
      • reuseExisting

        protected java.lang.Boolean reuseExisting
    • Constructor Detail

      • CreateSettings

        public CreateSettings()
    • 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
      • isOnInit

        public boolean isOnInit()
        Gets the value of the onInit property.
        Returns:
        possible object is Boolean
      • setOnInit

        public void setOnInit​(java.lang.Boolean value)
        Sets the value of the onInit property.
        Parameters:
        value - allowed object is Boolean
      • isReuseExisting

        public boolean isReuseExisting()
        Gets the value of the reuseExisting property.
        Returns:
        possible object is Boolean
      • setReuseExisting

        public void setReuseExisting​(java.lang.Boolean value)
        Sets the value of the reuseExisting property.
        Parameters:
        value - allowed object is Boolean