public class Folder
extends java.lang.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/2017-10-29-beta}FolderArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Folder() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getChildLastModified()
Gets the value of the childLastModified property.
|
java.lang.String |
getFolderHandle()
Gets the value of the folderHandle property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
java.lang.String |
getPermissionSetHandle()
Gets the value of the permissionSetHandle property.
|
FolderArray |
getSubfolderArray()
Gets the value of the subfolderArray property.
|
java.lang.Boolean |
isHasSubfolders()
Gets the value of the hasSubfolders property.
|
void |
setChildLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the childLastModified property.
|
void |
setFolderHandle(java.lang.String value)
Sets the value of the folderHandle property.
|
void |
setHasSubfolders(java.lang.Boolean value)
Sets the value of the hasSubfolders property.
|
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setPermissionSetHandle(java.lang.String value)
Sets the value of the permissionSetHandle property.
|
void |
setSubfolderArray(FolderArray value)
Sets the value of the subfolderArray property.
|
public java.lang.String getFolderHandle()
String
public void setFolderHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPath()
String
public void setPath(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendar
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getChildLastModified()
XMLGregorianCalendar
public void setChildLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getPermissionSetHandle()
String
public void setPermissionSetHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isHasSubfolders()
Boolean
public void setHasSubfolders(java.lang.Boolean value)
value
- allowed object is
Boolean
public FolderArray getSubfolderArray()
FolderArray
public void setSubfolderArray(FolderArray value)
value
- allowed object is
FolderArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"