public class ReferenceStored extends Object implements Reference
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<QName,String> |
extraAttributes |
protected String |
id |
static String |
ID_PREFIX |
protected String[] |
minTokRefs |
protected String |
relation |
protected String[] |
targetIds |
protected String[] |
tokRefs |
protected String |
type |
static String |
XML_NAME |
| Constructor and Description |
|---|
ReferenceStored() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeMarshal(Marshaller m) |
LinkedHashMap<String,String> |
getExtraAttributes() |
String |
getRelation() |
String |
getType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
public static final String ID_PREFIX
protected String id
protected String type
protected String relation
protected String[] targetIds
protected String[] tokRefs
protected String[] minTokRefs
protected LinkedHashMap<QName,String> extraAttributes
public String getRelation()
getRelation in interface Referenceprotected void beforeMarshal(Marshaller m)
public LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.