public class NestedElementType extends AbstractElementType
Java class for NestedElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NestedElementType">
<complexContent>
<extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AbstractElementType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="regexp" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="encoding" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="string" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="globalRef" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="long" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}LongType"/>
<element name="transientBoolean" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}Booleantype"/>
<element name="list" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="integer" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}IntegerType"/>
<element name="boolean" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}Booleantype"/>
<element name="password" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}StringAttributeType"/>
<element name="classname" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}ClassType"/>
<element name="text" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}TextType"/>
<element name="name" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="url" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="childElement" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}NestedElementReference"/>
<element name="path" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
<element name="enum" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}EnumType"/>
<element name="expression" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}ExpressionAttributeType"/>
<element name="file" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends BaseEditorElement>> |
regexpOrEncodingOrString |
protected String |
specialValuePersistance |
protected String |
xmlname |
_abstract, _extends, aliasId, allowAny, attributeCategoryOrRequiredSetAlternativesOrFixedAttribute, caption, category, connectivityTesting, connectivityTestingLabel, description, doNotInherit, embedIn, icon, image, keywords, localId, metaData, metaDataKeyDisplay, supportsUserDefinedMetaData, versions, wrapIn| Constructor and Description |
|---|
NestedElementType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends BaseEditorElement>> |
getRegexpOrEncodingOrString()
Gets the value of the regexpOrEncodingOrString property.
|
String |
getXmlname() |
void |
setSpecialValuePersistance(String specialValuePersistance) |
void |
setXmlname(String xmlname) |
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 List<JAXBElement<? extends BaseEditorElement>> regexpOrEncodingOrString
protected String xmlname
protected String specialValuePersistance
public List<JAXBElement<? extends BaseEditorElement>> getRegexpOrEncodingOrString()
set method for the regexpOrEncodingOrString property.
For example, to add a new item, do as follows:
getRegexpOrEncodingOrString().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ExpressionAttributeType>
JAXBElement<AttributeType>
JAXBElement<AttributeType>
JAXBElement<AttributeType>
JAXBElement<NestedElementReference>
JAXBElement<StringAttributeType>
JAXBElement<TextType>
JAXBElement<LongType>
JAXBElement<Booleantype>
JAXBElement<AttributeType>
JAXBElement<IntegerType>
JAXBElement<AttributeType>
JAXBElement<AttributeType>
JAXBElement<Booleantype>
JAXBElement<AttributeType>
JAXBElement<ClassType>
JAXBElement<AttributeType>
JAXBElement<AttributeType>
JAXBElement<EnumType>public String getXmlname()
public void setXmlname(String xmlname)
public void setSpecialValuePersistance(String specialValuePersistance)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.