com.ibm.websphere.sibx.smobo

Interface RegistryRelationshipType


  1. public interface RegistryRelationshipType
A representation of the model object 'Registry Relationship 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
getRelationshipName()
Returns the value of the 'Relationship Name' attribute.
  1. java.lang.String
getTargetName()
Returns the value of the 'Target Name' attribute.
  1. java.lang.String
getTargetNamespace()
Returns the value of the 'Target Namespace' attribute.
  1. java.lang.String
getTargetVersion()
Returns the value of the 'Target Version' attribute.
  1. void
setRelationshipName(java.lang.String value)
Sets the value of the ' Relationship Name' attribute.
  1. void
setTargetName(java.lang.String value)
Sets the value of the ' Target Name' attribute.
  1. void
setTargetNamespace(java.lang.String value)
Sets the value of the ' Target Namespace' attribute.
  1. void
setTargetVersion(java.lang.String value)
Sets the value of the ' Target Version' attribute.

Field Detail

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

$sccsid

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

Method Detail

getRelationshipName

  1. java.lang.String getRelationshipName( )
Returns the value of the 'Relationship Name' attribute.
Returns:
the value of the 'Relationship Name' attribute.
See Also:

setRelationshipName

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

getTargetName

  1. java.lang.String getTargetName( )
Returns the value of the 'Target Name' attribute.
Returns:
the value of the 'Target Name' attribute.
See Also:

setTargetName

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

getTargetNamespace

  1. java.lang.String getTargetNamespace( )
Returns the value of the 'Target Namespace' attribute.
Returns:
the value of the 'Target Namespace' attribute.
See Also:

setTargetNamespace

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

getTargetVersion

  1. java.lang.String getTargetVersion( )
Returns the value of the 'Target Version' attribute.
Returns:
the value of the 'Target Version' attribute.
See Also:

setTargetVersion

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