Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Interface NetworkAddressTypeMBean

All Superinterfaces:
NetworkAddressTypeReadOnlyMBean
All Known Implementing Classes:
NetworkAddressType

public interface NetworkAddressTypeMBean
extends NetworkAddressTypeReadOnlyMBean

Method Summary
 void setAddressTypeMBean(AddressTypeMBean val)
          Set the value of the AddressType element
 void setAddressTypeValue(java.lang.String value)
          Set the value of addressType
 void setHost(java.lang.String value)
          Sets the value of the host property.
 void setNetworkTypeMBean(NetworkTypeMBean val)
          Set the value of the NetworkType element
 void setNetworkTypeValue(java.lang.String value)
          Set the value of networkType
 void setPort(long value)
          Sets the value of the port property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.sip.NetworkAddressTypeReadOnlyMBean
getAddressTypeMBean, getAddressTypeValue, getHost, getNetworkTypeMBean, getNetworkTypeValue, getPort

 

Method Detail

setHost

void setHost(java.lang.String value)
Sets the value of the host property.

setPort

void setPort(long value)
Sets the value of the port property.

setNetworkTypeValue

void setNetworkTypeValue(java.lang.String value)
Set the value of networkType

setAddressTypeValue

void setAddressTypeValue(java.lang.String value)
Set the value of addressType

setNetworkTypeMBean

void setNetworkTypeMBean(NetworkTypeMBean val)
Set the value of the NetworkType element

setAddressTypeMBean

void setAddressTypeMBean(AddressTypeMBean val)
Set the value of the AddressType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.