public class GetObjectOfLatestVersionResponse 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 |
|---|
GetObjectOfLatestVersionResponse() |
| 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()
CmisObjectTypepublic void setObject(CmisObjectType value)
value - allowed object is
CmisObjectTypeCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.