Package eu.openaire.oaf
Class ConceptType
java.lang.Object
eu.openaire.oaf.LabeledIdElementType
eu.openaire.oaf.ConceptType
Java class for conceptType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="conceptType">
<complexContent>
<extension base="{http://namespace.openaire.eu/oaf}labeledIdElementType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="concept" type="{http://namespace.openaire.eu/oaf}conceptType"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class eu.openaire.oaf.LabeledIdElementType
id, label -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the concept property.Methods inherited from class eu.openaire.oaf.LabeledIdElementType
getId, getLabel, setId, setLabel
-
Field Details
-
concept
-
-
Constructor Details
-
ConceptType
public ConceptType()
-
-
Method Details
-
getConcept
Gets the value of the concept 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 Jakarta XML Binding object. This is why there is not a
setmethod for the concept property.For example, to add a new item, do as follows:
getConcept().add(newItem);Objects of the following type(s) are allowed in the list
ConceptType
-