| java.lang.Object | |
| ↳ | com.clarizen.api.ClientVersionInfo |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currentVersion | |||||||||||
| information | |||||||||||
| mustUpgrade | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currentVersion property.
| |||||||||||
Gets the value of the information property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Gets the value of the mustUpgrade property.
| |||||||||||
Sets the value of the currentVersion property.
| |||||||||||
Sets the value of the information property.
| |||||||||||
Sets the value of the mustUpgrade property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currentVersion property.
Gets the value of the information property.
Gets the value of the url property.
Gets the value of the mustUpgrade property.
Sets the value of the currentVersion property.
| value | Allowed object is String |
|---|
Sets the value of the information property.
| value | Allowed object is String |
|---|
Sets the value of the mustUpgrade property.
| value |
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|