org.aspsimon.termcomp.entity.xtc
Class Replacementmap
java.lang.Object
org.aspsimon.termcomp.entity.xtc.Replacementmap
public class Replacementmap
- 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="replacementmap">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:entry" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Replacementmap
public Replacementmap()
getReplacementmaps
public java.util.List<Entry> getReplacementmaps()
- Get the list of 'entry' element items.
- Returns:
- list
setReplacementmaps
public void setReplacementmaps(java.util.List<Entry> list)
- Set the list of 'entry' element items.
- Parameters:
list -