Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2ro.config.beans
Class ServiceType

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.pcp2ro.config.beans.ServiceType

All Implemented Interfaces:
Serializable, ServiceTypeMBean, ServiceTypeReadOnlyMBean

public class ServiceType
extends Object
implements Serializable, ServiceTypeMBean

Java class for ServiceType complex type.

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

 <complexType name="ServiceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  Boolean _default
           
protected  int id
           
protected  String type
           

 

Constructor Summary
ServiceType()
          Default Constructor
ServiceType(int id, String type, Boolean _default)
           

 

Method Summary
 int getId()
          Gets the value of the id property.
 String getType()
          Gets the value of the type property.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

id

protected int id

type

protected String type

_default

protected Boolean _default

Constructor Detail

ServiceType

public ServiceType()
Default Constructor

ServiceType

public ServiceType(int id,
                   String type,
                   Boolean _default)

Method Detail

getId

public int getId()
Gets the value of the id property.
Specified by:
getId in interface ServiceTypeReadOnlyMBean

setId

public void setId(int value)
Sets the value of the id property.
Specified by:
setId in interface ServiceTypeMBean

isSetId

public boolean isSetId()
Specified by:
isSetId in interface ServiceTypeMBean

getType

public String getType()
Gets the value of the type property.
Specified by:
getType in interface ServiceTypeReadOnlyMBean
Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.
Specified by:
setType in interface ServiceTypeMBean
Parameters:
value - allowed object is String

isSetType

public boolean isSetType()
Specified by:
isSetType in interface ServiceTypeMBean

isDefault

public Boolean isDefault()
Gets the value of the default property.
Specified by:
isDefault in interface ServiceTypeMBean
Returns:
possible object is Boolean

setDefault

public void setDefault(Boolean value)
Sets the value of the default property.
Specified by:
setDefault in interface ServiceTypeMBean
Parameters:
value - allowed object is Boolean

isSetDefault

public boolean isSetDefault()
Specified by:
isSetDefault in interface ServiceTypeMBean

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.