Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.sync.webservices.generated
Class DocumentSnapshot

java.lang.Object
  extended by org.nuxeo.ecm.platform.sync.webservices.generated.DocumentSnapshot
Direct Known Subclasses:
FlagedDocumentSnapshot

public class DocumentSnapshot
extends Object

Java class for documentSnapshot complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="documentSnapshot">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="acl" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}wsACE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="blobProperties" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}documentBlob" maxOccurs="unbounded" minOccurs="0"/>
         <element name="noBlobProperties" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}documentProperty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="pathAsString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DocumentSnapshot()
           
 
Method Summary
 List<WsACE> getAcl()
          Gets the value of the acl property.
 List<DocumentBlob> getBlobProperties()
          Gets the value of the blobProperties property.
 List<DocumentProperty> getNoBlobProperties()
          Gets the value of the noBlobProperties property.
 String getPathAsString()
          Gets the value of the pathAsString property.
 void setPathAsString(String value)
          Sets the value of the pathAsString property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSnapshot

public DocumentSnapshot()
Method Detail

getAcl

public List<WsACE> getAcl()
Gets the value of the acl property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the acl property.

For example, to add a new item, do as follows:

    getAcl().add(newItem);
 

Objects of the following type(s) are allowed in the list WsACE


getBlobProperties

public List<DocumentBlob> getBlobProperties()
Gets the value of the blobProperties property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the blobProperties property.

For example, to add a new item, do as follows:

    getBlobProperties().add(newItem);
 

Objects of the following type(s) are allowed in the list DocumentBlob


getNoBlobProperties

public List<DocumentProperty> getNoBlobProperties()
Gets the value of the noBlobProperties property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the noBlobProperties property.

For example, to add a new item, do as follows:

    getNoBlobProperties().add(newItem);
 

Objects of the following type(s) are allowed in the list DocumentProperty


getPathAsString

public String getPathAsString()
Gets the value of the pathAsString property.

Returns:
possible object is String

setPathAsString

public void setPathAsString(String value)
Sets the value of the pathAsString property.

Parameters:
value - allowed object is String

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.