|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.model.Function
public class Function
Java class for Function complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Function">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.servicelabs.org/plasma/query}FunctionArg" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.servicelabs.org/plasma/query}FunctionValues" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<FunctionArg> |
functionArgs
|
protected FunctionValues |
name
|
| Constructor Summary | |
|---|---|
Function()
|
|
Function(FunctionValues name)
|
|
| Method Summary | |
|---|---|
List<FunctionArg> |
getFunctionArgs()
Gets the value of the functionArgs property. |
FunctionValues |
getName()
Gets the value of the name property. |
void |
setName(FunctionValues value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FunctionArg> functionArgs
protected FunctionValues name
| Constructor Detail |
|---|
public Function()
public Function(FunctionValues name)
| Method Detail |
|---|
public List<FunctionArg> getFunctionArgs()
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 functionArgs property.
For example, to add a new item, do as follows:
getFunctionArgs().add(newItem);
Objects of the following type(s) are allowed in the list
FunctionArg
public FunctionValues getName()
FunctionValuespublic void setName(FunctionValues value)
value - allowed object is
FunctionValues
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||