/** * 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 TransformOfSecurityAssociation as well as methods * comparable to the invokeMethods defined for this class. This Class implements the TransformOfSecurityAssociationBean Interface. The CIM class * TransformOfSecurityAssociation is described as follows: * * TransformOfSecurityAssociation maps a SecurityAssociation Endpoint with the transform that it uses. For security, no keying material of the SA is * exposed. */ public class TransformOfSecurityAssociation extends ElementSettingData implements Serializable { /** * This constructor creates a TransformOfSecurityAssociationBeanImpl Class which implements the TransformOfSecurityAssociationBean Interface, and * encapsulates the CIM class TransformOfSecurityAssociation in a Java Bean. The CIM class TransformOfSecurityAssociation is described as follows: * * TransformOfSecurityAssociation maps a SecurityAssociation Endpoint with the transform that it uses. For security, no keying material of the SA * is exposed. */ public TransformOfSecurityAssociation() { }; /** * This method create an Association of the type TransformOfSecurityAssociation between one SATransform object and IPsecSAEndpoint object */ public static TransformOfSecurityAssociation link(SATransform settingData, IPsecSAEndpoint managedElement) { return (TransformOfSecurityAssociation) Association.link(TransformOfSecurityAssociation.class, settingData, managedElement); }// link } // Class TransformOfSecurityAssociation