Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Class ValidNasPortType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.radius.ValidNasPortType

All Implemented Interfaces:
ValidNasPortTypeMBean, ValidNasPortTypeReadOnlyMBean

public class ValidNasPortType
extends java.lang.Object
implements ValidNasPortTypeMBean

Java class for ValidNasPortType complex type.

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

 <complexType name="ValidNasPortType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="minValue" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="maxValue" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  long maxValue
           
protected  long minValue
           

 

Constructor Summary
ValidNasPortType()
          Default Constructor
ValidNasPortType(long minValue, long maxValue)
           

 

Method Summary
 long getMaxValue()
          Gets the value of the maxValue property.
 long getMinValue()
          Gets the value of the minValue property.
 void setMaxValue(long value)
          Sets the value of the maxValue property.
 void setMinValue(long value)
          Sets the value of the minValue property.

 

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

 

Field Detail

minValue

protected long minValue

maxValue

protected long maxValue

Constructor Detail

ValidNasPortType

public ValidNasPortType()
Default Constructor

ValidNasPortType

public ValidNasPortType(long minValue,
                        long maxValue)

Method Detail

getMinValue

public long getMinValue()
Gets the value of the minValue property.
Specified by:
getMinValue in interface ValidNasPortTypeReadOnlyMBean

setMinValue

public void setMinValue(long value)
Sets the value of the minValue property.
Specified by:
setMinValue in interface ValidNasPortTypeMBean

getMaxValue

public long getMaxValue()
Gets the value of the maxValue property.
Specified by:
getMaxValue in interface ValidNasPortTypeReadOnlyMBean

setMaxValue

public void setMaxValue(long value)
Sets the value of the maxValue property.
Specified by:
setMaxValue in interface ValidNasPortTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.