Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerBean.IAbstractExtensionType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerBean.IExtensionType
Enclosing interface:
IAbstractContainerBean

public static interface IAbstractContainerBean.IAbstractExtensionType
extends IMgmtSubBeanBase

Inner class representing ExtensionType This class extends IMgmtListBase


Method Summary
 boolean getExtensionActive()
          Get the attribute for EXTENSION_ACTIVE as a boolean value.
 IMgmtAttributeMetaData getExtensionActiveMetaData()
          Get the attribute metadata for EXTENSION_ACTIVE.
 IMgmtBeanBase getExtensionConfigRef()
          Get the attribute for EXTENSION_CONFIG_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getExtensionConfigRefMetaData()
          Get the attribute metadata for EXTENSION_CONFIG_REF.
 void setExtensionActive(boolean value)
          Set the attribute for EXTENSION_ACTIVE to the specified boolean value.
 void setExtensionConfigRef(IMgmtBeanBase value)
          Set the attribute for EXTENSION_CONFIG_REF to the specified IMgmtBeanBase value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 

Method Detail

getExtensionActive

boolean getExtensionActive()
                           throws MgmtException
Get the attribute for EXTENSION_ACTIVE as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getExtensionActiveMetaData

IMgmtAttributeMetaData getExtensionActiveMetaData()
                                                  throws MgmtException
Get the attribute metadata for EXTENSION_ACTIVE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getExtensionConfigRef

IMgmtBeanBase getExtensionConfigRef()
                                    throws MgmtException
Get the attribute for EXTENSION_CONFIG_REF as a IMgmtBeanBase value.

Returns:
The IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getExtensionConfigRefMetaData

IMgmtAttributeMetaData getExtensionConfigRefMetaData()
                                                     throws MgmtException
Get the attribute metadata for EXTENSION_CONFIG_REF.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setExtensionActive

void setExtensionActive(boolean value)
                        throws MgmtException
Set the attribute for EXTENSION_ACTIVE to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setExtensionConfigRef

void setExtensionConfigRef(IMgmtBeanBase value)
                           throws MgmtException
Set the attribute for EXTENSION_CONFIG_REF to the specified IMgmtBeanBase value.

Parameters:
value - The IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.