Class FolderType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.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 Summary
Fields Modifier and Type Field Description protected StringcreationDateprotected Integeridprotected StringmodificationDateprotected Stringnameprotected Stringpath
-
Constructor Summary
Constructors Constructor Description FolderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreationDate()Gets the value of the creationDate property.intgetId()Gets the value of the id property.StringgetModificationDate()Gets the value of the modificationDate property.StringgetName()Gets the value of the name property.StringgetPath()Gets the value of the path property.booleanisSetCreationDate()booleanisSetId()booleanisSetModificationDate()booleanisSetName()booleanisSetPath()voidsetCreationDate(String value)Sets the value of the creationDate property.voidsetId(int value)Sets the value of the id property.voidsetModificationDate(String value)Sets the value of the modificationDate property.voidsetName(String value)Sets the value of the name property.voidsetPath(String value)Sets the value of the path property.voidunsetId()
-
-
-
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 isInteger
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
isSetModificationDate
public boolean isSetModificationDate()
-
-