public class BulkUpdatePropertiesResponse extends 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="objectIdAndChangeToken" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisObjectIdAndChangeTokenType"/>
<element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.bind.JAXBElement<CmisExtensionType> |
extension |
protected CmisObjectIdAndChangeTokenType |
objectIdAndChangeToken |
| Constructor and Description |
|---|
BulkUpdatePropertiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<CmisExtensionType> |
getExtension()
Gets the value of the extension property.
|
CmisObjectIdAndChangeTokenType |
getObjectIdAndChangeToken()
Gets the value of the objectIdAndChangeToken property.
|
void |
setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
setObjectIdAndChangeToken(CmisObjectIdAndChangeTokenType value)
Sets the value of the objectIdAndChangeToken property.
|
protected CmisObjectIdAndChangeTokenType objectIdAndChangeToken
protected javax.xml.bind.JAXBElement<CmisExtensionType> extension
public CmisObjectIdAndChangeTokenType getObjectIdAndChangeToken()
CmisObjectIdAndChangeTokenTypepublic void setObjectIdAndChangeToken(CmisObjectIdAndChangeTokenType value)
value - allowed object is
CmisObjectIdAndChangeTokenTypepublic javax.xml.bind.JAXBElement<CmisExtensionType> getExtension()
JAXBElement<CmisExtensionType>public void setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
value - allowed object is
JAXBElement<CmisExtensionType>Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.