public class LocalClientType
extends java.lang.Object
implements java.io.Serializable
Java class for localClientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="localClientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="participateInClientTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="customClient" type="{http://xmlns.oracle.com/bpel/services/client}customClientType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LocalClientType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomClientType> |
getCustomClient()
Gets the value of the customClient property.
|
java.lang.Boolean |
isParticipateInClientTransaction()
Gets the value of the participateInClientTransaction property.
|
void |
setParticipateInClientTransaction(java.lang.Boolean value)
Sets the value of the participateInClientTransaction property.
|
public java.lang.Boolean isParticipateInClientTransaction()
Booleanpublic void setParticipateInClientTransaction(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<CustomClientType> getCustomClient()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customClient property.
For example, to add a new item, do as follows:
getCustomClient().add(newItem);
Objects of the following type(s) are allowed in the list
CustomClientType