com.ibm.websphere.sibx.smobo
Interface DynamicPropertySetType
- public interface DynamicPropertySetType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getGroup()
Returns the value of the 'Group' attribute
|
|
getProperties()
Returns the value of the 'Properties' containment reference list.
|
|
setGroup(java.lang.String value)
Sets the value of the '
Group ' attribute
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getGroup
- java.lang.String getGroup()
Returns the value of the 'Group' attribute.
setGroup
- void setGroup(java.lang.String value)
Sets the value of the '
Group
' attribute.
getProperties
- 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.