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

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.jaxb.GetPropertiesOfLatestVersionResponse

public class GetPropertiesOfLatestVersionResponse
extends java.lang.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="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPropertiesType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CmisPropertiesType properties
           
 
Constructor Summary
GetPropertiesOfLatestVersionResponse()
           
 
Method Summary
 CmisPropertiesType getProperties()
          Gets the value of the properties property.
 void setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected CmisPropertiesType properties
Constructor Detail

GetPropertiesOfLatestVersionResponse

public GetPropertiesOfLatestVersionResponse()
Method Detail

getProperties

public CmisPropertiesType getProperties()
Gets the value of the properties property.

Returns:
possible object is CmisPropertiesType

setProperties

public void setProperties(CmisPropertiesType value)
Sets the value of the properties property.

Parameters:
value - allowed object is CmisPropertiesType


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.