Class LinkedApplicationSoapRow


  • public class LinkedApplicationSoapRow
    extends Object
    LinkedApplicationSoapList represents a list of linked applications.
    Since:
    8.0
    • Constructor Detail

      • LinkedApplicationSoapRow

        public LinkedApplicationSoapRow()
    • Method Detail

      • getId

        public String getId()
        Returns 'id'.
        Returns:
        Value of 'id'.
      • setId

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

        public String getTitle()
        Returns 'title'.
        Returns:
        Value of 'title'.
      • setTitle

        public void setTitle​(String title)
        Sets 'title'.
        Parameters:
        title - Value of 'title'.
      • getApplicationUrl

        public String getApplicationUrl()
        Returns 'applicationUrl'.
        Returns:
        Value of 'applicationUrl'.
      • setApplicationUrl

        public void setApplicationUrl​(String applicationUrl)
        Sets 'applicationUrl'.
        Parameters:
        applicationUrl - Value of 'applicationUrl'.
      • getApplicationType

        public String getApplicationType()
        Returns 'applicationType'.
        Returns:
        Value of 'applicationType'.
      • setApplicationType

        public void setApplicationType​(String applicationType)
        Sets 'applicationType'.
        Parameters:
        applicationType - Value of 'applicationType'.
      • getIconId

        public String getIconId()
        Returns 'iconId'.
        Returns:
        Value of 'iconId'.
      • setIconId

        public void setIconId​(String iconId)
        Sets 'iconId'.
        Parameters:
        iconId - Value of 'iconId'.
      • getDisplayOrder

        public int getDisplayOrder()
        Returns 'displayOrder'.
        Returns:
        Value of 'displayOrder'.
      • setDisplayOrder

        public void setDisplayOrder​(int displayOrder)
        Sets 'displayOrder'.
        Parameters:
        displayOrder - Value of 'displayOrder'.
      • getSingleSignOnEnabled

        public boolean getSingleSignOnEnabled()
        Returns 'singleSignOnEnabled'.
        Returns:
        Value of 'singleSignOnEnabled'.
      • setSingleSignOnEnabled

        public void setSingleSignOnEnabled​(boolean singleSignOnEnabled)
        Sets 'singleSignOnEnabled'.
        Parameters:
        singleSignOnEnabled - Value of 'singleSignOnEnabled'.
      • registerTypeMappings

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