com.ibm.websphere.sibx.smobo

Interface RegistryAnnotationsType


  1. public interface RegistryAnnotationsType
A representation of the model object 'Registry Annotations 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.util.List<java.lang.String>
getClassification()
Returns the value of the 'Classification' attribute list.
  1. java.util.List<RegistryPropertyType>
getProperty()
Returns the value of the 'Property' containment reference list.
  1. java.util.List<RegistryRelationshipType>
getRelationship()
Returns the value of the 'Relationship' containment reference list.

Field Detail

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

$sccsid

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

Method Detail

getProperty

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

getClassification

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

getRelationship

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