Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractActivationDaemonBean.IAbstractScheduleType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IActivationDaemonBean.IScheduleType
Enclosing interface:
IAbstractActivationDaemonBean

public static interface IAbstractActivationDaemonBean.IAbstractScheduleType
extends IMgmtSubBeanBase

Inner class representing ScheduleType This class extends IMgmtListBase


Method Summary
 java.lang.String getActionType()
          Get the attribute for ACTION_TYPE as a String value.
 IMgmtAttributeMetaData getActionTypeMetaData()
          Get the attribute metadata for ACTION_TYPE.
 java.lang.String getOccursType()
          Get the attribute for OCCURS_TYPE as a String value.
 IMgmtAttributeMetaData getOccursTypeMetaData()
          Get the attribute metadata for OCCURS_TYPE.
 java.lang.String getOccursValue()
          Get the attribute for OCCURS_VALUE as a String value.
 IMgmtAttributeMetaData getOccursValueMetaData()
          Get the attribute metadata for OCCURS_VALUE.
 void setActionType(java.lang.String value)
          Set the attribute for ACTION_TYPE to the specified String value.
 void setOccursType(java.lang.String value)
          Set the attribute for OCCURS_TYPE to the specified String value.
 void setOccursValue(java.lang.String value)
          Set the attribute for OCCURS_VALUE 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

getActionType

java.lang.String getActionType()
                               throws MgmtException
Get the attribute for ACTION_TYPE 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

getActionTypeMetaData

IMgmtAttributeMetaData getActionTypeMetaData()
                                             throws MgmtException
Get the attribute metadata for ACTION_TYPE.

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

getOccursType

java.lang.String getOccursType()
                               throws MgmtException
Get the attribute for OCCURS_TYPE 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

getOccursTypeMetaData

IMgmtAttributeMetaData getOccursTypeMetaData()
                                             throws MgmtException
Get the attribute metadata for OCCURS_TYPE.

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

getOccursValue

java.lang.String getOccursValue()
                                throws MgmtException
Get the attribute for OCCURS_VALUE 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

getOccursValueMetaData

IMgmtAttributeMetaData getOccursValueMetaData()
                                              throws MgmtException
Get the attribute metadata for OCCURS_VALUE.

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

setActionType

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

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

setOccursType

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

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

setOccursValue

void setOccursValue(java.lang.String value)
                    throws MgmtException
Set the attribute for OCCURS_VALUE 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-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.