public class Folder extends Object
Java class for Folder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Folder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="folderHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="childLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="permissionSetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hasSubfolders" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="subfolderArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}FolderArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Folder() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getChildLastModified()
Gets the value of the childLastModified property.
|
String |
getFolderHandle()
Gets the value of the folderHandle property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getPermissionSetHandle()
Gets the value of the permissionSetHandle property.
|
FolderArray |
getSubfolderArray()
Gets the value of the subfolderArray property.
|
Boolean |
isHasSubfolders()
Gets the value of the hasSubfolders property.
|
void |
setChildLastModified(XMLGregorianCalendar value)
Sets the value of the childLastModified property.
|
void |
setFolderHandle(String value)
Sets the value of the folderHandle property.
|
void |
setHasSubfolders(Boolean value)
Sets the value of the hasSubfolders property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPermissionSetHandle(String value)
Sets the value of the permissionSetHandle property.
|
void |
setSubfolderArray(FolderArray value)
Sets the value of the subfolderArray property.
|
public String getFolderHandle()
Stringpublic void setFolderHandle(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getChildLastModified()
XMLGregorianCalendarpublic void setChildLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getPermissionSetHandle()
Stringpublic void setPermissionSetHandle(String value)
value - allowed object is
Stringpublic Boolean isHasSubfolders()
Booleanpublic void setHasSubfolders(Boolean value)
value - allowed object is
Booleanpublic FolderArray getSubfolderArray()
FolderArraypublic void setSubfolderArray(FolderArray value)
value - allowed object is
FolderArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved