Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Class RouteHeaderType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.sip.RouteHeaderType

All Implemented Interfaces:
RouteHeaderTypeMBean, RouteHeaderTypeReadOnlyMBean

public class RouteHeaderType
extends java.lang.Object
implements RouteHeaderTypeMBean

Java class for RouteHeaderType complex type.

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

 <complexType name="RouteHeaderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String uri
           

 

Constructor Summary
RouteHeaderType()
          Default Constructor
RouteHeaderType(java.lang.String uri)
           

 

Method Summary
 java.lang.String getUri()
          Gets the value of the uri 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

Constructor Detail

RouteHeaderType

public RouteHeaderType()
Default Constructor

RouteHeaderType

public RouteHeaderType(java.lang.String uri)

Method Detail

getUri

public java.lang.String getUri()
Gets the value of the uri property.
Specified by:
getUri in interface RouteHeaderTypeReadOnlyMBean
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 RouteHeaderTypeMBean
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.