org.lisa.tmx20
Interface InlineDataDocument.InlineData

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
InlineDataDocumentImpl.InlineDataImpl
Enclosing interface:
InlineDataDocument

public static interface InlineDataDocument.InlineData
extends org.apache.xmlbeans.XmlObject

An XML inline-data(@http://www.lisa.org/tmx20). This is a complex type.


Nested Class Summary
static class InlineDataDocument.InlineData.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 TagDocument.Tag addNewTag()
          Appends and returns a new empty value (as xml) as the last "tag" element
 TagDocument.Tag[] getTagArray()
          Gets array of all "tag" elements
 TagDocument.Tag getTagArray(int i)
          Gets ith "tag" element
 TagDocument.Tag insertNewTag(int i)
          Inserts and returns a new empty value (as xml) as the ith "tag" element
 void removeTag(int i)
          Removes the ith "tag" element
 void setTagArray(int i, TagDocument.Tag tag)
          Sets ith "tag" element
 void setTagArray(TagDocument.Tag[] tagArray)
          Sets array of all "tag" element
 int sizeOfTagArray()
          Returns number of "tag" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getTagArray

TagDocument.Tag[] getTagArray()
Gets array of all "tag" elements


getTagArray

TagDocument.Tag getTagArray(int i)
Gets ith "tag" element


sizeOfTagArray

int sizeOfTagArray()
Returns number of "tag" element


setTagArray

void setTagArray(TagDocument.Tag[] tagArray)
Sets array of all "tag" element


setTagArray

void setTagArray(int i,
                 TagDocument.Tag tag)
Sets ith "tag" element


insertNewTag

TagDocument.Tag insertNewTag(int i)
Inserts and returns a new empty value (as xml) as the ith "tag" element


addNewTag

TagDocument.Tag addNewTag()
Appends and returns a new empty value (as xml) as the last "tag" element


removeTag

void removeTag(int i)
Removes the ith "tag" element



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