/** * 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 RoutingProtocolDomain as well as methods comparable to * the invokeMethods defined for this class. This Class implements the RoutingProtocolDomainBean Interface. The CIM class RoutingProtocolDomain is * described as follows: * * A Routing Protocol Domain is a collection of routers which coordinate their routing knowledge using a single [instance of a] routing protocol. This * class represents the area/layer/level/zone like property of a routing protocol, such as an OSPF (area), IS-IS (layer) or PNNI (level). It does not * represent the entire routing domain in every case. For example for OSPF, it represents an Area, but in the case of RIP, it represents the whole RIP * domain. Any common attributes of these routing domains can be placed in this class in future versions of CIM. */ public class RoutingProtocolDomain extends AdminDomain implements Serializable { /** * This constructor creates a RoutingProtocolDomainBeanImpl Class which implements the RoutingProtocolDomainBean Interface, and encapsulates the * CIM class RoutingProtocolDomain in a Java Bean. The CIM class RoutingProtocolDomain is described as follows: * * A Routing Protocol Domain is a collection of routers which coordinate their routing knowledge using a single [instance of a] routing protocol. * This class represents the area/layer/level/zone like property of a routing protocol, such as an OSPF (area), IS-IS (layer) or PNNI (level). It * does not represent the entire routing domain in every case. For example for OSPF, it represents an Area, but in the case of RIP, it represents * the whole RIP domain. Any common attributes of these routing domains can be placed in this class in future versions of CIM. */ public RoutingProtocolDomain() { }; } // Class RoutingProtocolDomain