Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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

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

All Implemented Interfaces:
java.io.Serializable

public class ServerType
extends java.lang.Object
implements java.io.Serializable

Java class for serverType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="serverType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="property" type="{http://xmlns.oracle.com/bpel/services/client}propertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="localClient" type="{http://xmlns.oracle.com/bpel/services/client}localClientType" minOccurs="0"/>
         <element name="remoteClient" type="{http://xmlns.oracle.com/bpel/services/client}remoteClientType" minOccurs="0"/>
         <element name="soapClient" type="{http://xmlns.oracle.com/bpel/services/client}soapClientType" minOccurs="0"/>
       </sequence>
       <attribute name="discoveryOfEndPoint" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="clientType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="excludeFromFederatedList" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ServerType()
           

 

Method Summary
 java.lang.String getClientType()
          Gets the value of the clientType property.
 LocalClientType getLocalClient()
          FOR INTERNAL ORACLE SOA USE ONLY - Properties for Local EJB Client.
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<PropertyType> getProperty()
          Gets the value of the property property.
 RemoteClientType getRemoteClient()
          Properties for Remote EJB Client.
 SoapClientType getSoapClient()
          Properties for SOAP Client.
 boolean isDefault()
          Gets the value of the default property.
 boolean isDiscoveryOfEndPoint()
          Gets the value of the discoveryOfEndPoint property.
 boolean isExcludeFromFederatedList()
          Gets the value of the excludeFromFederatedList property.
 void setClientType(java.lang.String value)
          Sets the value of the clientType property.
 void setDefault(java.lang.Boolean value)
          Sets the value of the default property.
 void setDiscoveryOfEndPoint(java.lang.Boolean value)
          Sets the value of the discoveryOfEndPoint property.
 void setExcludeFromFederatedList(java.lang.Boolean value)
          Sets the value of the excludeFromFederatedList property.
 void setLocalClient(LocalClientType value)
          Sets the value of the localClient property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRemoteClient(RemoteClientType value)
          Sets the value of the remoteClient property.
 void setSoapClient(SoapClientType value)
          Sets the value of the soapClient property.

 

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

 

Constructor Detail

ServerType

public ServerType()

Method Detail

getProperty

public java.util.List<PropertyType> getProperty()
Gets the value of the property property.

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 property property.

For example, to add a new item, do as follows:

    getProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list PropertyType


getLocalClient

public LocalClientType getLocalClient()
FOR INTERNAL ORACLE SOA USE ONLY - Properties for Local EJB Client.
Returns:
possible object is LocalClientType

setLocalClient

public void setLocalClient(LocalClientType value)
Sets the value of the localClient property.
Parameters:
value - allowed object is LocalClientType

getRemoteClient

public RemoteClientType getRemoteClient()
Properties for Remote EJB Client.
Returns:
possible object is RemoteClientType

setRemoteClient

public void setRemoteClient(RemoteClientType value)
Sets the value of the remoteClient property.
Parameters:
value - allowed object is RemoteClientType

getSoapClient

public SoapClientType getSoapClient()
Properties for SOAP Client.
Returns:
possible object is SoapClientType

setSoapClient

public void setSoapClient(SoapClientType value)
Sets the value of the soapClient property.
Parameters:
value - allowed object is SoapClientType

isDiscoveryOfEndPoint

public boolean isDiscoveryOfEndPoint()
Gets the value of the discoveryOfEndPoint property.
Returns:
possible object is Boolean

setDiscoveryOfEndPoint

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

getName

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

setName

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

isDefault

public boolean isDefault()
Gets the value of the default property.
Returns:
possible object is Boolean

setDefault

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

getClientType

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

setClientType

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

isExcludeFromFederatedList

public boolean isExcludeFromFederatedList()
Gets the value of the excludeFromFederatedList property.
Returns:
possible object is Boolean

setExcludeFromFederatedList

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

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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