Package net.webpdf.wsclient.openapi
Class OperationXslTransformation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationXslTransformation
-
public class OperationXslTransformation extends Object
This element defines one XSLT transformation and the resources and parameters necessary for it.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_RESOURCES
-
Constructor Summary
Constructors Constructor Description OperationXslTransformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationXslTransformationResourcesgetResources()Get resourcesinthashCode()OperationXslTransformationresources(OperationXslTransformationResources resources)voidsetResources(OperationXslTransformationResources resources)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_RESOURCES
- See Also:
- Constant Field Values
-
-
Method Detail
-
resources
public OperationXslTransformation resources(OperationXslTransformationResources resources)
-
getResources
@Nullable public @Nullable OperationXslTransformationResources getResources()
Get resources- Returns:
- resources
-
setResources
public void setResources(OperationXslTransformationResources resources)
-
-