public class RelationshipSoapDO extends ObjectSoapDO
Constructor and Description |
---|
RelationshipSoapDO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns 'description'.
|
java.lang.String |
getOriginKey()
Returns 'originKey'.
|
java.lang.String |
getRelationshipType()
Returns 'relationshipType'.
|
java.lang.String |
getTargetKey()
Returns 'targetKey'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDescription(java.lang.String description)
Sets 'description'.
|
void |
setOriginKey(java.lang.String originKey)
Sets 'originKey'.
|
void |
setRelationshipType(java.lang.String relationshipType)
Sets 'relationshipType'.
|
void |
setTargetKey(java.lang.String targetKey)
Sets 'targetKey'.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
public java.lang.String getOriginKey()
public void setOriginKey(java.lang.String originKey)
originKey
- Value of 'originKey'.public java.lang.String getTargetKey()
public void setTargetKey(java.lang.String targetKey)
targetKey
- Value of 'targetKey'.public java.lang.String getRelationshipType()
public void setRelationshipType(java.lang.String relationshipType)
relationshipType
- Value of 'relationshipType'.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Value of 'description'.public static void registerTypeMappings(org.apache.axis.client.Call call)