public class TransformType extends Object
Java class for TransformType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="xslTransformation" type="{http://schema.webpdf.de/1.0/operation}XslTransformationType"/>
<element name="xRechnung" type="{http://schema.webpdf.de/1.0/operation}XRechnungType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XRechnungType |
xRechnung |
protected XslTransformationType |
xslTransformation |
| Constructor and Description |
|---|
TransformType() |
| Modifier and Type | Method and Description |
|---|---|
XRechnungType |
getXRechnung()
Gets the value of the xRechnung property.
|
XslTransformationType |
getXslTransformation()
Gets the value of the xslTransformation property.
|
boolean |
isSetXRechnung() |
boolean |
isSetXslTransformation() |
void |
setXRechnung(XRechnungType value)
Sets the value of the xRechnung property.
|
void |
setXslTransformation(XslTransformationType value)
Sets the value of the xslTransformation property.
|
protected XslTransformationType xslTransformation
protected XRechnungType xRechnung
public XslTransformationType getXslTransformation()
XslTransformationTypepublic void setXslTransformation(XslTransformationType value)
value - allowed object is
XslTransformationTypepublic boolean isSetXslTransformation()
public XRechnungType getXRechnung()
XRechnungTypepublic void setXRechnung(XRechnungType value)
value - allowed object is
XRechnungTypepublic boolean isSetXRechnung()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.