Class PortfolioFileType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PortfolioFileType
-
public class PortfolioFileType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="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 document that should be added to the portfolio. This element can be used multiple times if you want to add multiple documents.</p>
Java class for PortfolioFileType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioFileType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="data" type="{http://schema.webpdf.de/1.0/operation}PortfolioFileDataType"/> </all> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PortfolioFileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreator()<?PortfolioFileDataTypegetData()Gets the value of the data property.StringgetFileName()<?StringgetMimeType()<?StringgetPath()<?booleanisSetCreator()booleanisSetData()booleanisSetFileName()booleanisSetMimeType()booleanisSetPath()voidsetCreator(String value)Sets the value of the creator property.voidsetData(PortfolioFileDataType value)Sets the value of the data property.voidsetFileName(String value)Sets the value of the fileName property.voidsetMimeType(String value)Sets the value of the mimeType property.voidsetPath(String value)Sets the value of the path property.
-
-
-
Field Detail
-
data
protected PortfolioFileDataType data
-
path
protected String path
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="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 document is stored in the portfolio. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="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>
-
fileName
protected String fileName
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="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 name under which the document is stored in the portfolio.</p>
-
mimeType
protected String mimeType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The MIME type of the portfolio entry.</p>
-
creator
protected String creator
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The creator of the portfolio entry.</p>
-
-
Method Detail
-
getData
public PortfolioFileDataType getData()
Gets the value of the data property.- Returns:
- possible object is
PortfolioFileDataType
-
setData
public void setData(PortfolioFileDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isPortfolioFileDataType
-
isSetData
public boolean isSetData()
-
getPath
public String getPath()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="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 document is stored in the portfolio. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="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()
-
getFileName
public String getFileName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="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 name under which the document is stored in the portfolio.</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()
-
getMimeType
public String getMimeType()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The MIME type of the portfolio entry.</p>
- Returns:
- possible object is
String
-
setMimeType
public void setMimeType(String value)
Sets the value of the mimeType property.- Parameters:
value- allowed object isString- See Also:
getMimeType()
-
isSetMimeType
public boolean isSetMimeType()
-
getCreator
public String getCreator()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p671948_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p683709_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p708536_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The creator of the portfolio entry.</p>
- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString- See Also:
getCreator()
-
isSetCreator
public boolean isSetCreator()
-
-