public static class Study.Descriptor.RelatedStudies extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RELATED_STUDY" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RELATED_LINK" type="{SRA.common}XRefType"/> <element name="IS_PRIMARY" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Study.Descriptor.RelatedStudies.RelatedStudy
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Study.Descriptor.RelatedStudies.RelatedStudy> |
relatedStudies |
Constructor and Description |
---|
Study.Descriptor.RelatedStudies() |
Modifier and Type | Method and Description |
---|---|
List<Study.Descriptor.RelatedStudies.RelatedStudy> |
getRelatedStudies()
Gets the value of the relatedStudies property.
|
protected List<Study.Descriptor.RelatedStudies.RelatedStudy> relatedStudies
public Study.Descriptor.RelatedStudies()
public List<Study.Descriptor.RelatedStudies.RelatedStudy> getRelatedStudies()
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 relatedStudies property.
For example, to add a new item, do as follows:
getRelatedStudies().add(newItem);
Objects of the following type(s) are allowed in the list
Study.Descriptor.RelatedStudies.RelatedStudy
Copyright © 2014–2015. All rights reserved.