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()
String
public void setEnsembleId(String value)
value
- allowed object is
String
public String getDeploymentId()
String
Copyright © 2024 Tethys. All rights reserved.