public class

GetWidgetUrlMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.GetWidgetUrlMessage

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar expirationDate
protected WidgetFormat format
protected EntityId id
protected Boolean registered
Public Constructors
GetWidgetUrlMessage()
Public Methods
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
WidgetFormat getFormat()
Gets the value of the format property.
EntityId getId()
Gets the value of the id property.
Boolean isRegistered()
Gets the value of the registered property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setFormat(WidgetFormat value)
Sets the value of the format property.
void setId(EntityId value)
Sets the value of the id property.
void setRegistered(Boolean value)
Sets the value of the registered property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar expirationDate

protected WidgetFormat format

protected EntityId id

protected Boolean registered

Public Constructors

public GetWidgetUrlMessage ()

Public Methods

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public WidgetFormat getFormat ()

Gets the value of the format property.

Returns

public EntityId getId ()

Gets the value of the id property.

Returns

public Boolean isRegistered ()

Gets the value of the registered property.

Returns
  • possible object is Boolean

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFormat (WidgetFormat value)

Sets the value of the format property.

Parameters
value Allowed object is WidgetFormat

public void setId (EntityId value)

Sets the value of the id property.

Parameters
value Allowed object is EntityId

public void setRegistered (Boolean value)

Sets the value of the registered property.

Parameters
value Allowed object is Boolean