Class CiOnlineResource

    • Constructor Detail

      • CiOnlineResource

        public CiOnlineResource​(Nillable<URI> linkage)
      • CiOnlineResource

        public CiOnlineResource​(URI linkage)
      • CiOnlineResource

        public CiOnlineResource​(String linkage)
    • Method Detail

      • getLinkage

        public Nillable<URI> getLinkage()
        Returns:
        the linkage
      • setLinkage

        public void setLinkage​(Nillable<URI> linkage)
        Parameters:
        linkage - the linkage to set
      • getProtocol

        public Nillable<String> getProtocol()
        Returns:
        the protocol
      • setProtocol

        public void setProtocol​(Nillable<String> protocol)
        Parameters:
        protocol - the protocol to set
      • setProtocol

        public void setProtocol​(String protocol)
        Parameters:
        protocol - the protocol to set
      • isSetProtocol

        public boolean isSetProtocol()
      • getApplicationProfile

        public String getApplicationProfile()
        Returns:
        the applicationProfile
      • setApplicationProfile

        public void setApplicationProfile​(String applicationProfile)
        Parameters:
        applicationProfile - the applicationProfile to set
      • isSetApplicationProfile

        public boolean isSetApplicationProfile()
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • isSetName

        public boolean isSetName()
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • isSetDescription

        public boolean isSetDescription()
      • getFunction

        public String getFunction()
        Returns:
        the function
      • setFunction

        public void setFunction​(String function)
        Parameters:
        function - the function to set
      • isSetFunction

        public boolean isSetFunction()