Class Socket


  • public class Socket
    extends java.lang.Object

    Java class for Socket complex type.

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

     <complexType name="Socket">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="multiplicity" type="{}SocketMultiplicity" />
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="visibility" type="{}SocketVisibility" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Socket

        public Socket()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • setVisibility

        public void setVisibility​(SocketVisibility value)
        Sets the value of the visibility property.
        Parameters:
        value - allowed object is SocketVisibility