org.lisa.tmx20
Interface XDocument.X

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
XDocumentImpl.XImpl
Enclosing interface:
XDocument

public static interface XDocument.X
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class XDocument.X.Factory
          A factory class with static methods for creating instances of this type.
static interface XDocument.X.Type
          An XML type(@).
static interface XDocument.X.X2
          An XML x(@).
 
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
 org.apache.xmlbeans.XmlAnySimpleType addNewEquivText()
          Appends and returns a new empty "equiv-text" attribute
 org.apache.xmlbeans.XmlAnySimpleType getEquivText()
          Gets the "equiv-text" attribute
 String getType()
          Gets the "type" attribute
 BigInteger getX()
          Gets the "x" attribute
 String getXid()
          Gets the "xid" attribute
 boolean isSetEquivText()
          True if has "equiv-text" attribute
 boolean isSetX()
          True if has "x" attribute
 void setEquivText(org.apache.xmlbeans.XmlAnySimpleType equivText)
          Sets the "equiv-text" attribute
 void setType(String type)
          Sets the "type" attribute
 void setX(BigInteger x)
          Sets the "x" attribute
 void setXid(String xid)
          Sets the "xid" attribute
 void unsetEquivText()
          Unsets the "equiv-text" attribute
 void unsetX()
          Unsets the "x" attribute
 XDocument.X.Type xgetType()
          Gets (as xml) the "type" attribute
 XDocument.X.X2 xgetX()
          Gets (as xml) the "x" attribute
 org.apache.xmlbeans.XmlIDREF xgetXid()
          Gets (as xml) the "xid" attribute
 void xsetType(XDocument.X.Type type)
          Sets (as xml) the "type" attribute
 void xsetX(XDocument.X.X2 x)
          Sets (as xml) the "x" attribute
 void xsetXid(org.apache.xmlbeans.XmlIDREF xid)
          Sets (as xml) the "xid" attribute
 
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

getXid

String getXid()
Gets the "xid" attribute


xgetXid

org.apache.xmlbeans.XmlIDREF xgetXid()
Gets (as xml) the "xid" attribute


setXid

void setXid(String xid)
Sets the "xid" attribute


xsetXid

void xsetXid(org.apache.xmlbeans.XmlIDREF xid)
Sets (as xml) the "xid" attribute


getEquivText

org.apache.xmlbeans.XmlAnySimpleType getEquivText()
Gets the "equiv-text" attribute


isSetEquivText

boolean isSetEquivText()
True if has "equiv-text" attribute


setEquivText

void setEquivText(org.apache.xmlbeans.XmlAnySimpleType equivText)
Sets the "equiv-text" attribute


addNewEquivText

org.apache.xmlbeans.XmlAnySimpleType addNewEquivText()
Appends and returns a new empty "equiv-text" attribute


unsetEquivText

void unsetEquivText()
Unsets the "equiv-text" attribute


getType

String getType()
Gets the "type" attribute


xgetType

XDocument.X.Type xgetType()
Gets (as xml) the "type" attribute


setType

void setType(String type)
Sets the "type" attribute


xsetType

void xsetType(XDocument.X.Type type)
Sets (as xml) the "type" attribute


getX

BigInteger getX()
Gets the "x" attribute


xgetX

XDocument.X.X2 xgetX()
Gets (as xml) the "x" attribute


isSetX

boolean isSetX()
True if has "x" attribute


setX

void setX(BigInteger x)
Sets the "x" attribute


xsetX

void xsetX(XDocument.X.X2 x)
Sets (as xml) the "x" attribute


unsetX

void unsetX()
Unsets the "x" attribute



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