org.apache.chemistry.opencmis.commons.impl.jaxb
Class DeleteTreeResponse

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteTreeResponse

public class DeleteTreeResponse
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="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>
 


Nested Class Summary
static class DeleteTreeResponse.FailedToDelete
          Java class for anonymous complex type.
 
Field Summary
protected  DeleteTreeResponse.FailedToDelete failedToDelete
           
 
Constructor Summary
DeleteTreeResponse()
           
 
Method Summary
 DeleteTreeResponse.FailedToDelete getFailedToDelete()
          Gets the value of the failedToDelete property.
 void setFailedToDelete(DeleteTreeResponse.FailedToDelete value)
          Sets the value of the failedToDelete property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failedToDelete

protected DeleteTreeResponse.FailedToDelete failedToDelete
Constructor Detail

DeleteTreeResponse

public DeleteTreeResponse()
Method Detail

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.