public class DatabaseSourceServiceType extends ServiceType
Java class for databaseSourceServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="databaseSourceServiceType">
<complexContent>
<extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}serviceType">
<sequence>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="requestNameForList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="requestNameForObject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="requestNameForNextId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="requestNameForClean" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
ServiceType.Connection| Constructor and Description |
|---|
DatabaseSourceServiceType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInterval()
Gets the value of the interval property.
|
String |
getRequestNameForClean()
Gets the value of the requestNameForClean property.
|
String |
getRequestNameForList()
Gets the value of the requestNameForList property.
|
String |
getRequestNameForNextId()
Gets the value of the requestNameForNextId property.
|
String |
getRequestNameForObject()
Gets the value of the requestNameForObject property.
|
void |
setInterval(Integer value)
Sets the value of the interval property.
|
void |
setRequestNameForClean(String value)
Sets the value of the requestNameForClean property.
|
void |
setRequestNameForList(String value)
Sets the value of the requestNameForList property.
|
void |
setRequestNameForNextId(String value)
Sets the value of the requestNameForNextId property.
|
void |
setRequestNameForObject(String value)
Sets the value of the requestNameForObject property.
|
getConnection, getId, getName, setConnection, setId, setNamepublic Integer getInterval()
Integerpublic void setInterval(Integer value)
value - allowed object is
Integerpublic String getRequestNameForList()
Stringpublic void setRequestNameForList(String value)
value - allowed object is
Stringpublic String getRequestNameForObject()
Stringpublic void setRequestNameForObject(String value)
value - allowed object is
Stringpublic String getRequestNameForNextId()
Stringpublic void setRequestNameForNextId(String value)
value - allowed object is
Stringpublic String getRequestNameForClean()
StringCopyright © 2005-2025 LSC project. All Rights Reserved.