public class RemoteClientType
extends java.lang.Object
implements java.io.Serializable
Java class for remoteClientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="remoteClientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serverURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ejbJndiSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="initialContextFactory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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"/>
<element name="jndiTimeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteClientType.Password
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RemoteClientType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomClientType> |
getCustomClient()
Gets the value of the customClient property.
|
java.lang.String |
getEjbJndiSuffix()
Gets the value of the ejbJndiSuffix property.
|
java.lang.String |
getInitialContextFactory()
Gets the value of the initialContextFactory property.
|
java.lang.Long |
getJndiTimeout()
Gets the value of the jndiTimeout property.
|
RemoteClientType.Password |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getServerURL()
Gets the value of the serverURL property.
|
java.lang.String |
getUserName()
Gets the value of the userName property.
|
java.lang.Boolean |
isParticipateInClientTransaction()
Gets the value of the participateInClientTransaction property.
|
void |
setEjbJndiSuffix(java.lang.String value)
Sets the value of the ejbJndiSuffix property.
|
void |
setInitialContextFactory(java.lang.String value)
Sets the value of the initialContextFactory property.
|
void |
setJndiTimeout(java.lang.Long value)
Sets the value of the jndiTimeout property.
|
void |
setParticipateInClientTransaction(java.lang.Boolean value)
Sets the value of the participateInClientTransaction property.
|
void |
setPassword(RemoteClientType.Password value)
Sets the value of the password property.
|
void |
setServerURL(java.lang.String value)
Sets the value of the serverURL property.
|
void |
setUserName(java.lang.String value)
Sets the value of the userName property.
|
public java.lang.String getServerURL()
Stringpublic void setServerURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEjbJndiSuffix()
Stringpublic void setEjbJndiSuffix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic RemoteClientType.Password getPassword()
RemoteClientType.Passwordpublic void setPassword(RemoteClientType.Password value)
value - allowed object is
RemoteClientType.Passwordpublic java.lang.String getInitialContextFactory()
Stringpublic void setInitialContextFactory(java.lang.String value)
value - allowed object is
Stringpublic 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
public java.lang.Long getJndiTimeout()
Longpublic void setJndiTimeout(java.lang.Long value)
value - allowed object is
Long