Class SetDownloadLocationsRequest
java.lang.Object
com.emc.d2fs.services.x3config_service.SetDownloadLocationsRequest
- All Implemented Interfaces:
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/context}context"/> </sequence> <attribute name="machineName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the locationCheckout property.Gets the value of the locationView property.Gets the value of the machineName property.void
setContext
(Context value) Sets the value of the context property.void
setLocationCheckout
(String value) Sets the value of the locationCheckout property.void
setLocationView
(String value) Sets the value of the locationView property.void
setMachineName
(String value) Sets the value of the machineName property.
-
Constructor Details
-
SetDownloadLocationsRequest
public SetDownloadLocationsRequest()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
Context
-
setContext
Sets the value of the context property.- Parameters:
value
- allowed object isContext
-
getMachineName
Gets the value of the machineName property.- Returns:
- possible object is
String
-
setMachineName
Sets the value of the machineName property.- Parameters:
value
- allowed object isString
-
getLocationView
Gets the value of the locationView property.- Returns:
- possible object is
String
-
setLocationView
Sets the value of the locationView property.- Parameters:
value
- allowed object isString
-
getLocationCheckout
Gets the value of the locationCheckout property.- Returns:
- possible object is
String
-
setLocationCheckout
Sets the value of the locationCheckout property.- Parameters:
value
- allowed object isString
-