org.aspsimon.termcomp.entity.xtc
Class Signature
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Signature
public Signature()
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 -