com.sun.xml.registry.common.tools.bindings_v3
Class PredefinedConcepts

java.lang.Object
  extended by com.sun.xml.registry.common.tools.bindings_v3.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>
 


Field Summary
protected  List<JAXRClassificationScheme> jaxrClassificationScheme
           
 
Constructor Summary
PredefinedConcepts()
           
 
Method Summary
 List<JAXRClassificationScheme> getJAXRClassificationScheme()
          Gets the value of the jaxrClassificationScheme property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jaxrClassificationScheme

protected List<JAXRClassificationScheme> jaxrClassificationScheme
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



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.