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>
| Constructor and Description |
|---|
ServerType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.util.List<PropertyType> getProperty()
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
public LocalClientType getLocalClient()
LocalClientTypepublic void setLocalClient(LocalClientType value)
value - allowed object is
LocalClientTypepublic RemoteClientType getRemoteClient()
RemoteClientTypepublic void setRemoteClient(RemoteClientType value)
value - allowed object is
RemoteClientTypepublic SoapClientType getSoapClient()
SoapClientTypepublic void setSoapClient(SoapClientType value)
value - allowed object is
SoapClientTypepublic boolean isDiscoveryOfEndPoint()
Booleanpublic void setDiscoveryOfEndPoint(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getClientType()
Stringpublic void setClientType(java.lang.String value)
value - allowed object is
Stringpublic boolean isExcludeFromFederatedList()
Booleanpublic void setExcludeFromFederatedList(java.lang.Boolean value)
value - allowed object is
Boolean