public class NoOperationType extends Object
Java class for ModeElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoOperationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="abstractElement" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="versions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connector-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abstractElement |
protected String |
connectorName |
protected String |
versions |
| Constructor and Description |
|---|
NoOperationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstractElement()
Gets the value of the abstractElement property.
|
String |
getConnectorName()
Gets the value of the connector-name property.
|
String |
getVersions()
Gets the value of the versions property.
|
void |
setAbstractElement(String abstractElement)
Sets the value of the abstractElement property.
|
void |
setConnectorName(String connectorName)
Sets the value of the connector-name property.
|
void |
setVersions(String value)
Sets the value of the versions property.
|
protected String abstractElement
protected String versions
protected String connectorName
public String getAbstractElement()
Stringpublic void setAbstractElement(String abstractElement)
abstractElement - allowed object is
Stringpublic String getVersions()
Stringpublic void setVersions(String value)
value - allowed object is
Stringpublic String getConnectorName()
StringCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.