Package org.proforma
Class ExternalResourceType
java.lang.Object
org.proforma.ExternalResourceType
- All Implemented Interfaces:
ResourceCaster.ProformaTaskResource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()
Gets the value of the any property.getId()
Gets the value of the id property.Gets the value of the internalDescription property.Gets the value of the reference property.Gets the value of the usageByLms property.Gets the value of the visible property.boolean
Gets the value of the usedByGrader property.void
Sets the value of the id property.void
setInternalDescription
(String value) Sets the value of the internalDescription property.void
setReference
(String value) Sets the value of the reference property.void
setUsageByLms
(String value) Sets the value of the usageByLms property.void
setUsedByGrader
(boolean value) Sets the value of the usedByGrader property.void
setVisible
(String value) Sets the value of the visible property.
-
Field Details
-
internalDescription
-
any
-
id
-
reference
-
usedByGrader
protected boolean usedByGrader -
visible
-
usageByLms
-
-
Constructor Details
-
ExternalResourceType
public ExternalResourceType()
-
-
Method Details
-
getInternalDescription
Gets the value of the internalDescription property.- Returns:
- possible object is
String
-
setInternalDescription
Sets the value of the internalDescription property.- Parameters:
value
- allowed object isString
-
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
-
getId
Gets the value of the id property.- Specified by:
getId
in interfaceResourceCaster.ProformaTaskResource
- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
String
-
setReference
Sets the value of the reference property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the visible property.- Returns:
- possible object is
String
-
setVisible
Sets the value of the visible property.- Parameters:
value
- allowed object isString
-
getUsageByLms
Gets the value of the usageByLms property.- Returns:
- possible object is
String
-
setUsageByLms
Sets the value of the usageByLms property.- Parameters:
value
- allowed object isString
-
createRefToMyself
- Specified by:
createRefToMyself
in interfaceResourceCaster.ProformaTaskResource
-