public class

ClientVersionInfo

extends Object
java.lang.Object
   ↳ com.clarizen.api.ClientVersionInfo

Class Overview

Java class for ClientVersionInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ClientVersionInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CurrentVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Information" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MustUpgrade" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String currentVersion
protected String information
protected boolean mustUpgrade
protected String url
Public Constructors
ClientVersionInfo()
Public Methods
String getCurrentVersion()
Gets the value of the currentVersion property.
String getInformation()
Gets the value of the information property.
String getUrl()
Gets the value of the url property.
boolean isMustUpgrade()
Gets the value of the mustUpgrade property.
void setCurrentVersion(String value)
Sets the value of the currentVersion property.
void setInformation(String value)
Sets the value of the information property.
void setMustUpgrade(boolean value)
Sets the value of the mustUpgrade property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String currentVersion

protected String information

protected boolean mustUpgrade

protected String url

Public Constructors

public ClientVersionInfo ()

Public Methods

public String getCurrentVersion ()

Gets the value of the currentVersion property.

Returns
  • possible object is String

public String getInformation ()

Gets the value of the information property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public boolean isMustUpgrade ()

Gets the value of the mustUpgrade property.

public void setCurrentVersion (String value)

Sets the value of the currentVersion property.

Parameters
value Allowed object is String

public void setInformation (String value)

Sets the value of the information property.

Parameters
value Allowed object is String

public void setMustUpgrade (boolean value)

Sets the value of the mustUpgrade property.

Parameters
value

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String