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