Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans
Interface ServiceTypeMBean

All Superinterfaces:
ServiceTypeReadOnlyMBean
All Known Implementing Classes:
ServiceType

public interface ServiceTypeMBean
extends ServiceTypeReadOnlyMBean

Method Summary
 Boolean isDefault()
          Gets the value of the default property.
 boolean isSetDefault()
           
 boolean isSetId()
           
 boolean isSetType()
           
 void setDefault(Boolean value)
          Sets the value of the default property.
 void setId(int value)
          Sets the value of the id property.
 void setType(String value)
          Sets the value of the type property.

 

Methods inherited from interface oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans.ServiceTypeReadOnlyMBean
getId, getType

 

Method Detail

setId

void setId(int value)
Sets the value of the id property.

isSetId

boolean isSetId()

setType

void setType(String value)
Sets the value of the type property.

isSetType

boolean isSetType()

isDefault

Boolean isDefault()
Gets the value of the default property.

setDefault

void setDefault(Boolean value)
Sets the value of the default property.

isSetDefault

boolean isSetDefault()

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.