Class GetContentAssistResponse

java.lang.Object
com.emc.d2fs.services.x3config_service.GetContentAssistResponse
All Implemented Interfaces:
Serializable

public class GetContentAssistResponse 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/x3_content_assist}x3_content_assist" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetContentAssistResponse

      public GetContentAssistResponse()
  • Method Details

    • getX3ContentAssist

      public X3ContentAssist getX3ContentAssist()
      Gets the value of the x3ContentAssist property.
      Returns:
      possible object is X3ContentAssist
    • setX3ContentAssist

      public void setX3ContentAssist(X3ContentAssist value)
      Sets the value of the x3ContentAssist property.
      Parameters:
      value - allowed object is X3ContentAssist