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>
| Constructor and Description |
|---|
FunctionConnectorsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getList()
Gets the value of the list property.
|
int |
hashCode() |
void |
setList(String value)
Sets the value of the list property.
|
String |
toString() |
FunctionConnectorsType |
withList(String value) |
protected String list
public String getList()
Stringpublic void setList(String value)
value - allowed object is
Stringpublic FunctionConnectorsType withList(String value)
Copyright © 2021. All rights reserved.