public class ProfileExternalDataSourceAccess extends Object
Java class for ProfileExternalDataSourceAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileExternalDataSourceAccess">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="externalDataSource" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
protected String |
externalDataSource |
| Constructor and Description |
|---|
ProfileExternalDataSourceAccess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalDataSource()
Gets the value of the externalDataSource property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setExternalDataSource(String value)
Sets the value of the externalDataSource property.
|
protected boolean enabled
protected String externalDataSource
public boolean isEnabled()
public void setEnabled(boolean value)
public String getExternalDataSource()
StringCopyright © 2016. All rights reserved.