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 |
hideColumnHeaders |
protected Boolean |
inplace |
protected Boolean |
positional |
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 |
getHideColumnHeaders()
Gets the value of the hideColumnHeaders property that indicates if the list should display columns and headers
(vs just one column with string representation of child element.
|
Boolean |
getPositional()
Gets the value of the positional property that indicates that the defined position
of elements in the child element matters (only valid when allowsMultiple is true)
|
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 |
setHideColumnHeaders(Boolean hideColumnHeaders)
Sets the value of the positional property (only valid when allowsMultiple is true).
|
void |
setInplace(Boolean value)
Sets the value of the inplace property.
|
void |
setPositional(Boolean positional)
Sets the value of the positional property (only valid when allowsMultiple is true).
|
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
protected Boolean positional
protected Boolean hideColumnHeaders
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()
Stringpublic void setDefaultValue(String defaultValue)
defaultValue - allowed object is
Stringpublic Boolean getPositional()
Booleanpublic void setPositional(Boolean positional)
positional - whether the position of elements of this list matters
Booleanpublic Boolean getHideColumnHeaders()
Booleanpublic void setHideColumnHeaders(Boolean hideColumnHeaders)
hideColumnHeaders - whether the list should display columns and headers (vs just one column with string representation of
child element.
BooleanCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.