Package net.webpdf.wsclient.openapi
Class OperationXRechnungResources
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationXRechnungResources
-
public class OperationXRechnungResources extends Object
This element defines a transformation and the resources and parameters needed for it. An XLST stylesheet must be used, which creates an HTML output. The specification of the element `<visualization>` is optional, because a default layout is stored on the server. The `<visualization>` element can contain one or more `<file>` entries, but must define at least one XLST stylesheet.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILE
-
Constructor Summary
Constructors Constructor Description OperationXRechnungResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationXRechnungResources_file(List<OperationXslTransformationFile> _file)OperationXRechnungResourcesaddFileItem(OperationXslTransformationFile _fileItem)booleanequals(Object o)@Nullable List<OperationXslTransformationFile>getFile()Get _fileinthashCode()voidsetFile(List<OperationXslTransformationFile> _file)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FILE
public static final String JSON_PROPERTY_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
_file
public OperationXRechnungResources _file(List<OperationXslTransformationFile> _file)
-
addFileItem
public OperationXRechnungResources addFileItem(OperationXslTransformationFile _fileItem)
-
getFile
@Nullable public @Nullable List<OperationXslTransformationFile> getFile()
Get _file- Returns:
- _file
-
setFile
public void setFile(List<OperationXslTransformationFile> _file)
-
-