public class NestedElementReference extends AttributeType
Java class for NestedElementReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NestedElementReference">
<complexContent>
<extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AttributeType">
<sequence>
</sequence>
<attribute name="inplace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allowMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="tableUI" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="treeUI" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allowSubTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allowedSubTypes" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
allowedSubTypes |
protected Boolean |
allowMultiple |
protected Boolean |
allowSubTypes |
protected String |
defaultValue |
protected Boolean |
inplace |
protected Boolean |
tableUI |
protected Boolean |
treeUI |
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 |
|---|
NestedElementReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedSubTypes()
Gets the value of the allowedSubTypes property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
Boolean |
isAllowMultiple()
Gets the value of the allowMultiple property.
|
Boolean |
isAllowSubTypes()
Gets the value of the allowSubTypes property.
|
Boolean |
isInplace()
Gets the value of the inplace property.
|
Boolean |
isTableUI()
Gets the value of the tableUI property.
|
Boolean |
isTreeUI()
Gets the value of the treeUI property.
|
void |
setAllowedSubTypes(String value)
Sets the value of the allowedSubTypes property.
|
void |
setAllowMultiple(Boolean value)
Sets the value of the allowMultiple property.
|
void |
setAllowSubTypes(Boolean value)
Sets the value of the allowSubTypes property.
|
void |
setDefaultValue(String defaultValue)
Sets the value of the defaultValue property.
|
void |
setInplace(Boolean value)
Sets the value of the inplace property.
|
void |
setTableUI(Boolean value)
Sets the value of the tableUI property.
|
void |
setTreeUI(Boolean value)
Sets the value of the treeUI 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 inplace
protected Boolean allowMultiple
protected Boolean tableUI
protected Boolean treeUI
protected Boolean allowSubTypes
protected String allowedSubTypes
protected String defaultValue
public Boolean isInplace()
Booleanpublic void setInplace(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowMultiple()
Booleanpublic void setAllowMultiple(Boolean value)
value - allowed object is
Booleanpublic Boolean isTableUI()
Booleanpublic void setTableUI(Boolean value)
value - allowed object is
Booleanpublic Boolean isTreeUI()
Booleanpublic void setTreeUI(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowSubTypes()
Booleanpublic void setAllowSubTypes(Boolean value)
value - allowed object is
Booleanpublic String getAllowedSubTypes()
Stringpublic void setAllowedSubTypes(String value)
value - allowed object is
Stringpublic String getDefaultValue()
StringCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.