public class OperatingLimitsElementType extends Object
Java class for operatingLimitsElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="operatingLimitsElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{}CommonAttributes"/>
       <attribute name="maxSpeed" use="required" type="{}positiveScalarType" />
       <attribute name="maxAltitude" type="{}positiveScalarType" />
       <attribute name="maxDepth" type="{}positiveScalarType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected String | id | 
| protected Double | maxAltitude | 
| protected Double | maxDepth | 
| protected double | maxSpeed | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| OperatingLimitsElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| Double | getMaxAltitude()Gets the value of the maxAltitude property. | 
| Double | getMaxDepth()Gets the value of the maxDepth property. | 
| double | getMaxSpeed()Gets the value of the maxSpeed property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setMaxAltitude(Double value)Sets the value of the maxAltitude property. | 
| void | setMaxDepth(Double value)Sets the value of the maxDepth property. | 
| void | setMaxSpeed(double value)Sets the value of the maxSpeed property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected double maxSpeed
protected Double maxAltitude
protected Double maxDepth
protected Double timeStamp
protected String description
protected String id
public double getMaxSpeed()
public void setMaxSpeed(double value)
public Double getMaxAltitude()
Doublepublic void setMaxAltitude(Double value)
value - allowed object is
     Doublepublic Double getMaxDepth()
Doublepublic void setMaxDepth(Double value)
value - allowed object is
     Doublepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String