Class GetCheckoutCountResponse

java.lang.Object
com.emc.d2fs.services.checkout_service.GetCheckoutCountResponse
All Implemented Interfaces:
Serializable

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

    • GetCheckoutCountResponse

      public GetCheckoutCountResponse()
  • Method Details

    • getCount

      public int getCount()
      Gets the value of the count property.
    • setCount

      public void setCount(int value)
      Sets the value of the count property.