Class X3ContentAssist
java.lang.Object
com.emc.d2fs.models.x3_content_assist.X3ContentAssist
- All Implemented Interfaces:
Serializable
Java class for x3_content_assist complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x3_content_assist"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="browse" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="search" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="recent" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="favorite" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Gets the value of the label property.isBrowse()
Gets the value of the browse property.Gets the value of the favorite property.isRecent()
Gets the value of the recent property.isSearch()
Gets the value of the search property.void
Sets the value of the browse property.void
setFavorite
(Boolean value) Sets the value of the favorite property.void
Sets the value of the label property.void
Sets the value of the recent property.void
Sets the value of the search property.
-
Constructor Details
-
X3ContentAssist
public X3ContentAssist()
-
-
Method Details
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
isBrowse
Gets the value of the browse property.- Returns:
- possible object is
Boolean
-
setBrowse
Sets the value of the browse property.- Parameters:
value
- allowed object isBoolean
-
isSearch
Gets the value of the search property.- Returns:
- possible object is
Boolean
-
setSearch
Sets the value of the search property.- Parameters:
value
- allowed object isBoolean
-
isRecent
Gets the value of the recent property.- Returns:
- possible object is
Boolean
-
setRecent
Sets the value of the recent property.- Parameters:
value
- allowed object isBoolean
-
isFavorite
Gets the value of the favorite property.- Returns:
- possible object is
Boolean
-
setFavorite
Sets the value of the favorite property.- Parameters:
value
- allowed object isBoolean
-