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()<?booleanisSetPages()voidsetPages(String value)Sets the value of the pages property.
-
-
-
Field Detail
-
pages
protected String pages
<?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">Defines the pages that should be deleted from the PDF document. This can be either an individual page or a page range (e.g., "1,5-6,9").</p>
-
-
Method Detail
-
getPages
public String getPages()
<?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">Defines the pages that should be deleted from the PDF document. This can be either an individual page or a page range (e.g., "1,5-6,9").</p>
- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString- See Also:
getPages()
-
isSetPages
public boolean isSetPages()
-
-