Class PortfolioSelectionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PortfolioSelectionType
-
public class PortfolioSelectionType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p33647_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p514165_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p888768_="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 select documents that match the selection rules and that should be processed (extracted / deleted) accordingly. You can use multiple selection elements.</p>
Java class for PortfolioSelectionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioSelectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PortfolioSelectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()<?StringgetPath()<?booleanisSetFileName()booleanisSetPath()voidsetFileName(String value)Sets the value of the fileName property.voidsetPath(String value)Sets the value of the path property.
-
-
-
Field Detail
-
path
protected String path
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p33647_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p514165_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p888768_="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 path for the selection. "a/b/*", for example, would result in all a/b subfolders being searched for matching documents. Whether a document will be considered a match will also depend on the "fileName" parameter. If the "fileName" parameter is not set, this parameter can be used to select the path instead (for extraction / deletion)</p>
-
fileName
protected String fileName
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p33647_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p514165_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p888768_="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 documents being selected. Meanwhile, "xyz.json" would result in attachments named "xyz.json" being selected (for extraction / deletion). </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p33647_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p514165_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p888768_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> The "path" and "fileName" parameters follow and implement the glob selection patterns for files and paths. </p>
-
-
Method Detail
-
getPath
public String getPath()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p33647_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p514165_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p888768_="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 path for the selection. "a/b/*", for example, would result in all a/b subfolders being searched for matching documents. Whether a document will be considered a match will also depend on the "fileName" parameter. If the "fileName" parameter is not set, this parameter can be used to select the path instead (for extraction / deletion)</p>
- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.
-
isSetPath
public boolean isSetPath()
-
getFileName
public String getFileName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p33647_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p514165_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p888768_="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 documents being selected. Meanwhile, "xyz.json" would result in attachments named "xyz.json" being selected (for extraction / deletion). </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p33647_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p514165_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p888768_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> The "path" and "fileName" parameters follow and implement the glob selection patterns for files and paths. </p>- Returns:
- possible object is
String
-
setFileName
public void setFileName(String value)
Sets the value of the fileName property.- Parameters:
value- allowed object isString- See Also:
getFileName()
-
isSetFileName
public boolean isSetFileName()
-
-