org.plasma.xml.xslt
Class ValueOf

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

public class ValueOf
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}select-required"/>
       <attGroup ref="{http://www.w3.org/1999/XSL/Transform}disable-output-escaping"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  YesOrNo disableOutputEscaping
           
protected  String select
           
 
Constructor Summary
ValueOf()
           
 
Method Summary
 YesOrNo getDisableOutputEscaping()
          Gets the value of the disableOutputEscaping property.
 String getSelect()
          Gets the value of the select property.
 void setDisableOutputEscaping(YesOrNo value)
          Sets the value of the disableOutputEscaping property.
 void setSelect(String value)
          Sets the value of the select 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

select

protected String select

disableOutputEscaping

protected YesOrNo disableOutputEscaping
Constructor Detail

ValueOf

public ValueOf()
Method Detail

getSelect

public String getSelect()
Gets the value of the select property.

Returns:
possible object is String

setSelect

public void setSelect(String value)
Sets the value of the select 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.