public class DataSourceType extends Object
Java class for DataSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSourceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="EnsembleId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DeploymentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentId |
protected String |
ensembleId |
| Constructor and Description |
|---|
DataSourceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentId()
Gets the value of the deploymentId property.
|
String |
getEnsembleId()
Gets the value of the ensembleId property.
|
void |
setDeploymentId(String value)
Sets the value of the deploymentId property.
|
void |
setEnsembleId(String value)
Sets the value of the ensembleId property.
|
public String getEnsembleId()
Stringpublic void setEnsembleId(String value)
value - allowed object is
Stringpublic String getDeploymentId()
StringCopyright © 2024 Tethys. All rights reserved.