|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Uspitem
public class Uspitem
Represents the 'uspitem' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
Uspitem(Id id)
Default constructor that takes the Id (from the 'idref'
attribute) as an argument. |
Method Summary | |
---|---|
Id |
getId()
Returns the Id . |
static java.lang.String |
getXmltag()
Returns the XML element name of this Uspitem . |
void |
setId(Id id)
Sets the Id . |
java.lang.String |
toString()
Returns a recursively created XML representation of this Uspitem . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Uspitem(Id id)
Id
(from the 'idref'
attribute) as an argument.
id
- Method Detail |
---|
public Id getId()
Id
.
public static java.lang.String getXmltag()
Uspitem
.
public void setId(Id id)
Id
.
id
- the id to setpublic java.lang.String toString()
Uspitem
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |