Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerCollectionBean.IAbstractContainer

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerCollectionBean.IContainer
Enclosing interface:
IAbstractContainerCollectionBean

public static interface IAbstractContainerCollectionBean.IAbstractContainer
extends IMgmtSubBeanBase

Inner class representing Container This class extends IMgmtListBase


Method Summary
 IMgmtBeanBase getConfigRef()
          Get the attribute for CONFIG_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getConfigRefMetaData()
          Get the attribute metadata for CONFIG_REF.
 java.lang.String getContainerRuntimeId()
          Get the attribute for CONTAINER_RUNTIME_ID as a String value.
 IMgmtAttributeMetaData getContainerRuntimeIdMetaData()
          Get the attribute metadata for CONTAINER_RUNTIME_ID.
 void setConfigRef(IMgmtBeanBase value)
          Set the attribute for CONFIG_REF to the specified IMgmtBeanBase value.
 void setContainerRuntimeId(java.lang.String value)
          Set the attribute for CONTAINER_RUNTIME_ID to the specified String 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

getConfigRef

IMgmtBeanBase getConfigRef()
                           throws MgmtException
Get the attribute for 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

getConfigRefMetaData

IMgmtAttributeMetaData getConfigRefMetaData()
                                            throws MgmtException
Get the attribute metadata for 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

getContainerRuntimeId

java.lang.String getContainerRuntimeId()
                                       throws MgmtException
Get the attribute for CONTAINER_RUNTIME_ID as a String value.

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

getContainerRuntimeIdMetaData

IMgmtAttributeMetaData getContainerRuntimeIdMetaData()
                                                     throws MgmtException
Get the attribute metadata for CONTAINER_RUNTIME_ID.

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

setConfigRef

void setConfigRef(IMgmtBeanBase value)
                  throws MgmtException
Set the attribute for 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

setContainerRuntimeId

void setContainerRuntimeId(java.lang.String value)
                           throws MgmtException
Set the attribute for CONTAINER_RUNTIME_ID to the specified String value.

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

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.