|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.frascati.remote.introspection.resources.Method
public class Method
Java class for Method complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Method">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://resources.introspection.remote.frascati.ow2.org}Parameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="intent" type="{http://resources.introspection.remote.frascati.ow2.org}Component" maxOccurs="unbounded" minOccurs="0"/>
<element name="exception" type="{http://www.eclipse.org/emf/2002/Ecore}EString" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="result" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
exceptions
|
protected List<Component> |
intents
|
protected String |
name
|
protected List<Parameter> |
parameters
|
protected String |
result
|
| Constructor Summary | |
|---|---|
Method()
|
|
| Method Summary | |
|---|---|
List<String> |
getExceptions()
Gets the value of the exceptions property. |
List<Component> |
getIntents()
Gets the value of the intents property. |
String |
getName()
Gets the value of the name property. |
List<Parameter> |
getParameters()
Gets the value of the parameters property. |
String |
getResult()
Gets the value of the result property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setResult(String value)
Sets the value of the result property. |
String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Parameter> parameters
protected List<Component> intents
protected List<String> exceptions
protected String result
protected String name
| Constructor Detail |
|---|
public Method()
| Method Detail |
|---|
public List<Parameter> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public List<Component> getIntents()
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 intents property.
For example, to add a new item, do as follows:
getIntents().add(newItem);
Objects of the following type(s) are allowed in the list
Component
public List<String> getExceptions()
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 exceptions property.
For example, to add a new item, do as follows:
getExceptions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||