org.xmlhammer.model.tools.xslt
Class XSLT.Transform

java.lang.Object
  extended by org.xmlhammer.model.tools.xslt.XSLT.Transform
Enclosing class:
XSLT

public static class XSLT.Transform
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element ref="{http://www.xmlhammer.org/2007/tools/xslt}stylesheets"/>
         <element ref="{http://www.xmlhammer.org/2007/tools/xslt}associated"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Associated associated
           
protected  Stylesheets stylesheets
           
 
Constructor Summary
XSLT.Transform()
           
 
Method Summary
 Associated getAssociated()
          Gets the value of the associated property.
 Stylesheets getStylesheets()
          Gets the value of the stylesheets property.
 void setAssociated(Associated value)
          Sets the value of the associated property.
 void setStylesheets(Stylesheets value)
          Sets the value of the stylesheets property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stylesheets

protected Stylesheets stylesheets

associated

protected Associated associated
Constructor Detail

XSLT.Transform

public XSLT.Transform()
Method Detail

getStylesheets

public Stylesheets getStylesheets()
Gets the value of the stylesheets property.

Returns:
possible object is Stylesheets

setStylesheets

public void setStylesheets(Stylesheets value)
Sets the value of the stylesheets property.

Parameters:
value - allowed object is Stylesheets

getAssociated

public Associated getAssociated()
Gets the value of the associated property.

Returns:
possible object is Associated

setAssociated

public void setAssociated(Associated value)
Sets the value of the associated property.

Parameters:
value - allowed object is Associated


Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.