|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.NoOperationType
public class NoOperationType
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>
| Field Summary | |
|---|---|
protected String |
abstractElement
|
protected String |
connectorName
|
protected String |
versions
|
| Constructor Summary | |
|---|---|
NoOperationType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String abstractElement
protected String versions
protected String connectorName
| Constructor Detail |
|---|
public NoOperationType()
| Method Detail |
|---|
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()
Stringpublic void setConnectorName(String connectorName)
connectorName - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||