public class NewReturnDocumentRevision extends Object
Java class for new_return_document_revision complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="new_return_document_revision">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="document_revision" type="{http://www.sugarcrm.com/sugarcrm}document_revision"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentRevision |
documentRevision |
| Constructor and Description |
|---|
NewReturnDocumentRevision() |
| Modifier and Type | Method and Description |
|---|---|
DocumentRevision |
getDocumentRevision()
Gets the value of the documentRevision property.
|
void |
setDocumentRevision(DocumentRevision value)
Sets the value of the documentRevision property.
|
protected DocumentRevision documentRevision
public DocumentRevision getDocumentRevision()
DocumentRevisionpublic void setDocumentRevision(DocumentRevision value)
value - allowed object is
DocumentRevisionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.