Class ConceptType

  • All Implemented Interfaces:
    Serializable

    public class ConceptType
    extends LabeledIdElementType
    implements Serializable

    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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ConceptType

        public ConceptType()
    • Method Detail

      • getConcept

        public List<ConceptType> 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 JAXB object. This is why there is not a set method 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