Class GetDownloadLocationsResponse

java.lang.Object
com.emc.d2fs.services.x3config_service.GetDownloadLocationsResponse
All Implemented Interfaces:
Serializable

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

    • GetDownloadLocationsResponse

      public GetDownloadLocationsResponse()
  • Method Details

    • getLocationView

      public String getLocationView()
      Gets the value of the locationView property.
      Returns:
      possible object is String
    • setLocationView

      public void setLocationView(String value)
      Sets the value of the locationView property.
      Parameters:
      value - allowed object is String
    • getLocationCheckout

      public String getLocationCheckout()
      Gets the value of the locationCheckout property.
      Returns:
      possible object is String
    • setLocationCheckout

      public void setLocationCheckout(String value)
      Sets the value of the locationCheckout property.
      Parameters:
      value - allowed object is String