Class RelationshipSoapDO


  • public class RelationshipSoapDO
    extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
    This class represents the data associated with a project.
    Change History
    Release: 4.3-hotfix4
    • Created relationship soap do.
    Since:
    4.1
    • Constructor Detail

      • RelationshipSoapDO

        public RelationshipSoapDO()
    • Method Detail

      • getOriginKey

        public String getOriginKey()
        Returns 'originKey'. The id of the origin object.
        Returns:
        Value of 'originKey'.
      • setOriginKey

        public void setOriginKey​(String originKey)
        Sets 'originKey'. The id of the origin object.
        Parameters:
        originKey - Value of 'originKey'.
      • getTargetKey

        public String getTargetKey()
        Returns 'targetKey'. The id of the target object.
        Returns:
        Value of 'targetKey'.
      • setTargetKey

        public void setTargetKey​(String targetKey)
        Sets 'targetKey'. The id of the target object.
        Parameters:
        targetKey - Value of 'targetKey'.
      • getRelationshipType

        public String getRelationshipType()
        Returns 'relationshipType'. The type of the relationship.
        Returns:
        Value of 'relationshipType'.
      • setRelationshipType

        public void setRelationshipType​(String relationshipType)
        Sets 'relationshipType'. The type of the relationship.
        Parameters:
        relationshipType - Value of 'relationshipType'.
      • getDescription

        public String getDescription()
        Returns 'description'. The relationship description.
        Returns:
        Value of 'description'.
      • setDescription

        public void setDescription​(String description)
        Sets 'description'. The relationship description.
        Parameters:
        description - Value of 'description'.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)