public class DatabaseDestinationServiceType extends ServiceType
Java class for databaseDestinationServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="databaseDestinationServiceType">
<complexContent>
<extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}serviceType">
<sequence>
<element name="requestNameForList" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requestNameForObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requestsNameForInsert" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType"/>
<element name="requestsNameForUpdate" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType"/>
<element name="requestsNameForDelete" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType"/>
</sequence>
</extension>
</complexContent>
</complexType>
ServiceType.Connection| Constructor and Description |
|---|
DatabaseDestinationServiceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestNameForList()
Gets the value of the requestNameForList property.
|
String |
getRequestNameForObject()
Gets the value of the requestNameForObject property.
|
ValuesType |
getRequestsNameForDelete()
Gets the value of the requestsNameForDelete property.
|
ValuesType |
getRequestsNameForInsert()
Gets the value of the requestsNameForInsert property.
|
ValuesType |
getRequestsNameForUpdate()
Gets the value of the requestsNameForUpdate property.
|
void |
setRequestNameForList(String value)
Sets the value of the requestNameForList property.
|
void |
setRequestNameForObject(String value)
Sets the value of the requestNameForObject property.
|
void |
setRequestsNameForDelete(ValuesType value)
Sets the value of the requestsNameForDelete property.
|
void |
setRequestsNameForInsert(ValuesType value)
Sets the value of the requestsNameForInsert property.
|
void |
setRequestsNameForUpdate(ValuesType value)
Sets the value of the requestsNameForUpdate property.
|
getConnection, getId, getName, setConnection, setId, setNamepublic String getRequestNameForList()
Stringpublic void setRequestNameForList(String value)
value - allowed object is
Stringpublic String getRequestNameForObject()
Stringpublic void setRequestNameForObject(String value)
value - allowed object is
Stringpublic ValuesType getRequestsNameForInsert()
ValuesTypepublic void setRequestsNameForInsert(ValuesType value)
value - allowed object is
ValuesTypepublic ValuesType getRequestsNameForUpdate()
ValuesTypepublic void setRequestsNameForUpdate(ValuesType value)
value - allowed object is
ValuesTypepublic ValuesType getRequestsNameForDelete()
ValuesTypepublic void setRequestsNameForDelete(ValuesType value)
value - allowed object is
ValuesTypeCopyright © 2005-2025 LSC project. All Rights Reserved.