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 and Description |
---|
DocumentSnapshot() |
Modifier and Type | Method and Description |
---|---|
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.
|
public List<WsACE> getAcl()
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
public List<DocumentBlob> getBlobProperties()
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
public List<DocumentProperty> getNoBlobProperties()
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
public String getPathAsString()
String
Copyright © 2013 Nuxeo SA. All Rights Reserved.