public class GetFolderParentResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="object" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisObjectType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CmisObjectType |
object |
Constructor and Description |
---|
GetFolderParentResponse() |
Modifier and Type | Method and Description |
---|---|
CmisObjectType |
getObject()
Gets the value of the object property.
|
void |
setObject(CmisObjectType value)
Sets the value of the object property.
|
protected CmisObjectType object
public CmisObjectType getObject()
CmisObjectType
public void setObject(CmisObjectType value)
value
- allowed object is
CmisObjectType
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.