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, setName
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 ValuesType getRequestsNameForInsert()
ValuesType
public void setRequestsNameForInsert(ValuesType value)
value
- allowed object is
ValuesType
public ValuesType getRequestsNameForUpdate()
ValuesType
public void setRequestsNameForUpdate(ValuesType value)
value
- allowed object is
ValuesType
public ValuesType getRequestsNameForDelete()
ValuesType
public void setRequestsNameForDelete(ValuesType value)
value
- allowed object is
ValuesType
Copyright © 2005-2024 LSC project. All Rights Reserved.