com.ibm.websphere.sibx.smobo
Interface RegistryRelationshipType
- public interface RegistryRelationshipType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getRelationshipName()
Returns the value of the 'Relationship Name' attribute.
|
|
getTargetName()
Returns the value of the 'Target Name' attribute.
|
|
getTargetNamespace()
Returns the value of the 'Target Namespace' attribute.
|
|
getTargetVersion()
Returns the value of the 'Target Version' attribute.
|
|
setRelationshipName(java.lang.String value)
Sets the value of the '
Relationship Name ' attribute.
|
|
setTargetName(java.lang.String value)
Sets the value of the '
Target Name ' attribute.
|
|
setTargetNamespace(java.lang.String value)
Sets the value of the '
Target Namespace ' attribute.
|
|
setTargetVersion(java.lang.String value)
Sets the value of the '
Target Version ' attribute.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getRelationshipName
- java.lang.String getRelationshipName( )
Returns the value of the 'Relationship Name' attribute.
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:
getTargetName
- java.lang.String getTargetName( )
Returns the value of the 'Target Name' attribute.
setTargetName
- void setTargetName(java.lang.String value)
Sets the value of the '
Target Name
' attribute.
getTargetNamespace
- java.lang.String getTargetNamespace( )
Returns the value of the 'Target Namespace' attribute.
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:
getTargetVersion
- java.lang.String getTargetVersion( )
Returns the value of the 'Target Version' attribute.
setTargetVersion
- void setTargetVersion(java.lang.String value)
Sets the value of the '
Target Version
' attribute.