|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Funapp
public class Funapp
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="funapp">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:name" maxOccurs="1"/>
<xs:element ref="ns:arg" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Funapp()
|
|
| Method Summary | |
|---|---|
java.util.List<Arg> |
getArgs()
Get the list of 'arg' element items. |
Name |
getName()
Get the 'name' element value. |
void |
setArgs(java.util.List<Arg> list)
Set the list of 'arg' element items. |
void |
setName(Name name)
Set the 'name' element value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Funapp()
| Method Detail |
|---|
public Name getName()
public void setName(Name name)
name - public java.util.List<Arg> getArgs()
public void setArgs(java.util.List<Arg> list)
list -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||