Class 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
    • Constructor Detail

      • Note

        public Note()
      • Note

        public Note​(String note)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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)
      • setPriority

        public void setPriority​(Note.Priority priority)
      • setAnnotates

        public void setAnnotates​(Note.Annotates annotates)