/** * 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 NextServiceAfterClassifierElement as well as methods * comparable to the invokeMethods defined for this class. This Class implements the NextServiceAfterClassifierElementBean Interface. The CIM class * NextServiceAfterClassifierElement is described as follows: * * An association used to establish a predecessor-successor relationship between a single ClassifierElement (within a ClassifierService) and the next * ConditioningService object that further processes the selected traffic. Note that the cardinalities indicate that a FollowingService MUST be * defined, after the ClassifierElement. This is because there is no reason to classify traffic unless further processing will be done. */ public class NextServiceAfterClassifierElement extends NextService implements Serializable { /** * This constructor creates a NextServiceAfterClassifierElementBeanImpl Class which implements the NextServiceAfterClassifierElementBean * Interface, and encapsulates the CIM class NextServiceAfterClassifierElement in a Java Bean. The CIM class NextServiceAfterClassifierElement is * described as follows: * * An association used to establish a predecessor-successor relationship between a single ClassifierElement (within a ClassifierService) and the * next ConditioningService object that further processes the selected traffic. Note that the cardinalities indicate that a FollowingService MUST * be defined, after the ClassifierElement. This is because there is no reason to classify traffic unless further processing will be done. */ public NextServiceAfterClassifierElement() { }; /** * This method create an Association of the type NextServiceAfterClassifierElement between one ClassifierElement object and ConditioningService * object */ public static NextServiceAfterClassifierElement link(ClassifierElement precedingService, ConditioningService followingService) { return (NextServiceAfterClassifierElement) Association.link(NextServiceAfterClassifierElement.class, precedingService, followingService); }// link } // Class NextServiceAfterClassifierElement