Class PortfolioAddType


  • public class PortfolioAddType
    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">Adds a document to the portfolio.</p>
     

    Java class for PortfolioAddType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PortfolioAddType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <element name="file" type="{http://schema.webpdf.de/1.0/operation}PortfolioFileType"/>
             <element name="folder" type="{http://schema.webpdf.de/1.0/operation}PortfolioFolderType"/>
           </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>
     
    • Constructor Detail

      • PortfolioAddType

        public PortfolioAddType()
    • Method Detail

      • getFile

        public List<PortfolioFileType> getFile()
        Gets the value of the file 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 Jakarta XML Binding object. This is why there is not a set method for the file property.

        For example, to add a new item, do as follows:

            getFile().add(newItem);
         

        Objects of the following type(s) are allowed in the list PortfolioFileType

        Returns:
        The value of the file property.
      • getFolder

        public List<PortfolioFolderType> getFolder()
        Gets the value of the folder 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 Jakarta XML Binding object. This is why there is not a set method for the folder property.

        For example, to add a new item, do as follows:

            getFolder().add(newItem);
         

        Objects of the following type(s) are allowed in the list PortfolioFolderType

        Returns:
        The value of the folder property.
      • getInitialDocumentPath

        public String getInitialDocumentPath()
        Gets the value of the initialDocumentPath property.
        Returns:
        possible object is String
      • setInitialDocumentPath

        public void setInitialDocumentPath​(String value)
        Sets the value of the initialDocumentPath property.
        Parameters:
        value - allowed object is String
      • isSetInitialDocumentPath

        public boolean isSetInitialDocumentPath()
      • getInitialFileName

        public String getInitialFileName()
        Gets the value of the initialFileName property.
        Returns:
        possible object is String
      • setInitialFileName

        public void setInitialFileName​(String value)
        Sets the value of the initialFileName property.
        Parameters:
        value - allowed object is String
      • isSetInitialFileName

        public boolean isSetInitialFileName()