Package org.proforma

Class ExternalResourceType

    • Field Detail

      • internalDescription

        protected String internalDescription
      • reference

        protected String reference
      • usedByGrader

        protected boolean usedByGrader
      • visible

        protected String visible
      • usageByLms

        protected String usageByLms
    • Constructor Detail

      • ExternalResourceType

        public ExternalResourceType()
    • Method Detail

      • getInternalDescription

        public String getInternalDescription()
        Gets the value of the internalDescription property.
        Returns:
        possible object is String
      • setInternalDescription

        public void setInternalDescription​(String value)
        Sets the value of the internalDescription property.
        Parameters:
        value - allowed object is String
      • getAny

        public List<Object> getAny()
        Gets the value of the any property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

        For example, to add a new item, do as follows:

            getAny().add(newItem);
         

        Objects of the following type(s) are allowed in the list Object Element

      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getReference

        public String getReference()
        Gets the value of the reference property.
        Returns:
        possible object is String
      • setReference

        public void setReference​(String value)
        Sets the value of the reference property.
        Parameters:
        value - allowed object is String
      • isUsedByGrader

        public boolean isUsedByGrader()
        Gets the value of the usedByGrader property.
      • setUsedByGrader

        public void setUsedByGrader​(boolean value)
        Sets the value of the usedByGrader property.
      • getVisible

        public String getVisible()
        Gets the value of the visible property.
        Returns:
        possible object is String
      • setVisible

        public void setVisible​(String value)
        Sets the value of the visible property.
        Parameters:
        value - allowed object is String
      • getUsageByLms

        public String getUsageByLms()
        Gets the value of the usageByLms property.
        Returns:
        possible object is String
      • setUsageByLms

        public void setUsageByLms​(String value)
        Sets the value of the usageByLms property.
        Parameters:
        value - allowed object is String