org.aspsimon.termcomp.entity.xtc
Class Signature

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

public class Signature
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="signature">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="ns:funcsym" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Signature()
           
 
Method Summary
 java.util.List<Funcsym> getSignatures()
          Get the list of 'funcsym' element items.
 void setSignatures(java.util.List<Funcsym> list)
          Set the list of 'funcsym' element items.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Signature

public Signature()
Method Detail

getSignatures

public java.util.List<Funcsym> getSignatures()
Get the list of 'funcsym' element items.

Returns:
list

setSignatures

public void setSignatures(java.util.List<Funcsym> list)
Set the list of 'funcsym' element items.

Parameters:
list -