Package net.webpdf.wsclient.openapi
Class OperationXslTransformationResources
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationXslTransformationResources
-
public class OperationXslTransformationResources extends Object
This element defines all resources necessary for the transformation. (In the case of XSLT, for example, the XSL stylesheet itself and - if necessary - additional \\*.css, \\*.js files or similar). Any number of resources can be passed, but at least one must be present for the transformation to succeed. The individual resources are passed via the individual `<file>` elements, which can occur multiple times.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILE
-
Constructor Summary
Constructors Constructor Description OperationXslTransformationResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationXslTransformationResources_file(List<OperationXslTransformationFile> _file)OperationXslTransformationResourcesaddFileItem(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 OperationXslTransformationResources _file(List<OperationXslTransformationFile> _file)
-
addFileItem
public OperationXslTransformationResources addFileItem(OperationXslTransformationFile _fileItem)
-
getFile
@Nullable public @Nullable List<OperationXslTransformationFile> getFile()
Get _file- Returns:
- _file
-
setFile
public void setFile(List<OperationXslTransformationFile> _file)
-
-