Package org.proforma

Class ExternalResourcesType

java.lang.Object
org.proforma.ExternalResourcesType

public class ExternalResourcesType extends Object

Java class for external-resources-type complex type.

  • Field Details

  • Constructor Details

    • ExternalResourcesType

      public ExternalResourcesType()
  • Method Details

    • getExternalResource

      public List<ExternalResourceType> getExternalResource()
      Gets the value of the externalResource 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 externalResource property.

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

          getExternalResource().add(newItem);
       

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

    • findById

      public ExternalResourceType findById(String id)