Class Process

    • Constructor Detail

      • Process

        public Process()
    • Method Detail

      • setName

        public Process setName​(String name)
        Parameters:
        name - the name to set
      • getType

        public String getType()
        Returns:
        the type
      • setType

        public Process setType​(String type)
        Parameters:
        type - the type to set
      • isSetType

        public boolean isSetType()
      • addDocumentation

        public Process addDocumentation​(DocumentCitation documentation)
        Parameters:
        documentation - the documentation to add
      • isSetDocumentation

        public boolean isSetDocumentation()
      • getProcessParameter

        public List<ProcessParameter> getProcessParameter()
        Returns:
        the processParameter
      • setProcessParameter

        public Process setProcessParameter​(Collection<ProcessParameter> processParameter)
        Parameters:
        processParameter - the processParameter to set
      • addProcessParameter

        public Process addProcessParameter​(ProcessParameter processParameter)
        Parameters:
        processParameter - the processParameter to add
      • isSetProcessParameter

        public boolean isSetProcessParameter()
      • getResponsibleParty

        public List<RelatedParty> getResponsibleParty()
        Returns:
        the responsibleParty
      • setResponsibleParty

        public Process setResponsibleParty​(Collection<RelatedParty> responsibleParty)
        Parameters:
        responsibleParty - the responsibleParty to set
      • addResponsibleParty

        public Process addResponsibleParty​(RelatedParty responsibleParty)
        Parameters:
        responsibleParty - the responsibleParty to add
      • isSetResponsibleParty

        public boolean isSetResponsibleParty()