Class CategoryType


public class CategoryType extends LabeledIdElementType

Java class for categoryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="categoryType">
   <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 Details

  • Constructor Details

    • CategoryType

      public CategoryType()
  • Method Details

    • 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 Jakarta XML Binding 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