Class PortfolioRemoveType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PortfolioRemoveType
-
public class PortfolioRemoveType 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">Removes one or more documents from the portfolio.</p>
Java class for PortfolioRemoveType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioRemoveType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="selection" type="{http://schema.webpdf.de/1.0/operation}PortfolioSelectionType"/> </choice> <attribute name="initialDocumentPath" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="initialFileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringinitialDocumentPath<?protected StringinitialFileName<?protected List<PortfolioSelectionType>selection
-
Constructor Summary
Constructors Constructor Description PortfolioRemoveType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInitialDocumentPath()<?StringgetInitialFileName()<?List<PortfolioSelectionType>getSelection()Gets the value of the selection property.booleanisSetInitialDocumentPath()booleanisSetInitialFileName()booleanisSetSelection()voidsetInitialDocumentPath(String value)Sets the value of the initialDocumentPath property.voidsetInitialFileName(String value)Sets the value of the initialFileName property.voidunsetSelection()
-
-
-
Field Detail
-
selection
protected List<PortfolioSelectionType> selection
-
initialDocumentPath
protected String initialDocumentPath
<?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">Defines the path/folder where the initially shown document is stored in the portfolio. </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. Which is: A portfolio path is defined by "/" separated nested folder names. </p>
-
initialFileName
protected String initialFileName
<?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">Select the name of the initially shown document. </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. Which is: A portfolio path is defined by "/" separated nested folder names. </p>
-
-
Method Detail
-
getSelection
public List<PortfolioSelectionType> getSelection()
Gets the value of the selection property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the selection property.For example, to add a new item, do as follows:
getSelection().add(newItem);
Objects of the following type(s) are allowed in the list
PortfolioSelectionType- Returns:
- The value of the selection property.
-
isSetSelection
public boolean isSetSelection()
-
unsetSelection
public void unsetSelection()
-
getInitialDocumentPath
public String getInitialDocumentPath()
<?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">Defines the path/folder where the initially shown document is stored in the portfolio. </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. Which is: A portfolio path is defined by "/" separated nested folder names. </p>- Returns:
- possible object is
String
-
setInitialDocumentPath
public void setInitialDocumentPath(String value)
Sets the value of the initialDocumentPath property.- Parameters:
value- allowed object isString- See Also:
getInitialDocumentPath()
-
isSetInitialDocumentPath
public boolean isSetInitialDocumentPath()
-
getInitialFileName
public String getInitialFileName()
<?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">Select the name of the initially shown document. </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. Which is: A portfolio path is defined by "/" separated nested folder names. </p>- Returns:
- possible object is
String
-
setInitialFileName
public void setInitialFileName(String value)
Sets the value of the initialFileName property.- Parameters:
value- allowed object isString- See Also:
getInitialFileName()
-
isSetInitialFileName
public boolean isSetInitialFileName()
-
-