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 ApplciationType

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

All Implemented Interfaces:
ApplciationTypeMBean, ApplciationTypeReadOnlyMBean

public class ApplciationType
extends java.lang.Object
implements ApplciationTypeMBean

Java class for ApplciationType complex type.

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

 <complexType name="ApplciationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <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 uri
           

 

Constructor Summary
ApplciationType()
          Default Constructor
ApplciationType(java.lang.String uri, java.lang.String implementationClass)
           

 

Method Summary
 java.lang.String getImplementationClass()
          Gets the value of the implementationClass property.
 java.lang.String getUri()
          Gets the value of the uri property.
 void setImplementationClass(java.lang.String value)
          Sets the value of the implementationClass property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.

 

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

 

Field Detail

uri

protected java.lang.String uri

implementationClass

protected java.lang.String implementationClass

Constructor Detail

ApplciationType

public ApplciationType()
Default Constructor

ApplciationType

public ApplciationType(java.lang.String uri,
                       java.lang.String implementationClass)

Method Detail

getUri

public java.lang.String getUri()
Gets the value of the uri property.
Specified by:
getUri in interface ApplciationTypeReadOnlyMBean
Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.
Specified by:
setUri in interface ApplciationTypeMBean
Parameters:
value - allowed object is String

getImplementationClass

public java.lang.String getImplementationClass()
Gets the value of the implementationClass property.
Specified by:
getImplementationClass in interface ApplciationTypeReadOnlyMBean
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 ApplciationTypeMBean
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.