org.plasma.xml.xslt
Class CopyOf

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

public class CopyOf
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"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String select
           
 
Constructor Summary
CopyOf()
           
 
Method Summary
 String getSelect()
          Gets the value of the select 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
Constructor Detail

CopyOf

public CopyOf()
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


Copyright © 2014. All rights reserved.