Class FunctionConnectorsType

java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.FunctionConnectorsType

public class FunctionConnectorsType extends Object

Java class for FunctionConnectorsType complex type.

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

 <complexType name="FunctionConnectorsType">
   <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 Details

    • list

      protected String list
  • Constructor Details

    • FunctionConnectorsType

      public FunctionConnectorsType()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withList

      public FunctionConnectorsType withList(String value)