Class PortfolioFolderType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PortfolioFolderType
-
public class PortfolioFolderType 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 define an individual folder that should be added to the portfolio. This element can be used multiple times if you want to add multiple folders.</p>
Java class for PortfolioFolderType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioFolderType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PortfolioFolderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()<?booleanisSetPath()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">Used to define the path/folder where the document will be stored in the portfolio. </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> A portfolio path is defined by the "/" separated nested folder names. </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">Used to define the path/folder where the document will be stored in the portfolio. </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> A portfolio path is defined by the "/" separated nested folder names. </p>- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.
-
isSetPath
public boolean isSetPath()
-
-