Class X3Widget
- All Implemented Interfaces:
Serializable
Java class for x3_widget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x3_widget"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="widgetChannels" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="widgetParameters" type="{http://www.emc.com/d2fs/models/x3_widget}widgetParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="widgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetLabel" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetDescription" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetPreviewData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> <attribute name="widgetPreviewDataString" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetPreviewMime" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetIsOAJ" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="widgetIsUnloadProtect" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="widgetToolbar" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetShowToolbar" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the widgetChannels property.Gets the value of the widgetDescription property.Gets the value of the widgetId property.Gets the value of the widgetLabel property.Gets the value of the widgetParameters property.byte[]
Gets the value of the widgetPreviewData property.Gets the value of the widgetPreviewDataString property.Gets the value of the widgetPreviewMime property.Gets the value of the widgetToolbar property.Gets the value of the widgetType property.Gets the value of the widgetUrl property.Gets the value of the widgetIsOAJ property.Gets the value of the widgetIsUnloadProtect property.Gets the value of the widgetShowToolbar property.void
setWidgetDescription
(String value) Sets the value of the widgetDescription property.void
setWidgetId
(String value) Sets the value of the widgetId property.void
setWidgetIsOAJ
(Boolean value) Sets the value of the widgetIsOAJ property.void
setWidgetIsUnloadProtect
(Boolean value) Sets the value of the widgetIsUnloadProtect property.void
setWidgetLabel
(String value) Sets the value of the widgetLabel property.void
setWidgetPreviewData
(byte[] value) Sets the value of the widgetPreviewData property.void
setWidgetPreviewDataString
(String value) Sets the value of the widgetPreviewDataString property.void
setWidgetPreviewMime
(String value) Sets the value of the widgetPreviewMime property.void
setWidgetShowToolbar
(Boolean value) Sets the value of the widgetShowToolbar property.void
setWidgetToolbar
(String value) Sets the value of the widgetToolbar property.void
setWidgetType
(String value) Sets the value of the widgetType property.void
setWidgetUrl
(String value) Sets the value of the widgetUrl property.
-
Constructor Details
-
X3Widget
public X3Widget()
-
-
Method Details
-
getWidgetChannels
Gets the value of the widgetChannels property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the widgetChannels property.For example, to add a new item, do as follows:
getWidgetChannels().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getWidgetParameters
Gets the value of the widgetParameters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the widgetParameters property.For example, to add a new item, do as follows:
getWidgetParameters().add(newItem);
Objects of the following type(s) are allowed in the list
WidgetParameter
-
getWidgetId
Gets the value of the widgetId property.- Returns:
- possible object is
String
-
setWidgetId
Sets the value of the widgetId property.- Parameters:
value
- allowed object isString
-
getWidgetType
Gets the value of the widgetType property.- Returns:
- possible object is
String
-
setWidgetType
Sets the value of the widgetType property.- Parameters:
value
- allowed object isString
-
getWidgetLabel
Gets the value of the widgetLabel property.- Returns:
- possible object is
String
-
setWidgetLabel
Sets the value of the widgetLabel property.- Parameters:
value
- allowed object isString
-
getWidgetDescription
Gets the value of the widgetDescription property.- Returns:
- possible object is
String
-
setWidgetDescription
Sets the value of the widgetDescription property.- Parameters:
value
- allowed object isString
-
getWidgetPreviewData
public byte[] getWidgetPreviewData()Gets the value of the widgetPreviewData property.- Returns:
- possible object is byte[]
-
setWidgetPreviewData
public void setWidgetPreviewData(byte[] value) Sets the value of the widgetPreviewData property.- Parameters:
value
- allowed object is byte[]
-
getWidgetPreviewDataString
Gets the value of the widgetPreviewDataString property.- Returns:
- possible object is
String
-
setWidgetPreviewDataString
Sets the value of the widgetPreviewDataString property.- Parameters:
value
- allowed object isString
-
getWidgetPreviewMime
Gets the value of the widgetPreviewMime property.- Returns:
- possible object is
String
-
setWidgetPreviewMime
Sets the value of the widgetPreviewMime property.- Parameters:
value
- allowed object isString
-
getWidgetUrl
Gets the value of the widgetUrl property.- Returns:
- possible object is
String
-
setWidgetUrl
Sets the value of the widgetUrl property.- Parameters:
value
- allowed object isString
-
isWidgetIsOAJ
Gets the value of the widgetIsOAJ property.- Returns:
- possible object is
Boolean
-
setWidgetIsOAJ
Sets the value of the widgetIsOAJ property.- Parameters:
value
- allowed object isBoolean
-
isWidgetIsUnloadProtect
Gets the value of the widgetIsUnloadProtect property.- Returns:
- possible object is
Boolean
-
setWidgetIsUnloadProtect
Sets the value of the widgetIsUnloadProtect property.- Parameters:
value
- allowed object isBoolean
-
getWidgetToolbar
Gets the value of the widgetToolbar property.- Returns:
- possible object is
String
-
setWidgetToolbar
Sets the value of the widgetToolbar property.- Parameters:
value
- allowed object isString
-
isWidgetShowToolbar
Gets the value of the widgetShowToolbar property.- Returns:
- possible object is
Boolean
-
setWidgetShowToolbar
Sets the value of the widgetShowToolbar property.- Parameters:
value
- allowed object isBoolean
-