public class GetChildrenResponse extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="objects" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisObjectInFolderListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CmisObjectInFolderListType |
objects |
| Constructor and Description |
|---|
GetChildrenResponse() |
| Modifier and Type | Method and Description |
|---|---|
CmisObjectInFolderListType |
getObjects()
Ruft den Wert der objects-Eigenschaft ab.
|
void |
setObjects(CmisObjectInFolderListType value)
Legt den Wert der objects-Eigenschaft fest.
|
protected CmisObjectInFolderListType objects
public CmisObjectInFolderListType getObjects()
CmisObjectInFolderListTypepublic void setObjects(CmisObjectInFolderListType value)
value - allowed object is
CmisObjectInFolderListTypeCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.