org.mule.devkit.model.studio
Class AttributeType

java.lang.Object
  extended by org.mule.devkit.model.studio.AttributeType
Direct Known Subclasses:
Booleantype, ClassType, CollectionAttributeType, EncodingType, EnumType, ExpressionAttributeType, FlowRefType, IntegerType, MetaDataType, ModeType, NestedElementReference, NewType, PathType, QueryType, StringAttributeType, TextType, TypeChooserType

public class AttributeType
extends Object

Java class for AttributeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttributeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="alternativeTo" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="updater" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="xsdType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="caption" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="supportsExpressions" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="visibleInDialog" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="alwaysFill" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="controlled" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="topAnchor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="versions" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="bottomAnchor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="valuePersistence" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="customValidator" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mode" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}NewSimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String alternativeTo
           
protected  Boolean alwaysFill
           
protected  String bottomAnchor
           
protected  String caption
           
protected  String controlled
           
protected  String customValidator
           
protected  String description
           
protected  Boolean fillLine
           
protected  Boolean hiddenForUser
           
protected  Boolean indented
           
protected  String javaType
           
protected  String labelledWith
           
protected  NewSimpleType modeType
           
protected  String name
           
protected  Boolean required
           
protected  Boolean requiredForDataSense
           
protected  Boolean singeLineForExpressions
           
protected  Boolean supportsExpressions
           
protected  String topAnchor
           
protected  Boolean transientt
           
protected  String updater
           
protected  String valuePersistence
           
protected  String versions
           
protected  Boolean visibleInDialog
           
protected  String xsdType
           
 
Constructor Summary
AttributeType()
           
 
Method Summary
 String getAlternativeTo()
          Gets the value of the alternativeTo property.
 String getBottomAnchor()
          Gets the value of the bottomAnchor property.
 String getCaption()
          Gets the value of the caption property.
 String getControlled()
          Gets the value of the controlled property.
 String getCustomValidator()
          Gets the value of the customValidator property.
 String getDescription()
          Gets the value of the description property.
 Boolean getFillLine()
           
 Boolean getIndented()
           
 String getJavaType()
           
 String getLabelledWith()
           
 NewSimpleType getModeType()
          Gets the value of the modeType property.
 String getName()
          Gets the value of the name property.
 Boolean getRequiredForDataSense()
           
 Boolean getSingeLineForExpressions()
           
 String getTopAnchor()
          Gets the value of the topAnchor property.
 String getUpdater()
          Gets the value of the updater property.
 String getValuePersistence()
          Gets the value of the valuePersistence property.
 String getVersions()
          Gets the value of the versions property.
 String getXsdType()
          Gets the value of the xsdType property.
 Boolean isAlwaysFill()
          Gets the value of the alwaysFill property.
 Boolean isHiddenForUser()
           
 Boolean isRequired()
          Gets the value of the required property.
 Boolean isSupportsExpressions()
          Gets the value of the supportsExpressions property.
 Boolean isTransientt()
           
 Boolean isVisibleInDialog()
          Gets the value of the visibleInDialog property.
 void setAlternativeTo(String value)
          Sets the value of the alternativeTo property.
 void setAlwaysFill(Boolean value)
          Sets the value of the alwaysFill property.
 void setBottomAnchor(String value)
          Sets the value of the bottomAnchor property.
 void setCaption(String value)
          Sets the value of the caption property.
 void setControlled(String value)
          Sets the value of the controlled property.
 void setCustomValidator(String value)
          Sets the value of the customValidator property.
 void setDescription(String value)
          Sets the value of the description property.
 void setFillLine(Boolean fillLine)
           
 void setHiddenForUser(Boolean hiddenForUser)
           
 void setIndented(Boolean indented)
           
 void setJavaType(String javaType)
           
 void setLabelledWith(String labelledWith)
           
 void setModeType(NewSimpleType value)
          Sets the value of the modeType property.
 void setName(String value)
          Sets the value of the name property.
 void setRequired(Boolean value)
          Sets the value of the required property.
 void setRequiredForDataSense(Boolean requiredForDataSense)
           
 void setSingeLineForExpressions(Boolean singeLineForExpressions)
           
 void setSupportsExpressions(Boolean value)
          Sets the value of the supportsExpressions property.
 void setTopAnchor(String value)
          Sets the value of the topAnchor property.
 void setTransientt(Boolean transientt)
           
 void setUpdater(String value)
          Sets the value of the updater property.
 void setValuePersistence(String value)
          Sets the value of the valuePersistence property.
 void setVersions(String value)
          Sets the value of the versions property.
 void setVisibleInDialog(Boolean value)
          Sets the value of the visibleInDialog property.
 void setXsdType(String value)
          Sets the value of the xsdType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

alternativeTo

protected String alternativeTo

updater

protected String updater

xsdType

protected String xsdType

caption

protected String caption

description

protected String description

supportsExpressions

protected Boolean supportsExpressions

visibleInDialog

protected Boolean visibleInDialog

required

protected Boolean required

alwaysFill

protected Boolean alwaysFill

controlled

protected String controlled

topAnchor

protected String topAnchor

versions

protected String versions

bottomAnchor

