Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.bpel.services.workflow.client.config
Class RemoteClientType

java.lang.Object
  extended by oracle.bpel.services.workflow.client.config.RemoteClientType


public class RemoteClientType
extends java.lang.Object

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"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
RemoteClientType()
           

 

Method Summary
 java.lang.String getInitialContextFactory()
          Gets the value of the initialContextFactory property.
 java.lang.String 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 setInitialContextFactory(java.lang.String value)
          Sets the value of the initialContextFactory property.
 void setParticipateInClientTransaction(java.lang.Boolean value)
          Sets the value of the participateInClientTransaction property.
 void setPassword(java.lang.String 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.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RemoteClientType

public RemoteClientType()

Method Detail

getServerURL

public java.lang.String getServerURL()
Gets the value of the serverURL property.
Returns:
possible object is String

setServerURL

public void setServerURL(java.lang.String value)
Sets the value of the serverURL property.
Parameters:
value - allowed object is String

getUserName

public java.lang.String getUserName()
Gets the value of the userName property.
Returns:
possible object is String

setUserName

public void setUserName(java.lang.String value)
Sets the value of the userName property.
Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.
Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.
Parameters:
value - allowed object is String

getInitialContextFactory

public java.lang.String getInitialContextFactory()
Gets the value of the initialContextFactory property.
Returns:
possible object is String

setInitialContextFactory

public void setInitialContextFactory(java.lang.String value)
Sets the value of the initialContextFactory property.
Parameters:
value - allowed object is String

isParticipateInClientTransaction

public java.lang.Boolean isParticipateInClientTransaction()
Gets the value of the participateInClientTransaction property.
Returns:
possible object is Boolean

setParticipateInClientTransaction

public void setParticipateInClientTransaction(java.lang.Boolean value)
Sets the value of the participateInClientTransaction property.
Parameters:
value - allowed object is Boolean

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.