public class UavHardwareType extends Object
Java class for UavHardwareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavHardwareType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="displayScreen" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected boolean |
displayScreen |
Constructor and Description |
---|
UavHardwareType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
boolean |
isDisplayScreen()
Gets the value of the displayScreen property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayScreen(boolean value)
Sets the value of the displayScreen property.
|
protected boolean displayScreen
protected String description
public boolean isDisplayScreen()
public void setDisplayScreen(boolean value)
public String getDescription()
String