Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.snmp
Class AccessControlTableType

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

All Implemented Interfaces:
AccessControlTableTypeMBean, AccessControlTableTypeReadOnlyMBean

public class AccessControlTableType
extends java.lang.Object
implements AccessControlTableTypeMBean

Java class for AccessControlTableType complex type.

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

 <complexType name="AccessControlTableType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aclCommunity" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="aclAccess">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="0"/>
               <maxInclusive value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="aclManagers" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int aclAccess
           
protected  java.lang.String aclCommunity
           
protected  java.lang.String aclManagers
           

 

Constructor Summary
AccessControlTableType()
          Default Constructor
AccessControlTableType(java.lang.String aclCommunity, int aclAccess, java.lang.String aclManagers)
           

 

Method Summary
 int getAclAccess()
          Gets the value of the aclAccess property.
 java.lang.String getAclCommunity()
          Gets the value of the aclCommunity property.
 java.lang.String getAclManagers()
          Gets the value of the aclManagers property.
 void setAclAccess(int value)
          Sets the value of the aclAccess property.
 void setAclCommunity(java.lang.String value)
          Sets the value of the aclCommunity property.
 void setAclManagers(java.lang.String value)
          Sets the value of the aclManagers property.

 

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

 

Field Detail

aclCommunity

protected java.lang.String aclCommunity

aclAccess

protected int aclAccess

aclManagers

protected java.lang.String aclManagers

Constructor Detail

AccessControlTableType

public AccessControlTableType()
Default Constructor

AccessControlTableType

public AccessControlTableType(java.lang.String aclCommunity,
                              int aclAccess,
                              java.lang.String aclManagers)

Method Detail

getAclCommunity

public java.lang.String getAclCommunity()
Gets the value of the aclCommunity property.
Specified by:
getAclCommunity in interface AccessControlTableTypeReadOnlyMBean
Returns:
possible object is String

setAclCommunity

public void setAclCommunity(java.lang.String value)
Sets the value of the aclCommunity property.
Specified by:
setAclCommunity in interface AccessControlTableTypeMBean
Parameters:
value - allowed object is String

getAclAccess

public int getAclAccess()
Gets the value of the aclAccess property.
Specified by:
getAclAccess in interface AccessControlTableTypeReadOnlyMBean

setAclAccess

public void setAclAccess(int value)
Sets the value of the aclAccess property.
Specified by:
setAclAccess in interface AccessControlTableTypeMBean

getAclManagers

public java.lang.String getAclManagers()
Gets the value of the aclManagers property.
Specified by:
getAclManagers in interface AccessControlTableTypeReadOnlyMBean
Returns:
possible object is String

setAclManagers

public void setAclManagers(java.lang.String value)
Sets the value of the aclManagers property.
Specified by:
setAclManagers in interface AccessControlTableTypeMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.