org.aspsimon.termcomp.entity.xtc
Class Funapp

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Funapp

public class Funapp
extends java.lang.Object

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

Funapp

public Funapp()
Method Detail

getName

public Name getName()
Get the 'name' element value.

Returns:
value

setName

public void setName(Name name)
Set the 'name' element value.

Parameters:
name -

getArgs

public java.util.List<Arg> getArgs()
Get the list of 'arg' element items.

Returns:
list

setArgs

public void setArgs(java.util.List<Arg> list)
Set the list of 'arg' element items.

Parameters:
list -