public class XLIFFNote extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XLIFFNote.Annotates |
static class |
XLIFFNote.Priority |
| Modifier and Type | Method and Description |
|---|---|
XLIFFNote.Annotates |
getAnnotates() |
String |
getFrom() |
String |
getNoteText() |
XLIFFNote.Priority |
getPriority() |
String |
getXmLang() |
void |
setAnnotates(XLIFFNote.Annotates annotates) |
void |
setFrom(String from) |
void |
setNoteText(String note) |
void |
setPriority(XLIFFNote.Priority priority) |
void |
setXmlLang(String xmlLang) |
public XLIFFNote()
public XLIFFNote(String note)
public String getNoteText()
public void setNoteText(String note)
public String getXmLang()
public void setXmlLang(String xmlLang)
public String getFrom()
public void setFrom(String from)
public XLIFFNote.Priority getPriority()
public void setPriority(XLIFFNote.Priority priority)
public XLIFFNote.Annotates getAnnotates()
public void setAnnotates(XLIFFNote.Annotates annotates)
Copyright © 2021. All rights reserved.