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

      • creationDate

        protected String creationDate
      • modificationDate

        protected String modificationDate
    • Constructor Detail

      • FolderType

        public FolderType()
    • Method Detail

      • getId

        public int getId()
        Gets the value of the id property.
        Returns:
        possible object is Integer
      • setId

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

        public boolean isSetId()
      • unsetId

        public void unsetId()
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

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

        public boolean isSetName()
      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

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

        public boolean isSetPath()
      • getCreationDate

        public String getCreationDate()
        Gets the value of the creationDate property.
        Returns:
        possible object is String
      • setCreationDate

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

        public boolean isSetCreationDate()
      • getModificationDate

        public String getModificationDate()
        Gets the value of the modificationDate property.
        Returns:
        possible object is String
      • setModificationDate

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

        public boolean isSetModificationDate()