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.booleanGets the value of the usedByGrader property.voidSets the value of the id property.voidsetInternalDescription(String value) Sets the value of the internalDescription property.voidsetReference(String value) Sets the value of the reference property.voidsetUsageByLms(String value) Sets the value of the usageByLms property.voidsetUsedByGrader(boolean value) Sets the value of the usedByGrader property.voidsetVisible(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
setmethod 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
ObjectElement -
getId
Gets the value of the id property.- Specified by:
getIdin 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:
createRefToMyselfin interfaceResourceCaster.ProformaTaskResource
-