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 StringcreationDate<?protected Integerid<?protected StringmodificationDate<?protected Stringname<?protected Stringpath<?
-
Constructor Summary
Constructors Constructor Description FolderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreationDate()<?intgetId()<?StringgetModificationDate()<?StringgetName()<?StringgetPath()<?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()
-
-
-
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>
-
-
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.
-
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.
-
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.
-
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 isString- 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 isString- See Also:
getModificationDate()
-
isSetModificationDate
public boolean isSetModificationDate()
-
-