net.sf.snmpadaptor4j.core.mapping.jaxb
Class Mapping

java.lang.Object
  extended by net.sf.snmpadaptor4j.core.mapping.jaxb.Mapping

public class Mapping
extends Object

Java class for Mapping complex type.

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

 <complexType name="Mapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mbeans" type="{http://www.sf.net/snmpAdaptor4j/mapping/1.1}MBeans" minOccurs="0"/>
         <element name="attributes" type="{http://www.sf.net/snmpAdaptor4j/mapping/1.1}MBeanAttributes"/>
         <element name="notifications" type="{http://www.sf.net/snmpAdaptor4j/mapping/1.1}MBeanNotifications" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  MBeanAttributes attributes
           
protected  MBeans mbeans
           
protected  MBeanNotifications notifications
           
 
Constructor Summary
Mapping()
           
 
Method Summary
 MBeanAttributes getAttributes()
          Gets the value of the attributes property.
 MBeans getMbeans()
          Gets the value of the mbeans property.
 MBeanNotifications getNotifications()
          Gets the value of the notifications property.
 void setAttributes(MBeanAttributes value)
          Sets the value of the attributes property.
 void setMbeans(MBeans value)
          Sets the value of the mbeans property.
 void setNotifications(MBeanNotifications value)
          Sets the value of the notifications property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbeans

protected MBeans mbeans

attributes

protected MBeanAttributes attributes

notifications

protected MBeanNotifications notifications
Constructor Detail

Mapping

public Mapping()
Method Detail

getMbeans

public MBeans getMbeans()
Gets the value of the mbeans property.

Returns:
possible object is MBeans

setMbeans

public void setMbeans(MBeans value)
Sets the value of the mbeans property.

Parameters:
value - allowed object is MBeans

getAttributes

public MBeanAttributes getAttributes()
Gets the value of the attributes property.

Returns:
possible object is MBeanAttributes

setAttributes

public void setAttributes(MBeanAttributes value)
Sets the value of the attributes property.

Parameters:
value - allowed object is MBeanAttributes

getNotifications

public MBeanNotifications getNotifications()
Gets the value of the notifications property.

Returns:
possible object is MBeanNotifications

setNotifications

public void setNotifications(MBeanNotifications value)
Sets the value of the notifications property.

Parameters:
value - allowed object is MBeanNotifications


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.