Class PortfolioSelectionType


  • public class PortfolioSelectionType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p186898_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p243_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p722845_="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>
     
    • Field Detail

      • path

        protected String path
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p186898_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p243_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p722845_="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:p186898_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p243_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p722845_="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:p186898_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p243_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p722845_="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>
         
    • Constructor Detail

      • PortfolioSelectionType

        public PortfolioSelectionType()
    • Method Detail

      • getPath

        public String getPath()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p186898_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p243_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p722845_="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.
        Parameters:
        value - allowed object is String
        See Also:
        getPath()
      • isSetPath

        public boolean isSetPath()
      • getFileName

        public String getFileName()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p186898_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p243_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p722845_="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:p186898_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p243_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p722845_="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 is String
        See Also:
        getFileName()
      • isSetFileName

        public boolean isSetFileName()