|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.common.tools.bindings_v3.JAXRConcept
public class JAXRConcept
Java class for JAXRConcept element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="JAXRConcept">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}JAXRConcept" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="code" 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" />
<attribute name="parent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected String |
code
|
protected String |
id
|
protected List<JAXRConcept> |
jaxrConcept
|
protected String |
name
|
protected String |
parent
|
| Constructor Summary | |
|---|---|
JAXRConcept()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code 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. |
String |
getParent()
Gets the value of the parent property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParent(String value)
Sets the value of the parent property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXRConcept> jaxrConcept
protected String code
protected String id
protected String name
protected String parent
| Constructor Detail |
|---|
public JAXRConcept()
| Method Detail |
|---|
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 getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||