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>
| Modifier and Type | Field and Description |
|---|---|
protected DefaultMepType |
defaultMep |
protected String |
inboundLocalName |
protected String |
outboundLocalName |
protected Boolean |
supportsInbound |
protected Boolean |
supportsOutbound |
_abstract, _extends, aliasId, allowAny, attributeCategoryOrRequiredSetAlternativesOrFixedAttribute, caption, category, connectivityTesting, connectivityTestingLabel, description, doNotInherit, embedIn, icon, image, keywords, localId, metaData, metaDataKeyDisplay, supportsUserDefinedMetaData, versions, wrapIn| Constructor and Description |
|---|
EndpointType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAliasId, getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute, getCaption, getCategory, getConnectivityTesting, getConnectivityTestingLabel, getDescription, getDoNotInherit, getEmbedIn, getExtends, getIcon, getImage, getKeywords, getLocalId, getMetaData, getMetaDataKeyDisplay, getVersions, getWrapIn, isAbstract, isAllowAny, isSupportsUserDefinedMetaData, setAbstract, setAliasId, setAllowAny, setCaption, setCategory, setConnectivityTesting, setConnectivityTestingLabel, setDescription, setDoNotInherit, setEmbedIn, setExtends, setIcon, setImage, setKeywords, setLocalId, setMetaData, setMetaDataKeyDisplay, setSupportsUserDefinedMetaData, setVersions, setWrapInprotected Boolean supportsInbound
protected Boolean supportsOutbound
protected String inboundLocalName
protected DefaultMepType defaultMep
protected String outboundLocalName
public Boolean isSupportsInbound()
Booleanpublic void setSupportsInbound(Boolean value)
value - allowed object is
Booleanpublic Boolean isSupportsOutbound()
Booleanpublic void setSupportsOutbound(Boolean value)
value - allowed object is
Booleanpublic String getInboundLocalName()
Stringpublic void setInboundLocalName(String value)
value - allowed object is
Stringpublic DefaultMepType getDefaultMep()
DefaultMepTypepublic void setDefaultMep(DefaultMepType value)
value - allowed object is
DefaultMepTypepublic String getOutboundLocalName()
StringCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.