public class SemanticRolesAction extends GenericModel
Constructor and Description |
---|
SemanticRolesAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNormalized()
Gets the normalized.
|
java.lang.String |
getText()
Gets the text.
|
SemanticRolesVerb |
getVerb()
Gets the verb.
|
void |
setNormalized(java.lang.String normalized)
Sets the normalized.
|
void |
setText(java.lang.String text)
Sets the text.
|
void |
setVerb(SemanticRolesVerb verb)
Sets the verb.
|
equals, hashCode, toString
public java.lang.String getText()
public java.lang.String getNormalized()
public SemanticRolesVerb getVerb()
public void setText(java.lang.String text)
text
- the new textpublic void setNormalized(java.lang.String normalized)
normalized
- the new normalizedpublic void setVerb(SemanticRolesVerb verb)
verb
- the new verb