Class MoveVDChildRequest

java.lang.Object
com.emc.d2fs.services.vdcontent_service.MoveVDChildRequest
All Implemented Interfaces:
Serializable

public class MoveVDChildRequest 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 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 Details

    • MoveVDChildRequest

      public MoveVDChildRequest()
  • Method Details

    • getContext

      public Context getContext()
      Gets the value of the context property.
      Returns:
      possible object is Context
    • setContext

      public void setContext(Context value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is Context
    • getAttributes

      public List<Attribute> 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

      public String getSrcParentId()
      Gets the value of the srcParentId property.
      Returns:
      possible object is String
    • setSrcParentId

      public void setSrcParentId(String value)
      Sets the value of the srcParentId property.
      Parameters:
      value - allowed object is String
    • getTgtParentId

      public String getTgtParentId()
      Gets the value of the tgtParentId property.
      Returns:
      possible object is String
    • setTgtParentId

      public void setTgtParentId(String value)
      Sets the value of the tgtParentId property.
      Parameters:
      value - allowed object is String
    • getMoveId

      public String getMoveId()
      Gets the value of the moveId property.
      Returns:
      possible object is String
    • setMoveId

      public void setMoveId(String value)
      Sets the value of the moveId property.
      Parameters:
      value - allowed object is String
    • getMoveNum

      public String getMoveNum()
      Gets the value of the moveNum property.
      Returns:
      possible object is String
    • setMoveNum

      public void setMoveNum(String value)
      Sets the value of the moveNum property.
      Parameters:
      value - allowed object is String
    • getToNum

      public String getToNum()
      Gets the value of the toNum property.
      Returns:
      possible object is String
    • setToNum

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