/** * 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 BGPServiceAttributes as well as methods comparable to * the invokeMethods defined for this class. This Class implements the BGPServiceAttributesBean Interface. The CIM class BGPServiceAttributes is * described as follows: * * This is a specialization of the Component aggregation. This aggregation defines the set of BGPPathAttributes that are transmitted in per-path * UPDATE messages. The association is deprecated since it is incorrectly defined as a Component relationship, and since the properties of * BGPPathAttribute are path/endpoint-specific (not defined at the level of the Service). */ @Deprecated public class BGPServiceAttributes extends Component implements Serializable { /** * This constructor creates a BGPServiceAttributesBeanImpl Class which implements the BGPServiceAttributesBean Interface, and encapsulates the CIM * class BGPServiceAttributes in a Java Bean. The CIM class BGPServiceAttributes is described as follows: * * This is a specialization of the Component aggregation. This aggregation defines the set of BGPPathAttributes that are transmitted in per-path * UPDATE messages. The association is deprecated since it is incorrectly defined as a Component relationship, and since the properties of * BGPPathAttribute are path/endpoint-specific (not defined at the level of the Service). */ public BGPServiceAttributes() { }; /** * This method create an Association of the type BGPServiceAttributes between one BGPService object and BGPPathAttributes object */ @Deprecated public static BGPServiceAttributes link(BGPService groupComponent, BGPPathAttributes partComponent) { return (BGPServiceAttributes) Association.link(BGPServiceAttributes.class, groupComponent, partComponent); }// link } // Class BGPServiceAttributes