Uses of Interface
org.lisa.tmx20.PropDocument.Prop

Packages that use PropDocument.Prop
org.lisa.tmx20   
org.lisa.tmx20.impl   
 

Uses of PropDocument.Prop in org.lisa.tmx20
 

Methods in org.lisa.tmx20 that return PropDocument.Prop
 PropDocument.Prop TuvDocument.Tuv.addNewProp()
          Appends and returns a new empty value (as xml) as the last "prop" element
 PropDocument.Prop PropDocument.addNewProp()
          Appends and returns a new empty "prop" element
 PropDocument.Prop HeaderDocument.Header.addNewProp()
          Appends and returns a new empty value (as xml) as the last "prop" element
 PropDocument.Prop TuDocument.Tu.addNewProp()
          Appends and returns a new empty value (as xml) as the last "prop" element
 PropDocument.Prop PropDocument.getProp()
          Gets the "prop" element
 PropDocument.Prop[] TuvDocument.Tuv.getPropArray()
          Gets array of all "prop" elements
 PropDocument.Prop[] HeaderDocument.Header.getPropArray()
          Gets array of all "prop" elements
 PropDocument.Prop[] TuDocument.Tu.getPropArray()
          Gets array of all "prop" elements
 PropDocument.Prop TuvDocument.Tuv.getPropArray(int i)
          Gets ith "prop" element
 PropDocument.Prop HeaderDocument.Header.getPropArray(int i)
          Gets ith "prop" element
 PropDocument.Prop TuDocument.Tu.getPropArray(int i)
          Gets ith "prop" element
 PropDocument.Prop TuvDocument.Tuv.insertNewProp(int i)
          Inserts and returns a new empty value (as xml) as the ith "prop" element
 PropDocument.Prop HeaderDocument.Header.insertNewProp(int i)
          Inserts and returns a new empty value (as xml) as the ith "prop" element
 PropDocument.Prop TuDocument.Tu.insertNewProp(int i)
          Inserts and returns a new empty value (as xml) as the ith "prop" element
static PropDocument.Prop PropDocument.Prop.Factory.newInstance()
           
static PropDocument.Prop PropDocument.Prop.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.lisa.tmx20 with parameters of type PropDocument.Prop
 void PropDocument.setProp(PropDocument.Prop prop)
          Sets the "prop" element
 void TuvDocument.Tuv.setPropArray(int i, PropDocument.Prop prop)
          Sets ith "prop" element
 void HeaderDocument.Header.setPropArray(int i, PropDocument.Prop prop)
          Sets ith "prop" element
 void TuDocument.Tu.setPropArray(int i, PropDocument.Prop prop)
          Sets ith "prop" element
 void TuvDocument.Tuv.setPropArray(PropDocument.Prop[] propArray)
          Sets array of all "prop" element
 void HeaderDocument.Header.setPropArray(PropDocument.Prop[] propArray)
          Sets array of all "prop" element
 void TuDocument.Tu.setPropArray(PropDocument.Prop[] propArray)
          Sets array of all "prop" element
 

Uses of PropDocument.Prop in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement PropDocument.Prop
static class PropDocumentImpl.PropImpl
          An XML prop(@http://www.lisa.org/tmx20).
 

Methods in org.lisa.tmx20.impl that return PropDocument.Prop
 PropDocument.Prop HeaderDocumentImpl.HeaderImpl.addNewProp()
          Appends and returns a new empty value (as xml) as the last "prop" element
 PropDocument.Prop PropDocumentImpl.addNewProp()
          Appends and returns a new empty "prop" element
 PropDocument.Prop TuvDocumentImpl.TuvImpl.addNewProp()
          Appends and returns a new empty value (as xml) as the last "prop" element
 PropDocument.Prop TuDocumentImpl.TuImpl.addNewProp()
          Appends and returns a new empty value (as xml) as the last "prop" element
 PropDocument.Prop PropDocumentImpl.getProp()
          Gets the "prop" element
 PropDocument.Prop[] HeaderDocumentImpl.HeaderImpl.getPropArray()
          Gets array of all "prop" elements
 PropDocument.Prop[] TuvDocumentImpl.TuvImpl.getPropArray()
          Gets array of all "prop" elements
 PropDocument.Prop[] TuDocumentImpl.TuImpl.getPropArray()
          Gets array of all "prop" elements
 PropDocument.Prop HeaderDocumentImpl.HeaderImpl.getPropArray(int i)
          Gets ith "prop" element
 PropDocument.Prop TuvDocumentImpl.TuvImpl.getPropArray(int i)
          Gets ith "prop" element
 PropDocument.Prop TuDocumentImpl.TuImpl.getPropArray(int i)
          Gets ith "prop" element
 PropDocument.Prop HeaderDocumentImpl.HeaderImpl.insertNewProp(int i)
          Inserts and returns a new empty value (as xml) as the ith "prop" element
 PropDocument.Prop TuvDocumentImpl.TuvImpl.insertNewProp(int i)
          Inserts and returns a new empty value (as xml) as the ith "prop" element
 PropDocument.Prop TuDocumentImpl.TuImpl.insertNewProp(int i)
          Inserts and returns a new empty value (as xml) as the ith "prop" element
 

Methods in org.lisa.tmx20.impl with parameters of type PropDocument.Prop
 void PropDocumentImpl.setProp(PropDocument.Prop prop)
          Sets the "prop" element
 void HeaderDocumentImpl.HeaderImpl.setPropArray(int i, PropDocument.Prop prop)
          Sets ith "prop" element
 void TuvDocumentImpl.TuvImpl.setPropArray(int i, PropDocument.Prop prop)
          Sets ith "prop" element
 void TuDocumentImpl.TuImpl.setPropArray(int i, PropDocument.Prop prop)
          Sets ith "prop" element
 void HeaderDocumentImpl.HeaderImpl.setPropArray(PropDocument.Prop[] propArray)
          Sets array of all "prop" element
 void TuvDocumentImpl.TuvImpl.setPropArray(PropDocument.Prop[] propArray)
          Sets array of all "prop" element
 void TuDocumentImpl.TuImpl.setPropArray(PropDocument.Prop[] propArray)
          Sets array of all "prop" element
 



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