Sonic Management API

com.sonicsw.xqimpl.mgmtapi.config.gen
Interface IAbstractXQContainerBean.IAbstractServiceEntryType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IXQContainerBean.IServiceEntryType
Enclosing interface:
IAbstractXQContainerBean

public static interface IAbstractXQContainerBean.IAbstractServiceEntryType
extends IMgmtSubBeanBase

Inner class representing ServiceEntryType This class extends IMgmtListBase


Method Summary
 java.lang.String getInstances()
          Get the attribute for Instances as a String value.
 IMgmtAttributeMetaData getInstancesMetaData()
          Get the attribute metadata for Instances.
 java.lang.String getName()
          Get the attribute for name as a String value.
 IMgmtAttributeMetaData getNameMetaData()
          Get the attribute metadata for name.
 java.lang.String getService_ref()
          Get the attribute for service_ref as a String value.
 IMgmtAttributeMetaData getService_refMetaData()
          Get the attribute metadata for service_ref.
 java.lang.String getType()
          Get the attribute for type as a String value.
 IMgmtAttributeMetaData getTypeMetaData()
          Get the attribute metadata for type.
 void setInstances(java.lang.String value)
          Set the attribute for Instances to the specified String value.
 void setName(java.lang.String value)
          Set the attribute for name to the specified String value.
 void setService_ref(java.lang.String value)
          Set the attribute for service_ref 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

getInstances

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

getInstancesMetaData

IMgmtAttributeMetaData getInstancesMetaData()
                                            throws MgmtException
Get the attribute metadata for Instances.

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

getName

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

getNameMetaData

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

getService_ref

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

getService_refMetaData

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

getType

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

getTypeMetaData

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

setInstances

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

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

setName

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

setService_ref

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