Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
EAPMethodTypeMBean, EAPMethodTypeReadOnlyMBean

public class EAPMethodType
extends java.lang.Object
implements EAPMethodTypeMBean

Java class for EAPMethodType complex type.

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

 <complexType name="EAPMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int order
           

 

Constructor Summary
EAPMethodType()
          Default Constructor
EAPMethodType(int order)
           

 

Method Summary
 int getOrder()
          Gets the value of the order property.
 void setOrder(int value)
          Sets the value of the order property.

 

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

 

Field Detail

order

protected int order

Constructor Detail

EAPMethodType

public EAPMethodType()
Default Constructor

EAPMethodType

public EAPMethodType(int order)

Method Detail

getOrder

public int getOrder()
Gets the value of the order property.
Specified by:
getOrder in interface EAPMethodTypeReadOnlyMBean

setOrder

public void setOrder(int value)
Sets the value of the order property.
Specified by:
setOrder in interface EAPMethodTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.