org.xcmis.messaging
Class GetRepositoryInfoResponse
java.lang.Object
org.xcmis.messaging.GetRepositoryInfoResponse
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repositoryInfo
protected CmisRepositoryInfoType repositoryInfo
GetRepositoryInfoResponse
public GetRepositoryInfoResponse()
getRepositoryInfo
public CmisRepositoryInfoType getRepositoryInfo()
- Gets the value of the repositoryInfo property.
- Returns:
- possible object is
CmisRepositoryInfoType
setRepositoryInfo
public void setRepositoryInfo(CmisRepositoryInfoType value)
- Sets the value of the repositoryInfo property.
- Parameters:
value - allowed object is
CmisRepositoryInfoType
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.