Class ConnectorsType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoder.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>
-
-
Constructor Summary
Constructors Constructor Description ConnectorsType()
-
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()ConnectorsTypewithList(String value)
-
-
-
Field Detail
-
list
protected String list
-
-