Class GetMassUpdateInformationsRequest

java.lang.Object
com.emc.d2fs.services.d2_massupdate_service.GetMassUpdateInformationsRequest
All Implemented Interfaces:
Serializable

public class GetMassUpdateInformationsRequest 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"/>
       </sequence>
       <attribute ref="{http://www.emc.com/d2fs/models/common}id"/>
       <attribute name="configName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="deepFolder" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="virtualDescendant" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetMassUpdateInformationsRequest

      public GetMassUpdateInformationsRequest()
  • 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
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getConfigName

      public String getConfigName()
      Gets the value of the configName property.
      Returns:
      possible object is String
    • setConfigName

      public void setConfigName(String value)
      Sets the value of the configName property.
      Parameters:
      value - allowed object is String
    • isDeepFolder

      public Boolean isDeepFolder()
      Gets the value of the deepFolder property.
      Returns:
      possible object is Boolean
    • setDeepFolder

      public void setDeepFolder(Boolean value)
      Sets the value of the deepFolder property.
      Parameters:
      value - allowed object is Boolean
    • isVirtualDescendant

      public Boolean isVirtualDescendant()
      Gets the value of the virtualDescendant property.
      Returns:
      possible object is Boolean
    • setVirtualDescendant

      public void setVirtualDescendant(Boolean value)
      Sets the value of the virtualDescendant property.
      Parameters:
      value - allowed object is Boolean