Class FunctionConnectorsType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoder.FunctionConnectorsType
-
public class FunctionConnectorsType extends Object
<p>Java class for FunctionConnectorsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description FunctionConnectorsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetList()Gets the value of the list property.inthashCode()voidsetList(String value)Sets the value of the list property.StringtoString()FunctionConnectorsTypewithList(String value)
-
-
-
Field Detail
-
list
protected String list
-
-
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 isString
-
withList
public FunctionConnectorsType withList(String value)
-
-