Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.rest.mgmt
Class RestConfigType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.ws.rest.mgmt.RestConfigType

All Implemented Interfaces:
RestConfigTypeMBean, RestConfigTypeReadOnlyMBean

public class RestConfigType
extends java.lang.Object
implements RestConfigTypeMBean

Java class for RestConfigType complex type.

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

 <complexType name="RestConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serverConfig" type="{http://xmlns.oracle.com/axia/ws-rest-config}ServerConfig"/>
         <element name="clientConfig" type="{http://xmlns.oracle.com/axia/ws-rest-config}ClientConfig"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  ClientConfig clientConfig
           
protected  ServerConfig serverConfig
           

 

Constructor Summary
RestConfigType()
          Default Constructor
RestConfigType(ServerConfig serverConfig, ClientConfig clientConfig)
           

 

Method Summary
 ClientConfig getClientConfig()
          Gets the value of the clientConfig property.
 ClientConfigMBean getClientConfigMBean()
          Get the value of the ClientConfig element
 ServerConfig getServerConfig()
          Gets the value of the serverConfig property.
 ServerConfigMBean getServerConfigMBean()
          Get the value of the ServerConfig element
 void setClientConfig(ClientConfig value)
          Sets the value of the clientConfig property.
 void setClientConfigMBean(ClientConfigMBean val)
          Set the value of the ClientConfig element
 void setServerConfig(ServerConfig value)
          Sets the value of the serverConfig property.
 void setServerConfigMBean(ServerConfigMBean val)
          Set the value of the ServerConfig element

 

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

 

Field Detail

serverConfig

protected ServerConfig serverConfig

clientConfig

protected ClientConfig clientConfig

Constructor Detail

RestConfigType

public RestConfigType()
Default Constructor

RestConfigType

public RestConfigType(ServerConfig serverConfig,
                      ClientConfig clientConfig)

Method Detail

getServerConfig

public ServerConfig getServerConfig()
Gets the value of the serverConfig property.
Returns:
possible object is ServerConfig

setServerConfig

public void setServerConfig(ServerConfig value)
Sets the value of the serverConfig property.
Parameters:
value - allowed object is ServerConfig

getClientConfig

public ClientConfig getClientConfig()
Gets the value of the clientConfig property.
Returns:
possible object is ClientConfig

setClientConfig

public void setClientConfig(ClientConfig value)
Sets the value of the clientConfig property.
Parameters:
value - allowed object is ClientConfig

getServerConfigMBean

public ServerConfigMBean getServerConfigMBean()
Get the value of the ServerConfig element
Specified by:
getServerConfigMBean in interface RestConfigTypeReadOnlyMBean

setServerConfigMBean

public void setServerConfigMBean(ServerConfigMBean val)
Set the value of the ServerConfig element
Specified by:
setServerConfigMBean in interface RestConfigTypeMBean

getClientConfigMBean

public ClientConfigMBean getClientConfigMBean()
Get the value of the ClientConfig element
Specified by:
getClientConfigMBean in interface RestConfigTypeReadOnlyMBean

setClientConfigMBean

public void setClientConfigMBean(ClientConfigMBean val)
Set the value of the ClientConfig element
Specified by:
setClientConfigMBean in interface RestConfigTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.