Package com.scene7.ipsapi
Class Folder
- java.lang.Object
-
- com.scene7.ipsapi.Folder
-
public class Folder extends java.lang.ObjectJava 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/2022-11-01-beta}FolderArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Folder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetChildLastModified()Gets the value of the childLastModified property.java.lang.StringgetFolderHandle()Gets the value of the folderHandle property.javax.xml.datatype.XMLGregorianCalendargetLastModified()Gets the value of the lastModified property.java.lang.StringgetPath()Gets the value of the path property.java.lang.StringgetPermissionSetHandle()Gets the value of the permissionSetHandle property.FolderArraygetSubfolderArray()Gets the value of the subfolderArray property.java.lang.BooleanisHasSubfolders()Gets the value of the hasSubfolders property.voidsetChildLastModified(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the childLastModified property.voidsetFolderHandle(java.lang.String value)Sets the value of the folderHandle property.voidsetHasSubfolders(java.lang.Boolean value)Sets the value of the hasSubfolders property.voidsetLastModified(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastModified property.voidsetPath(java.lang.String value)Sets the value of the path property.voidsetPermissionSetHandle(java.lang.String value)Sets the value of the permissionSetHandle property.voidsetSubfolderArray(FolderArray value)Sets the value of the subfolderArray property.
-
-
-
Method Detail
-
getFolderHandle
public java.lang.String getFolderHandle()
Gets the value of the folderHandle property.- Returns:
- possible object is
String
-
setFolderHandle
public void setFolderHandle(java.lang.String value)
Sets the value of the folderHandle property.- Parameters:
value- allowed object isString
-
getPath
public java.lang.String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(java.lang.String value)
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getLastModified
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getChildLastModified
public javax.xml.datatype.XMLGregorianCalendar getChildLastModified()
Gets the value of the childLastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setChildLastModified
public void setChildLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the childLastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPermissionSetHandle
public java.lang.String getPermissionSetHandle()
Gets the value of the permissionSetHandle property.- Returns:
- possible object is
String
-
setPermissionSetHandle
public void setPermissionSetHandle(java.lang.String value)
Sets the value of the permissionSetHandle property.- Parameters:
value- allowed object isString
-
isHasSubfolders
public java.lang.Boolean isHasSubfolders()
Gets the value of the hasSubfolders property.- Returns:
- possible object is
Boolean
-
setHasSubfolders
public void setHasSubfolders(java.lang.Boolean value)
Sets the value of the hasSubfolders property.- Parameters:
value- allowed object isBoolean
-
getSubfolderArray
public FolderArray getSubfolderArray()
Gets the value of the subfolderArray property.- Returns:
- possible object is
FolderArray
-
setSubfolderArray
public void setSubfolderArray(FolderArray value)
Sets the value of the subfolderArray property.- Parameters:
value- allowed object isFolderArray
-
-