com.sun.xml.registry.common.tools.bindings_v3
Class PredefinedConcepts
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jaxrClassificationScheme
protected List<JAXRClassificationScheme> jaxrClassificationScheme
PredefinedConcepts
public PredefinedConcepts()
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.