Class ConnectorsType


  • public class ConnectorsType
    extends Object
    <p>Java class for ConnectorsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ConnectorsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="list" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • 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