public class XslTransformationType extends Object
Java class for XslTransformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XslTransformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="resources" type="{http://schema.webpdf.de/1.0/operation}XslTransformationResourcesType" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XslTransformationResourcesType |
resources |
| Constructor and Description |
|---|
XslTransformationType() |
| Modifier and Type | Method and Description |
|---|---|
XslTransformationResourcesType |
getResources()
Gets the value of the resources property.
|
boolean |
isSetResources() |
void |
setResources(XslTransformationResourcesType value)
Sets the value of the resources property.
|
protected XslTransformationResourcesType resources
public XslTransformationResourcesType getResources()
XslTransformationResourcesTypepublic void setResources(XslTransformationResourcesType value)
value - allowed object is
XslTransformationResourcesTypepublic boolean isSetResources()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.