public class FolderType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
creationDate |
protected Integer |
id |
protected String |
modificationDate |
protected String |
name |
protected String |
path |
| Constructor and Description |
|---|
FolderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationDate()
Gets the value of the creationDate property.
|
int |
getId()
Gets the value of the id property.
|
String |
getModificationDate()
Gets the value of the modificationDate property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPath()
Gets the value of the path property.
|
boolean |
isSetCreationDate() |
boolean |
isSetId() |
boolean |
isSetModificationDate() |
boolean |
isSetName() |
boolean |
isSetPath() |
void |
setCreationDate(String value)
Sets the value of the creationDate property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setModificationDate(String value)
Sets the value of the modificationDate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
unsetId() |
protected Integer id
protected String name
protected String path
protected String creationDate
protected String modificationDate
public int getId()
Integerpublic void setId(int value)
value - allowed object is
Integerpublic boolean isSetId()
public void unsetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public String getCreationDate()
Stringpublic void setCreationDate(String value)
value - allowed object is
Stringpublic boolean isSetCreationDate()
public String getModificationDate()
Stringpublic void setModificationDate(String value)
value - allowed object is
Stringpublic boolean isSetModificationDate()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.