public class PredefinedConcepts extends Object
Java class for PredefinedConcepts element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="PredefinedConcepts">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}JAXRClassificationScheme" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXRClassificationScheme> |
jaxrClassificationScheme |
| Constructor and Description |
|---|
PredefinedConcepts() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXRClassificationScheme> |
getJAXRClassificationScheme()
Gets the value of the jaxrClassificationScheme property.
|
protected List<JAXRClassificationScheme> jaxrClassificationScheme
public List<JAXRClassificationScheme> getJAXRClassificationScheme()
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 jaxrClassificationScheme property.
For example, to add a new item, do as follows:
getJAXRClassificationScheme().add(newItem);
Objects of the following type(s) are allowed in the list
JAXRClassificationScheme
Copyright © 2005–2017 Oracle Corporation. All rights reserved.