public class

Duration

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas._2003._10.serialization.Duration

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Duration value
Public Constructors
Duration()
Public Methods
Duration getValue()
Gets the value of the value property.
void setValue(Duration value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Duration value

Public Constructors

public Duration ()

Public Methods

public Duration getValue ()

Gets the value of the value property.

Returns
  • possible object is javax.xml.datatype.Duration

public void setValue (Duration value)

Sets the value of the value property.

Parameters
value Allowed object is javax.xml.datatype.Duration