Uses of Interface
org.lisa.tmx20.NoteDocument.Note

Packages that use NoteDocument.Note
org.lisa.tmx20   
org.lisa.tmx20.impl   
 

Uses of NoteDocument.Note in org.lisa.tmx20
 

Methods in org.lisa.tmx20 that return NoteDocument.Note
 NoteDocument.Note TuvDocument.Tuv.addNewNote()
          Appends and returns a new empty value (as xml) as the last "note" element
 NoteDocument.Note HeaderDocument.Header.addNewNote()
          Appends and returns a new empty value (as xml) as the last "note" element
 NoteDocument.Note TuDocument.Tu.addNewNote()
          Appends and returns a new empty value (as xml) as the last "note" element
 NoteDocument.Note NoteDocument.addNewNote()
          Appends and returns a new empty "note" element
 NoteDocument.Note NoteDocument.getNote()
          Gets the "note" element
 NoteDocument.Note[] TuvDocument.Tuv.getNoteArray()
          Gets array of all "note" elements
 NoteDocument.Note[] HeaderDocument.Header.getNoteArray()
          Gets array of all "note" elements
 NoteDocument.Note[] TuDocument.Tu.getNoteArray()
          Gets array of all "note" elements
 NoteDocument.Note TuvDocument.Tuv.getNoteArray(int i)
          Gets ith "note" element
 NoteDocument.Note HeaderDocument.Header.getNoteArray(int i)
          Gets ith "note" element
 NoteDocument.Note TuDocument.Tu.getNoteArray(int i)
          Gets ith "note" element
 NoteDocument.Note TuvDocument.Tuv.insertNewNote(int i)
          Inserts and returns a new empty value (as xml) as the ith "note" element
 NoteDocument.Note HeaderDocument.Header.insertNewNote(int i)
          Inserts and returns a new empty value (as xml) as the ith "note" element
 NoteDocument.Note TuDocument.Tu.insertNewNote(int i)
          Inserts and returns a new empty value (as xml) as the ith "note" element
static NoteDocument.Note NoteDocument.Note.Factory.newInstance()
           
static NoteDocument.Note NoteDocument.Note.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.lisa.tmx20 with parameters of type NoteDocument.Note
 void NoteDocument.setNote(NoteDocument.Note note)
          Sets the "note" element
 void TuvDocument.Tuv.setNoteArray(int i, NoteDocument.Note note)
          Sets ith "note" element
 void HeaderDocument.Header.setNoteArray(int i, NoteDocument.Note note)
          Sets ith "note" element
 void TuDocument.Tu.setNoteArray(int i, NoteDocument.Note note)
          Sets ith "note" element
 void TuvDocument.Tuv.setNoteArray(NoteDocument.Note[] noteArray)
          Sets array of all "note" element
 void HeaderDocument.Header.setNoteArray(NoteDocument.Note[] noteArray)
          Sets array of all "note" element
 void TuDocument.Tu.setNoteArray(NoteDocument.Note[] noteArray)
          Sets array of all "note" element
 

Uses of NoteDocument.Note in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement NoteDocument.Note
static class NoteDocumentImpl.NoteImpl
          An XML note(@http://www.lisa.org/tmx20).
 

Methods in org.lisa.tmx20.impl that return NoteDocument.Note
 NoteDocument.Note HeaderDocumentImpl.HeaderImpl.addNewNote()
          Appends and returns a new empty value (as xml) as the last "note" element
 NoteDocument.Note NoteDocumentImpl.addNewNote()
          Appends and returns a new empty "note" element
 NoteDocument.Note TuvDocumentImpl.TuvImpl.addNewNote()
          Appends and returns a new empty value (as xml) as the last "note" element
 NoteDocument.Note TuDocumentImpl.TuImpl.addNewNote()
          Appends and returns a new empty value (as xml) as the last "note" element
 NoteDocument.Note NoteDocumentImpl.getNote()
          Gets the "note" element
 NoteDocument.Note[] HeaderDocumentImpl.HeaderImpl.getNoteArray()
          Gets array of all "note" elements
 NoteDocument.Note[] TuvDocumentImpl.TuvImpl.getNoteArray()
          Gets array of all "note" elements
 NoteDocument.Note[] TuDocumentImpl.TuImpl.getNoteArray()
          Gets array of all "note" elements
 NoteDocument.Note HeaderDocumentImpl.HeaderImpl.getNoteArray(int i)
          Gets ith "note" element
 NoteDocument.Note TuvDocumentImpl.TuvImpl.getNoteArray(int i)
          Gets ith "note" element
 NoteDocument.Note TuDocumentImpl.TuImpl.getNoteArray(int i)
          Gets ith "note" element
 NoteDocument.Note HeaderDocumentImpl.HeaderImpl.insertNewNote(int i)
          Inserts and returns a new empty value (as xml) as the ith "note" element
 NoteDocument.Note TuvDocumentImpl.TuvImpl.insertNewNote(int i)
          Inserts and returns a new empty value (as xml) as the ith "note" element
 NoteDocument.Note TuDocumentImpl.TuImpl.insertNewNote(int i)
          Inserts and returns a new empty value (as xml) as the ith "note" element
 

Methods in org.lisa.tmx20.impl with parameters of type NoteDocument.Note
 void NoteDocumentImpl.setNote(NoteDocument.Note note)
          Sets the "note" element
 void HeaderDocumentImpl.HeaderImpl.setNoteArray(int i, NoteDocument.Note note)
          Sets ith "note" element
 void TuvDocumentImpl.TuvImpl.setNoteArray(int i, NoteDocument.Note note)
          Sets ith "note" element
 void TuDocumentImpl.TuImpl.setNoteArray(int i, NoteDocument.Note note)
          Sets ith "note" element
 void HeaderDocumentImpl.HeaderImpl.setNoteArray(NoteDocument.Note[] noteArray)
          Sets array of all "note" element
 void TuvDocumentImpl.TuvImpl.setNoteArray(NoteDocument.Note[] noteArray)
          Sets array of all "note" element
 void TuDocumentImpl.TuImpl.setNoteArray(NoteDocument.Note[] noteArray)
          Sets array of all "note" element
 



Copyright © 2007-2008 Vermont Department of Taxes. All Rights Reserved.