public class RelationshipSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
| Constructor and Description |
|---|
RelationshipSoapDO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns 'description'.
|
String |
getOriginKey()
Returns 'originKey'.
|
String |
getRelationshipType()
Returns 'relationshipType'.
|
String |
getTargetKey()
Returns 'targetKey'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDescription(String description)
Sets 'description'.
|
void |
setOriginKey(String originKey)
Sets 'originKey'.
|
void |
setRelationshipType(String relationshipType)
Sets 'relationshipType'.
|
void |
setTargetKey(String targetKey)
Sets 'targetKey'.
|
public String getOriginKey()
public void setOriginKey(String originKey)
originKey - Value of 'originKey'.public String getTargetKey()
public void setTargetKey(String targetKey)
targetKey - Value of 'targetKey'.public String getRelationshipType()
public void setRelationshipType(String relationshipType)
relationshipType - Value of 'relationshipType'.public String getDescription()
public void setDescription(String description)
description - Value of 'description'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.