| java.lang.Object | |
| ↳ | com.microsoft.schemas._2003._10.serialization.Duration |
Java class for duration simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="duration">
<restriction base="{http://www.w3.org/2001/XMLSchema}duration">
<pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
<minInclusive value="-P10675199DT2H48M5.4775808S"/>
<maxInclusive value="P10675199DT2H48M5.4775807S"/>
</restriction>
</simpleType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
Sets the value of the value property.
| value | Allowed object is javax.xml.datatype.Duration |
|---|