Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.snmp
Class V3TrapForwardingTableType

java.lang.Object
  extended by oracle.axia.config.beans.snmp.V3TrapForwardingTableType

All Implemented Interfaces:
V3TrapForwardingTableTypeMBean, V3TrapForwardingTableTypeReadOnlyMBean

public class V3TrapForwardingTableType
extends java.lang.Object
implements V3TrapForwardingTableTypeMBean

Java class for V3TrapForwardingTableType complex type.

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

 <complexType name="V3TrapForwardingTableType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="managerHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="managerPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="community" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userSecModel" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="securityLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="userContextName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="retries" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String community
           
protected  java.lang.String managerHost
           
protected  int managerPort
           
protected  int retries
           
protected  int securityLevel
           
protected  int timeout
           
protected  java.lang.String userContextName
           
protected  java.lang.String userName
           
protected  int userSecModel
           
protected  int version
           

 

Constructor Summary
V3TrapForwardingTableType()
          Default Constructor
V3TrapForwardingTableType(java.lang.String managerHost, int managerPort, int version, java.lang.String community, java.lang.String userName, int userSecModel, int securityLevel, java.lang.String userContextName, int timeout, int retries)
           

 

Method Summary
 java.lang.String getCommunity()
          Gets the value of the community property.
 java.lang.String getManagerHost()
          Gets the value of the managerHost property.
 int getManagerPort()
          Gets the value of the managerPort property.
 int getRetries()
          Gets the value of the retries property.
 int getSecurityLevel()
          Gets the value of the securityLevel property.
 int getTimeout()
          Gets the value of the timeout property.
 java.lang.String getUserContextName()
          Gets the value of the userContextName property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 int getUserSecModel()
          Gets the value of the userSecModel property.
 int getVersion()
          Gets the value of the version property.
 void setCommunity(java.lang.String value)
          Sets the value of the community property.
 void setManagerHost(java.lang.String value)
          Sets the value of the managerHost property.
 void setManagerPort(int value)
          Sets the value of the managerPort property.
 void setRetries(int value)
          Sets the value of the retries property.
 void setSecurityLevel(int value)
          Sets the value of the securityLevel property.
 void setTimeout(int value)
          Sets the value of the timeout property.
 void setUserContextName(java.lang.String value)
          Sets the value of the userContextName property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 void setUserSecModel(int value)
          Sets the value of the userSecModel property.
 void setVersion(int value)
          Sets the value of the version property.

 

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

 

Field Detail

managerHost

protected java.lang.String managerHost

managerPort

protected int managerPort

version

protected int version

community

protected java.lang.String community

userName

protected java.lang.String userName

userSecModel

protected int userSecModel

securityLevel

protected int securityLevel

userContextName

protected java.lang.String userContextName

timeout

protected int timeout

retries

protected int retries

Constructor Detail

V3TrapForwardingTableType

public V3TrapForwardingTableType()
Default Constructor

V3TrapForwardingTableType

public V3TrapForwardingTableType(java.lang.String managerHost,
                                 int managerPort,
                                 int version,
                                 java.lang.String community,
                                 java.lang.String userName,
                                 int userSecModel,
                                 int securityLevel,
                                 java.lang.String userContextName,
                                 int timeout,
                                 int retries)

Method Detail

getManagerHost

public java.lang.String getManagerHost()
Gets the value of the managerHost property.
Specified by:
getManagerHost in interface V3TrapForwardingTableTypeReadOnlyMBean
Returns:
possible object is String

setManagerHost

public void setManagerHost(java.lang.String value)
Sets the value of the managerHost property.
Specified by:
setManagerHost in interface V3TrapForwardingTableTypeMBean
Parameters:
value - allowed object is String

getManagerPort

public int getManagerPort()
Gets the value of the managerPort property.
Specified by:
getManagerPort in interface V3TrapForwardingTableTypeReadOnlyMBean

setManagerPort

public void setManagerPort(int value)
Sets the value of the managerPort property.
Specified by:
setManagerPort in interface V3TrapForwardingTableTypeMBean

getVersion

public int getVersion()
Gets the value of the version property.
Specified by:
getVersion in interface V3TrapForwardingTableTypeReadOnlyMBean

setVersion

public void setVersion(int value)
Sets the value of the version property.
Specified by:
setVersion in interface V3TrapForwardingTableTypeMBean

getCommunity

public java.lang.String getCommunity()
Gets the value of the community property.
Specified by:
getCommunity in interface V3TrapForwardingTableTypeReadOnlyMBean
Returns:
possible object is String

setCommunity

public void setCommunity(java.lang.String value)
Sets the value of the community property.
Specified by:
setCommunity in interface V3TrapForwardingTableTypeMBean
Parameters:
value - allowed object is String

getUserName

public java.lang.String getUserName()
Gets the value of the userName property.
Specified by:
getUserName in interface V3TrapForwardingTableTypeReadOnlyMBean
Returns:
possible object is String

setUserName

public void setUserName(java.lang.String value)
Sets the value of the userName property.
Specified by:
setUserName in interface V3TrapForwardingTableTypeMBean
Parameters:
value - allowed object is String

getUserSecModel

public int getUserSecModel()
Gets the value of the userSecModel property.
Specified by:
getUserSecModel in interface V3TrapForwardingTableTypeReadOnlyMBean

setUserSecModel

public void setUserSecModel(int value)
Sets the value of the userSecModel property.
Specified by:
setUserSecModel in interface V3TrapForwardingTableTypeMBean

getSecurityLevel

public int getSecurityLevel()
Gets the value of the securityLevel property.
Specified by:
getSecurityLevel in interface V3TrapForwardingTableTypeReadOnlyMBean

setSecurityLevel

public void setSecurityLevel(int value)
Sets the value of the securityLevel property.
Specified by:
setSecurityLevel in interface V3TrapForwardingTableTypeMBean

getUserContextName

public java.lang.String getUserContextName()
Gets the value of the userContextName property.
Specified by:
getUserContextName in interface V3TrapForwardingTableTypeReadOnlyMBean
Returns:
possible object is String

setUserContextName

public void setUserContextName(java.lang.String value)
Sets the value of the userContextName property.
Specified by:
setUserContextName in interface V3TrapForwardingTableTypeMBean
Parameters:
value - allowed object is String

getTimeout

public int getTimeout()
Gets the value of the timeout property.
Specified by:
getTimeout in interface V3TrapForwardingTableTypeReadOnlyMBean

setTimeout

public void setTimeout(int value)
Sets the value of the timeout property.
Specified by:
setTimeout in interface V3TrapForwardingTableTypeMBean

getRetries

public int getRetries()
Gets the value of the retries property.
Specified by:
getRetries in interface V3TrapForwardingTableTypeReadOnlyMBean

setRetries

public void setRetries(int value)
Sets the value of the retries property.
Specified by:
setRetries in interface V3TrapForwardingTableTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.