public class GetRepositoryInfoResponse 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="repositoryInfo" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisRepositoryInfoType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CmisRepositoryInfoType |
repositoryInfo |
| Constructor and Description |
|---|
GetRepositoryInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
CmisRepositoryInfoType |
getRepositoryInfo()
Ruft den Wert der repositoryInfo-Eigenschaft ab.
|
void |
setRepositoryInfo(CmisRepositoryInfoType value)
Legt den Wert der repositoryInfo-Eigenschaft fest.
|
protected CmisRepositoryInfoType repositoryInfo
public CmisRepositoryInfoType getRepositoryInfo()
CmisRepositoryInfoTypepublic void setRepositoryInfo(CmisRepositoryInfoType value)
value - allowed object is
CmisRepositoryInfoTypeCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.