public class CustomClientType
extends java.lang.Object
implements java.io.Serializable
Java class for customClientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customClientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="serviceName" use="required" type="{http://xmlns.oracle.com/bpel/services/client}serviceNameTypeEnum" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CustomClientType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Gets the value of the className property.
|
ServiceNameTypeEnum |
getServiceName()
Gets the value of the serviceName property.
|
void |
setClassName(java.lang.String value)
Sets the value of the className property.
|
void |
setServiceName(ServiceNameTypeEnum value)
Sets the value of the serviceName property.
|
public java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
Stringpublic ServiceNameTypeEnum getServiceName()
ServiceNameTypeEnumpublic void setServiceName(ServiceNameTypeEnum value)
value - allowed object is
ServiceNameTypeEnum