public class RecoverCommandType extends Object
Java class for recoverCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="recoverCommandType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Range"/>
         <element ref="{}Heading"/>
         <element ref="{}TimeOut" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected HeadingElementType | heading | 
| protected String | id | 
| protected ScalarElementType | range | 
| protected PositiveScalarElementType | timeOut | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| RecoverCommandType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| HeadingElementType | getHeading()Gets the value of the heading property. | 
| String | getId()Gets the value of the id property. | 
| ScalarElementType | getRange()Gets the value of the range property. | 
| PositiveScalarElementType | getTimeOut()Gets the value of the timeOut property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setHeading(HeadingElementType value)Sets the value of the heading property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setRange(ScalarElementType value)Sets the value of the range property. | 
| void | setTimeOut(PositiveScalarElementType value)Sets the value of the timeOut property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected ScalarElementType range
protected HeadingElementType heading
protected PositiveScalarElementType timeOut
protected Double timeStamp
protected String description
protected String id
public ScalarElementType getRange()
ScalarElementTypepublic void setRange(ScalarElementType value)
value - allowed object is
     ScalarElementTypepublic HeadingElementType getHeading()
HeadingElementTypepublic void setHeading(HeadingElementType value)
value - allowed object is
     HeadingElementTypepublic PositiveScalarElementType getTimeOut()
PositiveScalarElementTypepublic void setTimeOut(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String