Class FolderType


  • public class FolderType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a folder for a PDF collection (portfolio).</p>
     

    Java class for FolderType complex type

    .

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

    
     <complexType name="FolderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="modificationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected Integer id
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The numeric folder ID of the portfolio folder.</p>
         
      • name

        protected String name
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The name of the folder.</p>
         
      • path

        protected String path
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The path the folder is positioned at.</p>
         
      • creationDate

        protected String creationDate
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The date of the folder's creation.</p>
         
      • modificationDate

        protected String modificationDate
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The date of the last modification of the folder.</p>
         
    • Constructor Detail

      • FolderType

        public FolderType()
    • Method Detail

      • getId

        public int getId()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The numeric folder ID of the portfolio folder.</p>
         
        Returns:
        possible object is Integer
      • setId

        public void setId​(int value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getId()
      • isSetId

        public boolean isSetId()
      • unsetId

        public void unsetId()
      • getName

        public String getName()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The name of the folder.</p>
         
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
        See Also:
        getName()
      • isSetName

        public boolean isSetName()
      • getPath

        public String getPath()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The path the folder is positioned at.</p>
         
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String
        See Also:
        getPath()
      • isSetPath

        public boolean isSetPath()
      • getCreationDate

        public String getCreationDate()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The date of the folder's creation.</p>
         
        Returns:
        possible object is String
      • setCreationDate

        public void setCreationDate​(String value)
        Sets the value of the creationDate property.
        Parameters:
        value - allowed object is String
        See Also:
        getCreationDate()
      • isSetCreationDate

        public boolean isSetCreationDate()
      • getModificationDate

        public String getModificationDate()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The date of the last modification of the folder.</p>
         
        Returns:
        possible object is String
      • setModificationDate

        public void setModificationDate​(String value)
        Sets the value of the modificationDate property.
        Parameters:
        value - allowed object is String
        See Also:
        getModificationDate()
      • isSetModificationDate

        public boolean isSetModificationDate()