public class GetPropertiesOfLatestVersionResponse 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="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPropertiesType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CmisPropertiesType |
properties |
| Constructor and Description |
|---|
GetPropertiesOfLatestVersionResponse() |
| Modifier and Type | Method and Description |
|---|---|
CmisPropertiesType |
getProperties()
Gets the value of the properties property.
|
void |
setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
protected CmisPropertiesType properties
public GetPropertiesOfLatestVersionResponse()
public CmisPropertiesType getProperties()
CmisPropertiesTypepublic void setProperties(CmisPropertiesType value)
value - allowed object is
CmisPropertiesTypeCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.