com.ibm.websphere.sibx.smobo

Interface DynamicPropertySetType


  1. public interface DynamicPropertySetType
A representation of the model object 'Dynamic Property Set Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getGroup()
Returns the value of the 'Group' attribute
  1. java.util.List<PropertyType>
getProperties()
Returns the value of the 'Properties' containment reference list.
  1. void
setGroup(java.lang.String value)
Sets the value of the ' Group' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getGroup

  1. java.lang.String getGroup()
Returns the value of the 'Group' attribute.
Returns:
the value of the 'Group' attribute.
See Also:

setGroup

  1. void setGroup(java.lang.String value)
Sets the value of the ' Group' attribute.
Parameters:
value - the new value of the 'Group' attribute.
See Also:

getProperties

  1. java.util.List<PropertyType> 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.