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