public static class Deployment.Instrument extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="InstrumentId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="GeometryType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <enumeration value="rigid"/> <enumeration value="cabled"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
geometryType |
protected String |
instrumentId |
protected String |
type |
Constructor and Description |
---|
Instrument() |
Modifier and Type | Method and Description |
---|---|
String |
getGeometryType()
Gets the value of the geometryType property.
|
String |
getInstrumentId()
Gets the value of the instrumentId property.
|
String |
getType()
Gets the value of the type property.
|
void |
setGeometryType(String value)
Sets the value of the geometryType property.
|
void |
setInstrumentId(String value)
Sets the value of the instrumentId property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String instrumentId
protected String geometryType
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getInstrumentId()
String
public void setInstrumentId(String value)
value
- allowed object is
String
public String getGeometryType()
String
Copyright © 2024 Tethys. All rights reserved.