Package org.proforma
Class ExternalresourcerefsType
java.lang.Object
org.proforma.ExternalresourcerefsType
- All Implemented Interfaces:
ResourceCaster.ProformaTaskResourcerefs
public class ExternalresourcerefsType
extends Object
implements ResourceCaster.ProformaTaskResourcerefs
Java class for externalresourcerefs-type complex type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the externalresourceref property.
-
Field Details
-
externalresourceref
-
-
Constructor Details
-
ExternalresourcerefsType
public ExternalresourcerefsType()
-
-
Method Details
-
getExternalresourceref
Gets the value of the externalresourceref 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 externalresourceref property.For example, to add a new item, do as follows:
getExternalresourceref().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalresourcerefType
-