|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.AbstractElementType
org.mule.devkit.model.studio.EndpointType
public class EndpointType
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 |
|---|
protected Boolean supportsInbound
protected Boolean supportsOutbound
protected String inboundLocalName
protected DefaultMepType defaultMep
protected String outboundLocalName
| Constructor Detail |
|---|
public EndpointType()
| Method Detail |
|---|
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()
Stringpublic void setOutboundLocalName(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||