public class GetPropertiesResponse 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 |
---|
GetPropertiesResponse() |
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 CmisPropertiesType getProperties()
CmisPropertiesType
public void setProperties(CmisPropertiesType value)
value
- allowed object is
CmisPropertiesType
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.