Class TestExistsResponse

java.lang.Object
com.emc.d2fs.services.d2_archive_service.TestExistsResponse
All Implemented Interfaces:
Serializable

public class TestExistsResponse 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">
       <attribute name="exists" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • TestExistsResponse

      public TestExistsResponse()
  • Method Details

    • isExists

      public Boolean isExists()
      Gets the value of the exists property.
      Returns:
      possible object is Boolean
    • setExists

      public void setExists(Boolean value)
      Sets the value of the exists property.
      Parameters:
      value - allowed object is Boolean