/** * This file was auto-generated by mofcomp -j version 1.0.0 on Wed Jan 12 * 09:21:06 CET 2011. */ package org.opennaas.extensions.router.model; import java.io.*; /** * This Class contains accessor and mutator methods for all properties defined in the CIM class SNMPService as well as methods comparable to the * invokeMethods defined for this class. This Class implements the SNMPServiceBean Interface. The CIM class SNMPService is described as follows: * * SNMPService represents an SNMP agent running on a hosting system. The UDP port to use to contact the agent is an instance of UDPProtocolEndpoint. * The endpoint is associated with the SNMPService via a Dependency relationship. The community string(s) to use when contacting the SNMP agent reside * in instances of SNMPCommunityString, that are associated with the SNMPService via the ServiceAccessBySAP relationship. */ public class SNMPService extends Service implements Serializable { /** * This constructor creates a SNMPServiceBeanImpl Class which implements the SNMPServiceBean Interface, and encapsulates the CIM class SNMPService * in a Java Bean. The CIM class SNMPService is described as follows: * * SNMPService represents an SNMP agent running on a hosting system. The UDP port to use to contact the agent is an instance of * UDPProtocolEndpoint. The endpoint is associated with the SNMPService via a Dependency relationship. The community string(s) to use when * contacting the SNMP agent reside in instances of SNMPCommunityString, that are associated with the SNMPService via the ServiceAccessBySAP * relationship. */ public SNMPService() { }; } // Class SNMPService