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

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

$sccsid

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

getProperty

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

If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...

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

getClassification

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

If the meaning of the 'Classification' attribute list isn't clear, there really should be more of a description here...

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

getRelationship

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

If the meaning of the 'Relationship' containment reference list isn't clear, there really should be more of a description here...

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