public class GetRepositoryInfoResponse 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="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()
Gets the value of the repositoryInfo property.
|
void |
setRepositoryInfo(CmisRepositoryInfoType value)
Sets the value of the repositoryInfo property.
|
protected CmisRepositoryInfoType repositoryInfo
public CmisRepositoryInfoType getRepositoryInfo()
CmisRepositoryInfoType
public void setRepositoryInfo(CmisRepositoryInfoType value)
value
- allowed object is
CmisRepositoryInfoType
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.