|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.NamespaceType
public class NamespaceType
Java class for NamespaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamespaceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<choice>
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}connector"/>
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}endpoint"/>
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}global"/>
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}pattern"/>
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}scope"/>
<element name="global-filter" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}GlobalType"/>
<element name="global-transformer" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}GlobalType"/>
<element name="global-cloud-connector" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}GlobalType"/>
<element name="global-endpoint" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}GlobalType"/>
<element name="filter" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}PatternType"/>
<element name="transformer" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}PatternType"/>
<element name="component" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}PatternType"/>
<element name="flow" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}PatternType"/>
<element name="router" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}PatternType"/>
<element name="cloud-connector" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}PatternType"/>
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}nested"/>
</choice>
</sequence>
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractElementType>> |
connectorOrEndpointOrGlobal
|
protected String |
description
|
protected String |
prefix
|
protected String |
url
|
| Constructor Summary | |
|---|---|
NamespaceType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends AbstractElementType>> |
getConnectorOrEndpointOrGlobal()
Gets the value of the connectorOrEndpointOrGlobal property. |
String |
getDescription()
Gets the value of the description property. |
String |
getPrefix()
Gets the value of the prefix property. |
String |
getUrl()
Gets the value of the url property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setPrefix(String value)
Sets the value of the prefix property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXBElement<? extends AbstractElementType>> connectorOrEndpointOrGlobal
protected String url
protected String prefix
protected String description
| Constructor Detail |
|---|
public NamespaceType()
| Method Detail |
|---|
public List<JAXBElement<? extends AbstractElementType>> getConnectorOrEndpointOrGlobal()
set method for the connectorOrEndpointOrGlobal property.
For example, to add a new item, do as follows:
getConnectorOrEndpointOrGlobal().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<GlobalType>
JAXBElement<PatternType>
JAXBElement<NestedElementType>
JAXBElement<EndpointType>
JAXBElement<GlobalType>
JAXBElement<PatternType>
JAXBElement<ConnectorType>
JAXBElement<PatternType>
JAXBElement<ScopeType>
JAXBElement<PatternType>
JAXBElement<GlobalType>
JAXBElement<PatternType>
JAXBElement<PatternType>
JAXBElement<GlobalType>
JAXBElement<PatternType>
JAXBElement<GlobalType>
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||