Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
ProxyTargetTypeMBean, ProxyTargetTypeReadOnlyMBean

public class ProxyTargetType
extends java.lang.Object
implements ProxyTargetTypeMBean

Java class for proxyTargetType complex type.

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

 <complexType name="proxyTargetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serverAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="authenticationPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="accountingPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int accountingPort
           
protected  int authenticationPort
           
protected  java.lang.String serverAddress
           

 

Constructor Summary
ProxyTargetType()
          Default Constructor
ProxyTargetType(java.lang.String serverAddress, int authenticationPort, int accountingPort)
           

 

Method Summary
 int getAccountingPort()
          Gets the value of the accountingPort property.
 int getAuthenticationPort()
          Gets the value of the authenticationPort property.
 java.lang.String getServerAddress()
          Gets the value of the serverAddress property.
 void setAccountingPort(int value)
          Sets the value of the accountingPort property.
 void setAuthenticationPort(int value)
          Sets the value of the authenticationPort property.
 void setServerAddress(java.lang.String value)
          Sets the value of the serverAddress property.

 

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

 

Field Detail

serverAddress

protected java.lang.String serverAddress

authenticationPort

protected int authenticationPort

accountingPort

protected int accountingPort

Constructor Detail

ProxyTargetType

public ProxyTargetType()
Default Constructor

ProxyTargetType

public ProxyTargetType(java.lang.String serverAddress,
                       int authenticationPort,
                       int accountingPort)

Method Detail

getServerAddress

public java.lang.String getServerAddress()
Gets the value of the serverAddress property.
Specified by:
getServerAddress in interface ProxyTargetTypeReadOnlyMBean
Returns:
possible object is String

setServerAddress

public void setServerAddress(java.lang.String value)
Sets the value of the serverAddress property.
Specified by:
setServerAddress in interface ProxyTargetTypeMBean
Parameters:
value - allowed object is String

getAuthenticationPort

public int getAuthenticationPort()
Gets the value of the authenticationPort property.
Specified by:
getAuthenticationPort in interface ProxyTargetTypeReadOnlyMBean

setAuthenticationPort

public void setAuthenticationPort(int value)
Sets the value of the authenticationPort property.
Specified by:
setAuthenticationPort in interface ProxyTargetTypeMBean

getAccountingPort

public int getAccountingPort()
Gets the value of the accountingPort property.
Specified by:
getAccountingPort in interface ProxyTargetTypeReadOnlyMBean

setAccountingPort

public void setAccountingPort(int value)
Sets the value of the accountingPort property.
Specified by:
setAccountingPort in interface ProxyTargetTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.