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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<JAXRClassificationScheme>jaxrClassificationScheme
-
Constructor Summary
Constructors Constructor Description PredefinedConcepts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JAXRClassificationScheme>getJAXRClassificationScheme()Gets the value of the jaxrClassificationScheme property.
-
-
-
Field Detail
-
jaxrClassificationScheme
protected List<JAXRClassificationScheme> jaxrClassificationScheme
-
-
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
setmethod 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
-
-