Package net.sf.okapi.common.annotation
Class Note
- java.lang.Object
-
- net.sf.okapi.common.annotation.Note
-
public class Note extends Object
Annotation representing the XLIFF 1.2 like note element. The set of note elements should be contained within the NoteAnnotation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNote.Annotatesstatic classNote.Priority
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Note.AnnotatesgetAnnotates()StringgetFrom()StringgetNoteText()Note.PrioritygetPriority()StringgetXmLang()inthashCode()voidsetAnnotates(Note.Annotates annotates)voidsetFrom(String from)voidsetNoteText(String note)voidsetPriority(Note.Priority priority)voidsetXmlLang(String xmlLang)
-
-
-
Constructor Detail
-
Note
public Note()
-
Note
public Note(String note)
-
-
Method Detail
-
getNoteText
public String getNoteText()
-
setNoteText
public void setNoteText(String note)
-
getXmLang
public String getXmLang()
-
setXmlLang
public void setXmlLang(String xmlLang)
-
getFrom
public String getFrom()
-
setFrom
public void setFrom(String from)
-
getPriority
public Note.Priority getPriority()
-
setPriority
public void setPriority(Note.Priority priority)
-
getAnnotates
public Note.Annotates getAnnotates()
-
setAnnotates
public void setAnnotates(Note.Annotates annotates)
-
-