Class ExternalSystemSoapRow


  • public class ExternalSystemSoapRow
    extends Object
    A list of valid external systems.
    Since:
    8.0
    • Constructor Detail

      • ExternalSystemSoapRow

        public ExternalSystemSoapRow()
    • Method Detail

      • getId

        public String getId()
        Returns 'id'. Id of the external system
        Returns:
        Value of 'id'.
      • setId

        public void setId​(String id)
        Sets 'id'. Id of the external system
        Parameters:
        id - Value of 'id'.
      • getTitle

        public String getTitle()
        Returns 'title'. The title of the external system
        Returns:
        Value of 'title'.
      • setTitle

        public void setTitle​(String title)
        Sets 'title'. The title of the external system
        Parameters:
        title - Value of 'title'.
      • getDescription

        public String getDescription()
        Returns 'description'. The description of the external system
        Returns:
        Value of 'description'.
      • setDescription

        public void setDescription​(String description)
        Sets 'description'. The description of the external system
        Parameters:
        description - Value of 'description'.
      • getAdapterName

        public String getAdapterName()
        Returns 'adapterName'. the name of the adapter of the external system
        Returns:
        Value of 'adapterName'.
      • setAdapterName

        public void setAdapterName​(String adapterName)
        Sets 'adapterName'. the name of the adapter of the external system
        Parameters:
        adapterName - Value of 'adapterName'.
      • getAdapterCategory

        public String getAdapterCategory()
        Returns 'adapterCategory'. the category of the adapter of the external system
        Returns:
        Value of 'adapterCategory'.
      • setAdapterCategory

        public void setAdapterCategory​(String adapterCategory)
        Sets 'adapterCategory'. the category of the adapter of the external system
        Parameters:
        adapterCategory - Value of 'adapterCategory'.
      • getRequiresApproval

        public boolean getRequiresApproval()
        Returns 'requiresApproval'. It requires approval while creating repository
        Returns:
        Value of 'requiresApproval'.
      • setRequiresApproval

        public void setRequiresApproval​(boolean requiresApproval)
        Sets 'requiresApproval'. It requires approval while creating repository
        Parameters:
        requiresApproval - Value of 'requiresApproval'.
      • registerTypeMappings

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