Class DeleteType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.DeleteType
-
- All Implemented Interfaces:
ParameterInterface
public class DeleteType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The delete operation element can be used to delete pages from the document.</p>
Java class for DeleteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType"> <attribute name="pages" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DeleteType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPages()Gets the value of the pages property.booleanisSetPages()voidsetPages(String value)Sets the value of the pages property.
-
-
-
Field Detail
-
pages
protected String pages
-
-