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:p1070_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p906058_="https://jakarta.ee/xml/ns/jaxb" 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()<?StringgetFileMask()<?StringgetPages()<?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
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p1070_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p906058_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Page range to which the selection applies.</p>
-
fileMask
protected String fileMask
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p1070_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p906058_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Filters by file name for the selection. "*.xls", for example, would result in all XLS attachments in the selection area being removed. Meanwhile, "xyz.json" would result in attachments named "xyz.json" being removed from the selection area.</p>
-
context
protected ContextType context
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p1070_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p906058_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Level to which the selection applies. <ul><li>all = All levels</li><li>document = Document level only</li><li>page = Page level only</li></ul></p>
-
-
Method Detail
-
getPages
public String getPages()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p1070_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p906058_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Page range to which the selection applies.</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()
-
getFileMask
public String getFileMask()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p1070_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p906058_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Filters by file name for the selection. "*.xls", for example, would result in all XLS attachments in the selection area being removed. Meanwhile, "xyz.json" would result in attachments named "xyz.json" being removed from the selection area.</p>
- Returns:
- possible object is
String
-
setFileMask
public void setFileMask(String value)
Sets the value of the fileMask property.- Parameters:
value- allowed object isString- See Also:
getFileMask()
-
isSetFileMask
public boolean isSetFileMask()
-
getContext
public ContextType getContext()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p1070_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p906058_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Level to which the selection applies. <ul><li>all = All levels</li><li>document = Document level only</li><li>page = Page level only</li></ul></p>- Returns:
- possible object is
ContextType
-
setContext
public void setContext(ContextType value)
Sets the value of the context property.- Parameters:
value- allowed object isContextType- See Also:
getContext()
-
isSetContext
public boolean isSetContext()
-
-