Class PredefinedConcepts


  • 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>
     
    • Constructor Detail

      • PredefinedConcepts

        public PredefinedConcepts()
    • Method Detail

      • getJAXRClassificationScheme

        public List<JAXRClassificationScheme> getJAXRClassificationScheme()
        Gets the value of the jaxrClassificationScheme 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 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