org.apache.chemistry.opencmis.commons.impl.jaxb
Class DeleteTreeResponse
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteTreeResponse
public class DeleteTreeResponse
- extends java.lang.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="failedToDelete">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="objectIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
failedToDelete
protected DeleteTreeResponse.FailedToDelete failedToDelete
DeleteTreeResponse
public DeleteTreeResponse()
getFailedToDelete
public DeleteTreeResponse.FailedToDelete getFailedToDelete()
- Gets the value of the failedToDelete property.
- Returns:
- possible object is
DeleteTreeResponse.FailedToDelete
setFailedToDelete
public void setFailedToDelete(DeleteTreeResponse.FailedToDelete value)
- Sets the value of the failedToDelete property.
- Parameters:
value
- allowed object is
DeleteTreeResponse.FailedToDelete
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.