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, setName
public Integer getInterval()
Integer
public void setInterval(Integer value)
value
- allowed object is
Integer
public String getRequestNameForList()
String
public void setRequestNameForList(String value)
value
- allowed object is
String
public String getRequestNameForObject()
String
public void setRequestNameForObject(String value)
value
- allowed object is
String
public String getRequestNameForNextId()
String
public void setRequestNameForNextId(String value)
value
- allowed object is
String
public String getRequestNameForClean()
String
Copyright © 2005-2024 LSC project. All Rights Reserved.