/** * 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 Phase1SAUsedForPhase2 as well as methods comparable to * the invokeMethods defined for this class. This Class implements the Phase1SAUsedForPhase2Bean Interface. The CIM class Phase1SAUsedForPhase2 is * described as follows: * * Phase1SAUsedForPhase2 associates a phase 1 endpoint (such as an IKESAEndpoint) with an IPsecSAEndpoint that was negotiated using that phase 1 * Security Association. */ public class Phase1SAUsedForPhase2 extends Dependency implements Serializable { /** * This constructor creates a Phase1SAUsedForPhase2BeanImpl Class which implements the Phase1SAUsedForPhase2Bean Interface, and encapsulates the * CIM class Phase1SAUsedForPhase2 in a Java Bean. The CIM class Phase1SAUsedForPhase2 is described as follows: * * Phase1SAUsedForPhase2 associates a phase 1 endpoint (such as an IKESAEndpoint) with an IPsecSAEndpoint that was negotiated using that phase 1 * Security Association. */ public Phase1SAUsedForPhase2() { }; /** * This method create an Association of the type Phase1SAUsedForPhase2 between one SecurityAssociationEndpoint object and IPsecSAEndpoint object */ public static Phase1SAUsedForPhase2 link(SecurityAssociationEndpoint antecedent, IPsecSAEndpoint dependent) { return (Phase1SAUsedForPhase2) Association.link(Phase1SAUsedForPhase2.class, antecedent, dependent); }// link } // Class Phase1SAUsedForPhase2