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:p463457_="https://jakarta.ee/xml/ns/jaxb" xmlns:p626135_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p65240_="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 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()Gets the value of the fileName property.StringgetPath()Gets the value of the path property.booleanisSetFileName()booleanisSetPath()voidsetFileName(String value)Sets the value of the fileName property.voidsetPath(String value)Sets the value of the path property.
-
-
-
Method Detail
-
getPath
public String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.- Parameters:
value- allowed object isString
-
isSetPath
public boolean isSetPath()
-
getFileName
public String getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
public void setFileName(String value)
Sets the value of the fileName property.- Parameters:
value- allowed object isString
-
isSetFileName
public boolean isSetFileName()
-
-