public class TextType extends AttributeType
Java class for TextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextType">
<complexContent>
<extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType">
<attribute name="isToElement" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nestedName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="wrapWithCDATA" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isToElement |
protected String |
language |
protected String |
nestedName |
protected Boolean |
wrapWithCDATA |
alternativeTo, alwaysFill, bottomAnchor, caption, controlled, customValidator, description, fillLine, hiddenForUser, indented, javaType, labelledWith, modeType, name, required, requiredForDataSense, singeLineForExpressions, supportsExpressions, topAnchor, transientt, updater, valuePersistence, versions, visibleInDialog, xsdType| Constructor and Description |
|---|
TextType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
String |
getNestedName()
Gets the value of the nestedName property.
|
Boolean |
isIsToElement()
Gets the value of the isToElement property.
|
Boolean |
isWrapWithCDATA()
Gets the value of the wrapWithCDATA property.
|
void |
setIsToElement(Boolean value)
Sets the value of the isToElement property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setNestedName(String value)
Sets the value of the nestedName property.
|
void |
setWrapWithCDATA(Boolean value)
Sets the value of the wrapWithCDATA property.
|
getAlternativeTo, getBottomAnchor, getCaption, getControlled, getCustomValidator, getDescription, getFillLine, getIndented, getJavaType, getLabelledWith, getModeType, getName, getRequiredForDataSense, getSingeLineForExpressions, getTopAnchor, getUpdater, getValuePersistence, getVersions, getXsdType, isAlwaysFill, isHiddenForUser, isRequired, isSupportsExpressions, isTransientt, isVisibleInDialog, setAlternativeTo, setAlwaysFill, setBottomAnchor, setCaption, setControlled, setCustomValidator, setDescription, setFillLine, setHiddenForUser, setIndented, setJavaType, setLabelledWith, setModeType, setName, setRequired, setRequiredForDataSense, setSingeLineForExpressions, setSupportsExpressions, setTopAnchor, setTransientt, setUpdater, setValuePersistence, setVersions, setVisibleInDialog, setXsdTypeprotected Boolean isToElement
protected String language
protected String nestedName
protected Boolean wrapWithCDATA
public Boolean isIsToElement()
Booleanpublic void setIsToElement(Boolean value)
value - allowed object is
Booleanpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getNestedName()
Stringpublic void setNestedName(String value)
value - allowed object is
Stringpublic Boolean isWrapWithCDATA()
BooleanCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.