public class JAXRClassificationScheme extends Object
Java class for JAXRClassificationScheme element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="JAXRClassificationScheme">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}JAXRConcept" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected List<JAXRConcept> |
jaxrConcept |
protected String |
name |
| Constructor and Description |
|---|
JAXRClassificationScheme() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
List<JAXRConcept> |
getJAXRConcept()
Gets the value of the jaxrConcept property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<JAXRConcept> jaxrConcept
protected String description
protected String id
protected String name
public List<JAXRConcept> getJAXRConcept()
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 jaxrConcept property.
For example, to add a new item, do as follows:
getJAXRConcept().add(newItem);
Objects of the following type(s) are allowed in the list
JAXRConcept
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2005–2017 Oracle Corporation. All rights reserved.