Class GetContentAssistResponse
java.lang.Object
com.emc.d2fs.services.x3config_service.GetContentAssistResponse
- 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/x3_content_assist}x3_content_assist" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the x3ContentAssist property.void
Sets the value of the x3ContentAssist property.
-
Constructor Details
-
GetContentAssistResponse
public GetContentAssistResponse()
-
-
Method Details
-
getX3ContentAssist
Gets the value of the x3ContentAssist property.- Returns:
- possible object is
X3ContentAssist
-
setX3ContentAssist
Sets the value of the x3ContentAssist property.- Parameters:
value
- allowed object isX3ContentAssist
-