org.plasma.xml.xslt
Class Text

java.lang.Object
  extended by org.plasma.xml.xslt.AnyType
      extended by org.plasma.xml.xslt.Text

public class Text
extends AnyType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
       <attGroup ref="{http://www.w3.org/1999/XSL/Transform}disable-output-escaping"/>
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
       <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  YesOrNo disableOutputEscaping
           
protected  java.lang.String lang
           
protected  java.lang.String space
           
 
Constructor Summary
Text()
           
 
Method Summary
 YesOrNo getDisableOutputEscaping()
          Gets the value of the disableOutputEscaping property.
 java.lang.String getLang()
          Gets the value of the lang property.
 java.lang.String getSpace()
          Gets the value of the space property.
 void setDisableOutputEscaping(YesOrNo value)
          Sets the value of the disableOutputEscaping property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setSpace(java.lang.String value)
          Sets the value of the space property.
 
Methods inherited from class org.plasma.xml.xslt.AnyType
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lang

protected java.lang.String lang

space

protected java.lang.String space

disableOutputEscaping

protected YesOrNo disableOutputEscaping
Constructor Detail

Text

public Text()
Method Detail

getLang

public java.lang.String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(java.lang.String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

getSpace

public java.lang.String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(java.lang.String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

getDisableOutputEscaping

public YesOrNo getDisableOutputEscaping()
Gets the value of the disableOutputEscaping property.

Returns:
possible object is YesOrNo

setDisableOutputEscaping

public void setDisableOutputEscaping(YesOrNo value)
Sets the value of the disableOutputEscaping property.

Parameters:
value - allowed object is YesOrNo


Copyright © 2013. All Rights Reserved.