Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.rest.dd
Class ClientType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.ws.rest.dd.ClientType

All Implemented Interfaces:
ClientTypeMBean, ClientTypeReadOnlyMBean

public class ClientType
extends java.lang.Object
implements ClientTypeMBean

Java class for ClientType complex type.

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

 <complexType name="ClientType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="serviceName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="implementationClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String implementationClass
           
protected  java.lang.String serviceName
           

 

Constructor Summary
ClientType()
          Default Constructor
ClientType(java.lang.String serviceName, java.lang.String implementationClass)
           

 

Method Summary
 java.lang.String getImplementationClass()
          Gets the value of the implementationClass property.
 java.lang.String getServiceName()
          Gets the value of the serviceName property.
 void setImplementationClass(java.lang.String value)
          Sets the value of the implementationClass property.
 void setServiceName(java.lang.String value)
          Sets the value of the serviceName property.

 

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

 

Field Detail

serviceName

protected java.lang.String serviceName

implementationClass

protected java.lang.String implementationClass

Constructor Detail

ClientType

public ClientType()
Default Constructor

ClientType

public ClientType(java.lang.String serviceName,
                  java.lang.String implementationClass)

Method Detail

getServiceName

public java.lang.String getServiceName()
Gets the value of the serviceName property.
Specified by:
getServiceName in interface ClientTypeReadOnlyMBean
Returns:
possible object is String

setServiceName

public void setServiceName(java.lang.String value)
Sets the value of the serviceName property.
Specified by:
setServiceName in interface ClientTypeMBean
Parameters:
value - allowed object is String

getImplementationClass

public java.lang.String getImplementationClass()
Gets the value of the implementationClass property.
Specified by:
getImplementationClass in interface ClientTypeReadOnlyMBean
Returns:
possible object is String

setImplementationClass

public void setImplementationClass(java.lang.String value)
Sets the value of the implementationClass property.
Specified by:
setImplementationClass in interface ClientTypeMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.