|
||||||||||
| 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.Result
public class Result
Java class for Result element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Result">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}JAXRClassificationScheme" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}JAXRConcept" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="commandname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="error" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected String |
commandname
|
protected String |
error
|
protected List<JAXRClassificationScheme> |
jaxrClassificationScheme
|
protected List<JAXRConcept> |
jaxrConcept
|
protected String |
status
|
| Constructor Summary | |
|---|---|
Result()
|
|
| Method Summary | |
|---|---|
String |
getCommandname()
Gets the value of the commandname property. |
String |
getError()
Gets the value of the error property. |
List<JAXRClassificationScheme> |
getJAXRClassificationScheme()
Gets the value of the jaxrClassificationScheme property. |
List<JAXRConcept> |
getJAXRConcept()
Gets the value of the jaxrConcept property. |
String |
getStatus()
Gets the value of the status property. |
void |
setCommandname(String value)
Sets the value of the commandname property. |
void |
setError(String value)
Sets the value of the error property. |
void |
setStatus(String value)
Sets the value of the status property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXRClassificationScheme> jaxrClassificationScheme
protected List<JAXRConcept> jaxrConcept
protected String commandname
protected String error
protected String status
| Constructor Detail |
|---|
public Result()
| Method Detail |
|---|
public List<JAXRClassificationScheme> getJAXRClassificationScheme()
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
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 getCommandname()
Stringpublic void setCommandname(String value)
value - allowed object is
Stringpublic String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||