Package net.webpdf.wsclient.openapi
Class OperationConverterTransform
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationConverterTransform
-
public class OperationConverterTransform extends Object
This element defines a set of transformations to be applied to the document before further converter operations are performed. For example, an XSLT transformation could be applied to an XML document to transform it to HTML before converting that HTML content to a PDF document. This element currently recognizes two forms of transformations: * XSLT transformation - a generic transformation to any output format. Optimally, the transformation creates a document format (such as HTML) that the downstream conversion can convert to a PDF document. The generic transformation can contain an arbitrary number of XSLT elements, defined as `<resources>`, each of which is successively applied to the result of the preceding transformation.* XInvoice transformation - XML data in XInvoice format (CII or UBL) transformed into a visual image by means of transformation. Normally, no further specification is necessary here, because a standard layout for the visual image of an X-invoice is stored on the server. However, if a different layout is to be used, this must be specified via the `<visualization>` element. The file used there must be an XLST stylesheet, which creates the XInvoice data as HTML output.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_X_RECHNUNGstatic StringJSON_PROPERTY_XSL_TRANSFORMATION
-
Constructor Summary
Constructors Constructor Description OperationConverterTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationXRechnunggetxRechnung()Get xRechnung@Nullable OperationXslTransformationgetXslTransformation()Get xslTransformationinthashCode()voidsetxRechnung(OperationXRechnung xRechnung)voidsetXslTransformation(OperationXslTransformation xslTransformation)StringtoString()OperationConverterTransformxRechnung(OperationXRechnung xRechnung)OperationConverterTransformxslTransformation(OperationXslTransformation xslTransformation)
-
-
-
Field Detail
-
JSON_PROPERTY_X_RECHNUNG
public static final String JSON_PROPERTY_X_RECHNUNG
- See Also:
- Constant Field Values
-
JSON_PROPERTY_XSL_TRANSFORMATION
public static final String JSON_PROPERTY_XSL_TRANSFORMATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
xRechnung
public OperationConverterTransform xRechnung(OperationXRechnung xRechnung)
-
getxRechnung
@Nullable public @Nullable OperationXRechnung getxRechnung()
Get xRechnung- Returns:
- xRechnung
-
setxRechnung
public void setxRechnung(OperationXRechnung xRechnung)
-
xslTransformation
public OperationConverterTransform xslTransformation(OperationXslTransformation xslTransformation)
-
getXslTransformation
@Nullable public @Nullable OperationXslTransformation getXslTransformation()
Get xslTransformation- Returns:
- xslTransformation
-
setXslTransformation
public void setXslTransformation(OperationXslTransformation xslTransformation)
-
-