org.mule.devkit.model.studio
Class EndpointType

java.lang.Object
  extended by org.mule.devkit.model.studio.AbstractElementType
      extended by org.mule.devkit.model.studio.EndpointType

public class EndpointType
extends AbstractElementType

Java class for EndpointType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EndpointType">
   <complexContent>
     <extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AbstractElementType">
       <attribute name="supportsInbound" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="supportsOutbound" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="inboundLocalName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="defaultMep" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}defaultMepType" />
       <attribute name="outboundLocalName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DefaultMepType defaultMep
           
protected  String inboundLocalName
           
protected  String outboundLocalName
           
protected  Boolean supportsInbound
           
protected  Boolean supportsOutbound
           
 
Fields inherited from class org.mule.devkit.model.studio.AbstractElementType
_abstract, _extends, aliasId, allowAny, attributeCategoryOrRequiredSetAlternativesOrFixedAttribute, caption, category, connectivityTesting, description, doNotInherit, embedIn, icon, image, localId, metaData, versions, wrapIn
 
Constructor Summary
EndpointType()
           
 
Method Summary
 DefaultMepType getDefaultMep()
          Gets the value of the defaultMep property.
 String getInboundLocalName()
          Gets the value of the inboundLocalName property.
 String getOutboundLocalName()
          Gets the value of the outboundLocalName property.
 Boolean isSupportsInbound()
          Gets the value of the supportsInbound property.
 Boolean isSupportsOutbound()
          Gets the value of the supportsOutbound property.
 void setDefaultMep(DefaultMepType value)
          Sets the value of the defaultMep property.
 void setInboundLocalName(String value)
          Sets the value of the inboundLocalName property.
 void setOutboundLocalName(String value)
          Sets the value of the outboundLocalName property.
 void setSupportsInbound(Boolean value)
          Sets the value of the supportsInbound property.
 void setSupportsOutbound(Boolean value)
          Sets the value of the supportsOutbound property.
 
Methods inherited from class org.mule.devkit.model.studio.AbstractElementType
getAliasId, getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute, getCaption, getCategory, getConnectivityTesting, getDescription, getDoNotInherit, getEmbedIn, getExtends, getIcon, getImage, getLocalId, getMetaData, getVersions, getWrapIn, isAbstract, isAllowAny, setAbstract, setAliasId, setAllowAny, setCaption, setCategory, setConnectivityTesting, setDescription, setDoNotInherit, setEmbedIn, setExtends, setIcon, setImage, setLocalId, setMetaData, setVersions, setWrapIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportsInbound

protected Boolean supportsInbound

supportsOutbound

protected Boolean supportsOutbound

inboundLocalName

protected String inboundLocalName

defaultMep

protected DefaultMepType defaultMep

outboundLocalName

protected String outboundLocalName
Constructor Detail

EndpointType

public EndpointType()
Method Detail

isSupportsInbound

public Boolean isSupportsInbound()
Gets the value of the supportsInbound property.

Returns:
possible object is Boolean

setSupportsInbound

public void setSupportsInbound(Boolean value)
Sets the value of the supportsInbound property.

Parameters:
value - allowed object is Boolean

isSupportsOutbound

public Boolean isSupportsOutbound()
Gets the value of the supportsOutbound property.

Returns:
possible object is Boolean

setSupportsOutbound

public void setSupportsOutbound(Boolean value)
Sets the value of the supportsOutbound property.

Parameters:
value - allowed object is Boolean

getInboundLocalName

public String getInboundLocalName()
Gets the value of the inboundLocalName property.

Returns:
possible object is String

setInboundLocalName

public void setInboundLocalName(String value)
Sets the value of the inboundLocalName property.

Parameters:
value - allowed object is String

getDefaultMep

public DefaultMepType getDefaultMep()
Gets the value of the defaultMep property.

Returns:
possible object is DefaultMepType

setDefaultMep

public void setDefaultMep(DefaultMepType value)
Sets the value of the defaultMep property.

Parameters:
value - allowed object is DefaultMepType

getOutboundLocalName

public String getOutboundLocalName()
Gets the value of the outboundLocalName property.

Returns:
possible object is String

setOutboundLocalName

public void setOutboundLocalName(String value)
Sets the value of the outboundLocalName property.

Parameters:
value - allowed object is String


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.