Class GetOptionsResponse

java.lang.Object
com.emc.d2fs.services.dialog_service.GetOptionsResponse
All Implemented Interfaces:
Serializable

public class GetOptionsResponse 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 name="dialog" type="{http://www.emc.com/d2fs/models/dialog}dialog"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetOptionsResponse

      public GetOptionsResponse()
  • Method Details

    • getDialog

      public Dialog getDialog()
      Gets the value of the dialog property.
      Returns:
      possible object is Dialog
    • setDialog

      public void setDialog(Dialog value)
      Sets the value of the dialog property.
      Parameters:
      value - allowed object is Dialog