com.ibm.websphere.sibx.smobo
Interface RegistryRelationshipType


public interface RegistryRelationshipType

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

The following features are supported:

See Also:
ServiceMessageObjectPackage.getRegistryRelationshipType()

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

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

getRelationshipName

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

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

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

setRelationshipName

public 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

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

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

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

setTargetName

public 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

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

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

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

setTargetNamespace

public 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

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

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

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

setTargetVersion

public 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()