public class UuvHardwareType extends Object
Java class for UuvHardwareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvHardwareType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="bodyThrusters" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="gliderControl" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="st1000" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="st725" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="displayScreen" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
bodyThrusters |
protected String |
description |
protected boolean |
displayScreen |
protected Boolean |
gliderControl |
protected Boolean |
st1000 |
protected Boolean |
st725 |
Constructor and Description |
---|
UuvHardwareType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
boolean |
isBodyThrusters()
Gets the value of the bodyThrusters property.
|
boolean |
isDisplayScreen()
Gets the value of the displayScreen property.
|
boolean |
isGliderControl()
Gets the value of the gliderControl property.
|
boolean |
isSt1000()
Gets the value of the st1000 property.
|
boolean |
isSt725()
Gets the value of the st725 property.
|
void |
setBodyThrusters(Boolean value)
Sets the value of the bodyThrusters property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayScreen(boolean value)
Sets the value of the displayScreen property.
|
void |
setGliderControl(Boolean value)
Sets the value of the gliderControl property.
|
void |
setSt1000(Boolean value)
Sets the value of the st1000 property.
|
void |
setSt725(Boolean value)
Sets the value of the st725 property.
|
protected Boolean bodyThrusters
protected Boolean gliderControl
protected Boolean st1000
protected Boolean st725
protected boolean displayScreen
protected String description
public boolean isBodyThrusters()
Boolean
public void setBodyThrusters(Boolean value)
value
- allowed object is
Boolean
public boolean isGliderControl()
Boolean
public void setGliderControl(Boolean value)
value
- allowed object is
Boolean
public boolean isSt1000()
Boolean
public void setSt1000(Boolean value)
value
- allowed object is
Boolean
public boolean isSt725()
Boolean
public void setSt725(Boolean value)
value
- allowed object is
Boolean
public boolean isDisplayScreen()
public void setDisplayScreen(boolean value)
public String getDescription()
String