org.plasma.xml.xslt
Class CopyOf
java.lang.Object
org.plasma.xml.xslt.AnyType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
select
protected String select
CopyOf
public CopyOf()
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.