Class ConnectorsType


  • public class ConnectorsType
    extends Object

    Java class for ConnectorsType complex type.

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

     <complexType name="ConnectorsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • ConnectorsType

        public ConnectorsType()
    • Method Detail

      • getList

        public String getList()
        Gets the value of the list property.
        Returns:
        possible object is String
      • setList

        public void setList​(String value)
        Sets the value of the list property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object