Class SelectionAttachmentType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SelectionAttachmentType
-
public class SelectionAttachmentType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p64359_="https://jakarta.ee/xml/ns/jaxb" xmlns:p844335_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set an area from which attachments that meet the selection rules will be removed. You can use multiple selection elements.</p>
Java class for SelectionAttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectionAttachmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="fileMask" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="context" type="{http://schema.webpdf.de/1.0/operation}ContextType" default="all" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SelectionAttachmentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextTypegetContext()Gets the value of the context property.StringgetFileMask()Gets the value of the fileMask property.StringgetPages()Gets the value of the pages property.booleanisSetContext()booleanisSetFileMask()booleanisSetPages()voidsetContext(ContextType value)Sets the value of the context property.voidsetFileMask(String value)Sets the value of the fileMask property.voidsetPages(String value)Sets the value of the pages property.
-
-
-
Field Detail
-
pages
protected String pages
-
fileMask
protected String fileMask
-
context
protected ContextType context
-
-
Method Detail
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
getFileMask
public String getFileMask()
Gets the value of the fileMask property.- Returns:
- possible object is
String
-
setFileMask
public void setFileMask(String value)
Sets the value of the fileMask property.- Parameters:
value- allowed object isString
-
isSetFileMask
public boolean isSetFileMask()
-
getContext
public ContextType getContext()
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
public void setContext(ContextType value)
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-
isSetContext
public boolean isSetContext()
-
-