| java.lang.Object | |
| ↳ | com.clarizen.api.Duration |
Java class for Duration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Duration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DurationType" type="{http://clarizen.com/api}DurationType" minOccurs="0"/>
<element name="Unit" type="{http://clarizen.com/api}DurationUnit"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| durationType | |||||||||||
| unit | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the durationType property.
| |||||||||||
Gets the value of the unit property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the durationType property.
| |||||||||||
Sets the value of the unit property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the durationType property.
DurationType
Gets the value of the unit property.
DurationUnit
Gets the value of the value property.
Sets the value of the durationType property.
| value | Allowed object is
DurationType
|
|---|
Sets the value of the unit property.
| value | Allowed object is
DurationUnit
|
|---|
Sets the value of the value property.
| value |
|---|