org.mule.devkit.model.studio
Class TextType

java.lang.Object
  extended by org.mule.devkit.model.studio.AttributeType
      extended by org.mule.devkit.model.studio.TextType

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>
 


Field Summary
protected  Boolean isToElement
           
protected  String language
           
protected  String nestedName
           
protected  Boolean wrapWithCDATA
           
 
Fields inherited from class org.mule.devkit.model.studio.AttributeType
alternativeTo, alwaysFill, bottomAnchor, caption, controlled, customValidator, description, fillLine, hiddenForUser, indented, javaType, labelledWith, modeType, name, required, singeLineForExpressions, supportsExpressions, topAnchor, transientt, updater, valuePersistence, versions, visibleInDialog, xsdType
 
Constructor Summary
TextType()
           
 
Method Summary
 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.
 
Methods inherited from class org.mule.devkit.model.studio.AttributeType
getAlternativeTo, getBottomAnchor, getCaption, getControlled, getCustomValidator, getDescription, getFillLine, getIndented, getJavaType, getLabelledWith, getModeType, getName, 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, setSingeLineForExpressions, setSupportsExpressions, setTopAnchor, setTransientt, setUpdater, setValuePersistence, setVersions, setVisibleInDialog, setXsdType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isToElement

protected Boolean isToElement

language

protected String language

nestedName

protected String nestedName

wrapWithCDATA

protected Boolean wrapWithCDATA
Constructor Detail

TextType

public TextType()
Method Detail

isIsToElement

public Boolean isIsToElement()
Gets the value of the isToElement property.

Returns:
possible object is Boolean

setIsToElement

public void setIsToElement(Boolean value)
Sets the value of the isToElement property.

Parameters:
value - allowed object is Boolean

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getNestedName

public String getNestedName()
Gets the value of the nestedName property.

Returns:
possible object is String

setNestedName

public void setNestedName(String value)
Sets the value of the nestedName property.

Parameters:
value - allowed object is String

isWrapWithCDATA

public Boolean isWrapWithCDATA()
Gets the value of the wrapWithCDATA property.

Returns:
possible object is Boolean

setWrapWithCDATA

public void setWrapWithCDATA(Boolean value)
Sets the value of the wrapWithCDATA property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.