public class GetDocumentByIdWithoutBlobResponse extends Object
Java class for getDocumentByIdWithoutBlobResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getDocumentByIdWithoutBlobResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}flagedDocumentSnapshot" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetDocumentByIdWithoutBlobResponse() |
| Modifier and Type | Method and Description |
|---|---|
FlagedDocumentSnapshot |
getReturn()
Gets the value of the return property.
|
void |
setReturn(FlagedDocumentSnapshot value)
Sets the value of the return property.
|
public FlagedDocumentSnapshot getReturn()
FlagedDocumentSnapshotpublic void setReturn(FlagedDocumentSnapshot value)
value - allowed object is
FlagedDocumentSnapshotCopyright © 2012 Nuxeo SA. All Rights Reserved.