com.ibm.websphere.sibx.smobo
Interface RegistryAnnotationsType


public interface RegistryAnnotationsType

A representation of the model object 'Registry Annotations Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getRegistryAnnotationsType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.List getClassification()
          Returns the value of the 'Classification' attribute list.
 java.util.List getProperty()
          Returns the value of the 'Property' containment reference list.
 java.util.List getRelationship()
          Returns the value of the 'Relationship' containment reference list.
 

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

getProperty

java.util.List getProperty()
Returns the value of the 'Property' containment reference list. The list contents are of type RegistryPropertyType.

Returns:
the value of the 'Property' containment reference list.
See Also:
ServiceMessageObjectPackage.getRegistryAnnotationsType_Property()

getClassification

java.util.List getClassification()
Returns the value of the 'Classification' attribute list. The list contents are of type String.

Returns:
the value of the 'Classification' attribute list.
See Also:
ServiceMessageObjectPackage.getRegistryAnnotationsType_Classification()

getRelationship

java.util.List getRelationship()
Returns the value of the 'Relationship' containment reference list. The list contents are of type RegistryRelationshipType.

Returns:
the value of the 'Relationship' containment reference list.
See Also:
ServiceMessageObjectPackage.getRegistryAnnotationsType_Relationship()