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 SsupcpAliasResolveType

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

All Implemented Interfaces:
Serializable, SsupcpAliasResolveTypeMBean, SsupcpAliasResolveTypeReadOnlyMBean

public class SsupcpAliasResolveType
extends Object
implements Serializable, SsupcpAliasResolveTypeMBean

Java class for SsupcpAliasResolveType complex type.

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

 <complexType name="SsupcpAliasResolveType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="avp_code" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="vendor_id" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  int avpCode
           
protected  boolean enabled
           
protected  int vendorId
           

 

Constructor Summary
SsupcpAliasResolveType()
          Default Constructor
SsupcpAliasResolveType(boolean enabled, int avpCode, int vendorId)
           

 

Method Summary
 int getAvpCode()
          Gets the value of the avpCode property.
 int getVendorId()
          Gets the value of the vendorId property.
 boolean isEnabled()
          Gets the value of the enabled property.
 boolean isSetAvpCode()
           
 boolean isSetEnabled()
           
 boolean isSetVendorId()
           
 void setAvpCode(int value)
          Sets the value of the avpCode property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setVendorId(int value)
          Sets the value of the vendorId property.

 

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

 

Field Detail

enabled

protected boolean enabled

avpCode

protected int avpCode

vendorId

protected int vendorId

Constructor Detail

SsupcpAliasResolveType

public SsupcpAliasResolveType()
Default Constructor

SsupcpAliasResolveType

public SsupcpAliasResolveType(boolean enabled,
                              int avpCode,
                              int vendorId)

Method Detail

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.
Specified by:
isEnabled in interface SsupcpAliasResolveTypeMBean

setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.
Specified by:
setEnabled in interface SsupcpAliasResolveTypeMBean

isSetEnabled

public boolean isSetEnabled()
Specified by:
isSetEnabled in interface SsupcpAliasResolveTypeMBean

getAvpCode

public int getAvpCode()
Gets the value of the avpCode property.
Specified by:
getAvpCode in interface SsupcpAliasResolveTypeReadOnlyMBean

setAvpCode

public void setAvpCode(int value)
Sets the value of the avpCode property.
Specified by:
setAvpCode in interface SsupcpAliasResolveTypeMBean

isSetAvpCode

public boolean isSetAvpCode()
Specified by:
isSetAvpCode in interface SsupcpAliasResolveTypeMBean

getVendorId

public int getVendorId()
Gets the value of the vendorId property.
Specified by:
getVendorId in interface SsupcpAliasResolveTypeReadOnlyMBean

setVendorId

public void setVendorId(int value)
Sets the value of the vendorId property.
Specified by:
setVendorId in interface SsupcpAliasResolveTypeMBean

isSetVendorId

public boolean isSetVendorId()
Specified by:
isSetVendorId in interface SsupcpAliasResolveTypeMBean

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.