com.ibm.websphere.sibx.smobo
Interface DynamicPropertySetType


public interface DynamicPropertySetType

A representation of the model object 'Dynamic Property Set Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getDynamicPropertySetType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getGroup()
          Returns the value of the 'Group' attribute.
 java.util.List getProperties()
          Returns the value of the 'Properties' containment reference list.
 void setGroup(java.lang.String value)
          Sets the value of the 'Group' attribute.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getGroup

java.lang.String getGroup()
Returns the value of the 'Group' attribute.

Returns:
the value of the 'Group' attribute.
See Also:
setGroup(String), ServiceMessageObjectPackage.getDynamicPropertySetType_Group()

setGroup

void setGroup(java.lang.String value)
Sets the value of the 'Group' attribute.

Parameters:
value - the new value of the 'Group' attribute.
See Also:
getGroup()

getProperties

java.util.List getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type PropertyType.

Returns:
the value of the 'Properties' containment reference list.
See Also:
ServiceMessageObjectPackage.getDynamicPropertySetType_Properties()