Class DestroyAllResponse

java.lang.Object
com.emc.d2fs.services.destroy_service.DestroyAllResponse
All Implemented Interfaces:
Serializable

public class DestroyAllResponse extends Object implements Serializable

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 ref="{http://www.emc.com/d2fs/models/destroyresult}destroyresult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • DestroyAllResponse

      public DestroyAllResponse()
  • Method Details

    • getDestroyresult

      public Destroyresult getDestroyresult()
      Gets the value of the destroyresult property.
      Returns:
      possible object is Destroyresult
    • setDestroyresult

      public void setDestroyresult(Destroyresult value)
      Sets the value of the destroyresult property.
      Parameters:
      value - allowed object is Destroyresult