org.plasma.xml.xslt
Class CombineStylesheets

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

public class CombineStylesheets
extends AnyType

Java class for combine-stylesheets complex type.

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

 <complexType name="combine-stylesheets">
   <complexContent>
     <extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
       <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
 
Constructor Summary
CombineStylesheets()
           
 
Method Summary
 String getHref()
          Gets the value of the href property.
 void setHref(String value)
          Sets the value of the href 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

href

protected String href
Constructor Detail

CombineStylesheets

public CombineStylesheets()
Method Detail

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.