IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface RegistryRelationshipType


public interface RegistryRelationshipType

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

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getRelationshipName()
          Returns the value of the 'Relationship Name' attribute.
 java.lang.String getTargetName()
          Returns the value of the 'Target Name' attribute.
 java.lang.String getTargetNamespace()
          Returns the value of the 'Target Namespace' attribute.
 java.lang.String getTargetVersion()
          Returns the value of the 'Target Version' attribute.
 void setRelationshipName(java.lang.String value)
          Sets the value of the 'Relationship Name' attribute.
 void setTargetName(java.lang.String value)
          Sets the value of the 'Target Name' attribute.
 void setTargetNamespace(java.lang.String value)
          Sets the value of the 'Target Namespace' attribute.
 void setTargetVersion(java.lang.String value)
          Sets the value of the 'Target Version' attribute.
 

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

getRelationshipName

java.lang.String getRelationshipName()
Returns the value of the 'Relationship Name' attribute.

Returns:
the value of the 'Relationship Name' attribute.
See Also:
setRelationshipName(String)

setRelationshipName

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:
getRelationshipName()

getTargetName

java.lang.String getTargetName()
Returns the value of the 'Target Name' attribute.

Returns:
the value of the 'Target Name' attribute.
See Also:
setTargetName(String)

setTargetName

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:
getTargetName()

getTargetNamespace

java.lang.String getTargetNamespace()
Returns the value of the 'Target Namespace' attribute.

Returns:
the value of the 'Target Namespace' attribute.
See Also:
setTargetNamespace(String)

setTargetNamespace

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:
getTargetNamespace()

getTargetVersion

java.lang.String getTargetVersion()
Returns the value of the 'Target Version' attribute.

Returns:
the value of the 'Target Version' attribute.
See Also:
setTargetVersion(String)

setTargetVersion

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:
getTargetVersion()

IBM WebSphere Application ServerTM
Release 7