Class MoveVDChildRequest
java.lang.Object
com.emc.d2fs.services.vdcontent_service.MoveVDChildRequest
- 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"/> <element ref="{http://www.emc.com/d2fs/models/attribute}attributes" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="srcParentId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tgtParentId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="moveId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="moveNum" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="toNum" use="required" 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 attributes property.Gets the value of the context property.Gets the value of the moveId property.Gets the value of the moveNum property.Gets the value of the srcParentId property.Gets the value of the tgtParentId property.getToNum()
Gets the value of the toNum property.void
setContext
(Context value) Sets the value of the context property.void
Sets the value of the moveId property.void
setMoveNum
(String value) Sets the value of the moveNum property.void
setSrcParentId
(String value) Sets the value of the srcParentId property.void
setTgtParentId
(String value) Sets the value of the tgtParentId property.void
Sets the value of the toNum property.
-
Constructor Details
-
MoveVDChildRequest
public MoveVDChildRequest()
-
-
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
-
getAttributes
Gets the value of the attributes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the attributes property.For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
-
getSrcParentId
Gets the value of the srcParentId property.- Returns:
- possible object is
String
-
setSrcParentId
Sets the value of the srcParentId property.- Parameters:
value
- allowed object isString
-
getTgtParentId
Gets the value of the tgtParentId property.- Returns:
- possible object is
String
-
setTgtParentId
Sets the value of the tgtParentId property.- Parameters:
value
- allowed object isString
-
getMoveId
Gets the value of the moveId property.- Returns:
- possible object is
String
-
setMoveId
Sets the value of the moveId property.- Parameters:
value
- allowed object isString
-
getMoveNum
Gets the value of the moveNum property.- Returns:
- possible object is
String
-
setMoveNum
Sets the value of the moveNum property.- Parameters:
value
- allowed object isString
-
getToNum
Gets the value of the toNum property.- Returns:
- possible object is
String
-
setToNum
Sets the value of the toNum property.- Parameters:
value
- allowed object isString
-