Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAuthorizationQopBean

All Superinterfaces:
com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase
All Known Subinterfaces:
IAuthorizationQopBean

public interface IAbstractAuthorizationQopBean
extends IMgmtBeanBase

Configuration Bean representing a 'AuthorizationQop'


Field Summary
 
Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY
 
Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension
END_CDATA, START_CDATA, TOOL_ANNOTATION
 
Method Summary
 java.lang.String getQop()
          Get the attribute for QOP as a String value.
 IMgmtAttributeMetaData getQopMetaData()
          Get the attribute metadata for QOP.
 java.lang.String getResourceName()
          Get the attribute for RESOURCE_NAME as a String value.
 IMgmtAttributeMetaData getResourceNameMetaData()
          Get the attribute metadata for RESOURCE_NAME.
 java.lang.String getResourceType()
          Get the attribute for RESOURCE_TYPE as a String value.
 IMgmtAttributeMetaData getResourceTypeMetaData()
          Get the attribute metadata for RESOURCE_TYPE.
 void setQop(java.lang.String value)
          Set the attribute for QOP to the specified String value.
 void setResourceName(java.lang.String value)
          Set the attribute for RESOURCE_NAME to the specified String value.
 void setResourceType(java.lang.String value)
          Set the attribute for RESOURCE_TYPE to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, 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
 
Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension
getAnnotation, setAnnotation
 

Method Detail

getQop

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

getQopMetaData

IMgmtAttributeMetaData getQopMetaData()
                                      throws MgmtException
Get the attribute metadata for QOP.

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

getResourceName

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

getResourceNameMetaData

IMgmtAttributeMetaData getResourceNameMetaData()
                                               throws MgmtException
Get the attribute metadata for RESOURCE_NAME.

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

getResourceType

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

getResourceTypeMetaData

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

setQop

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

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

setResourceName

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

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

setResourceType

void setResourceType(java.lang.String value)
                     throws MgmtException
Set the attribute for RESOURCE_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

Sonic Management API

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