protected String bottomAnchor

valuePersistence

protected String valuePersistence

customValidator

protected String customValidator

modeType

protected NewSimpleType modeType

javaType

protected String javaType

labelledWith

protected String labelledWith

singeLineForExpressions

protected Boolean singeLineForExpressions

hiddenForUser

protected Boolean hiddenForUser

transientt

protected Boolean transientt

indented

protected Boolean indented

fillLine

protected Boolean fillLine

requiredForDataSense

protected Boolean requiredForDataSense
Constructor Detail

AttributeType

public AttributeType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAlternativeTo

public String getAlternativeTo()
Gets the value of the alternativeTo property.

Returns:
possible object is String

setAlternativeTo

public void setAlternativeTo(String value)
Sets the value of the alternativeTo property.

Parameters:
value - allowed object is String

getUpdater

public String getUpdater()
Gets the value of the updater property.

Returns:
possible object is String

setUpdater

public void setUpdater(String value)
Sets the value of the updater property.

Parameters:
value - allowed object is String

getXsdType

public String getXsdType()
Gets the value of the xsdType property.

Returns:
possible object is String

setXsdType

public void setXsdType(String value)
Sets the value of the xsdType property.

Parameters:
value - allowed object is String

getCaption

public String getCaption()
Gets the value of the caption property.

Returns:
possible object is String

setCaption

public void setCaption(String value)
Sets the value of the caption property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSupportsExpressions

public Boolean isSupportsExpressions()
Gets the value of the supportsExpressions property.

Returns:
possible object is Boolean

setSupportsExpressions

public void setSupportsExpressions(Boolean value)
Sets the value of the supportsExpressions property.

Parameters:
value - allowed object is Boolean

isVisibleInDialog

public Boolean isVisibleInDialog()
Gets the value of the visibleInDialog property.

Returns:
possible object is Boolean

setVisibleInDialog

public void setVisibleInDialog(Boolean value)
Sets the value of the visibleInDialog property.

Parameters:
value - allowed object is Boolean

isRequired

public Boolean isRequired()
Gets the value of the required property.

Returns:
possible object is Boolean

setRequired

public void setRequired(Boolean value)
Sets the value of the required property.

Parameters:
value - allowed object is Boolean

isAlwaysFill

public Boolean isAlwaysFill()
Gets the value of the alwaysFill property.

Returns:
possible object is Boolean

setAlwaysFill

public void setAlwaysFill(Boolean value)
Sets the value of the alwaysFill property.

Parameters:
value - allowed object is Boolean

getControlled

public String getControlled()
Gets the value of the controlled property.

Returns:
possible object is String

setControlled

public void setControlled(String value)
Sets the value of the controlled property.

Parameters:
value - allowed object is String

getTopAnchor

public String getTopAnchor()
Gets the value of the topAnchor property.

Returns:
possible object is String

setTopAnchor

public void setTopAnchor(String value)
Sets the value of the topAnchor property.

Parameters:
value - allowed object is String

getVersions

public String getVersions()
Gets the value of the versions property.

Returns:
possible object is String

setVersions

public void setVersions(String value)
Sets the value of the versions property.

Parameters:
value - allowed object is String

getBottomAnchor

public String getBottomAnchor()
Gets the value of the bottomAnchor property.

Returns:
possible object is String

setBottomAnchor

public void setBottomAnchor(String value)
Sets the value of the bottomAnchor property.

Parameters:
value - allowed object is String

getValuePersistence

public String getValuePersistence()
Gets the value of the valuePersistence property.

Returns:
possible object is String

setValuePersistence

public void setValuePersistence(String value)
Sets the value of the valuePersistence property.

Parameters:
value - allowed object is String

getCustomValidator

public String getCustomValidator()
Gets the value of the customValidator property.

Returns:
possible object is String

setCustomValidator

public void setCustomValidator(String value)
Sets the value of the customValidator property.

Parameters:
value - allowed object is String

getModeType

public NewSimpleType getModeType()
Gets the value of the modeType property.

Returns:
possible object is NewSimpleType

setModeType

public void setModeType(NewSimpleType value)
Sets the value of the modeType property.

Parameters:
value - allowed object is NewSimpleType

getJavaType

public String getJavaType()

setJavaType

public void setJavaType(String javaType)

getLabelledWith

public String getLabelledWith()

setLabelledWith

public void setLabelledWith(String labelledWith)

isHiddenForUser

public Boolean isHiddenForUser()

setHiddenForUser

public void setHiddenForUser(Boolean hiddenForUser)

isTransientt

public Boolean isTransientt()

setTransientt

public void setTransientt(Boolean transientt)

getSingeLineForExpressions

public Boolean getSingeLineForExpressions()

setSingeLineForExpressions

public void setSingeLineForExpressions(Boolean singeLineForExpressions)

getFillLine

public Boolean getFillLine()

setFillLine

public void setFillLine(Boolean fillLine)

getIndented

public Boolean getIndented()

setIndented

public void setIndented(Boolean indented)

getRequiredForDataSense

public Boolean getRequiredForDataSense()

setRequiredForDataSense

public void setRequiredForDataSense(Boolean requiredForDataSense)


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.