org.mule.devkit.model.studio
Class NoOperationType

java.lang.Object
  extended by org.mule.devkit.model.studio.NoOperationType

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>
 


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

abstractElement

protected String abstractElement

versions

protected String versions

connectorName

protected String connectorName
Constructor Detail

NoOperationType

public NoOperationType()
Method Detail

getAbstractElement

public String getAbstractElement()
Gets the value of the abstractElement property.

Returns:
possible object is String

setAbstractElement

public void setAbstractElement(String abstractElement)
Sets the value of the abstractElement property.

Parameters:
abstractElement - allowed object is String

getVersions

public String getVersions()
Gets the value of the versions property.

Returns:
possible object is String

setVersions

public void setVersions(String value)
Sets the value of the versions property.

Parameters:
value - allowed object is String

getConnectorName

public String getConnectorName()
Gets the value of the connector-name property.

Returns:
possible object is String

setConnectorName

public void setConnectorName(String connectorName)
Sets the value of the connector-name property.

Parameters:
connectorName - allowed object is String


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.