| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.GetWidgetUrlMessage | |
Java class for GetWidgetUrlMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetWidgetUrlMessage">
<complexContent>
<extension base="{http://clarizen.com/api}BaseMessage">
<sequence>
<element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Format" type="{http://clarizen.com/api}WidgetFormat" minOccurs="0"/>
<element name="Id" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
<element name="Registered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expirationDate | |||||||||||
| format | |||||||||||
| id | |||||||||||
| registered | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the format property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the registered property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the format property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the registered property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the expirationDate property.
Gets the value of the format property.
WidgetFormat
Gets the value of the registered property.
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the format property.
| value | Allowed object is
WidgetFormat
|
|---|
Sets the value of the id property.
| value | Allowed object is
EntityId
|
|---|
Sets the value of the registered property.
| value | Allowed object is Boolean |
|---|