org.apache.chemistry.opencmis.commons.impl.jaxb
Class GetRepositoryInfoResponse

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.jaxb.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>
 


Field Summary
protected  CmisRepositoryInfoType repositoryInfo
           
 
Constructor Summary
GetRepositoryInfoResponse()
           
 
Method Summary
 CmisRepositoryInfoType getRepositoryInfo()
          Gets the value of the repositoryInfo property.
 void setRepositoryInfo(CmisRepositoryInfoType value)
          Sets the value of the repositoryInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryInfo

protected CmisRepositoryInfoType repositoryInfo
Constructor Detail

GetRepositoryInfoResponse

public GetRepositoryInfoResponse()
Method Detail

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 © 2009-2011 The Apache Software Foundation. All Rights Reserved.