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="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
type |
| Constructor and Description |
|---|
Instrument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the value of the id property.
|
String |
getType()
Gets the value of the type property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setType(String value)
Sets the value of the type property.
|
Copyright © 2020 Tethys. All rights reserved.