public class SearchDatabaseRefType extends Object
Java class for SearchDatabaseRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchDatabaseRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="searchDatabase_ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
searchDatabaseRef |
| Constructor and Description |
|---|
SearchDatabaseRefType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSearchDatabaseRef()
Gets the value of the searchDatabaseRef property.
|
void |
setSearchDatabaseRef(String value)
Sets the value of the searchDatabaseRef property.
|
Copyright © 2017. All rights reserved.