org.lisa.tmx20
Interface ExternalFileDocument.ExternalFile

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ExternalFileDocumentImpl.ExternalFileImpl
Enclosing interface:
ExternalFileDocument

public static interface ExternalFileDocument.ExternalFile
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ExternalFileDocument.ExternalFile.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
 org.apache.xmlbeans.XmlAnySimpleType addNewCrc()
          Appends and returns a new empty "crc" attribute
 org.apache.xmlbeans.XmlAnySimpleType addNewHref()
          Appends and returns a new empty "href" attribute
 org.apache.xmlbeans.XmlAnySimpleType addNewUid()
          Appends and returns a new empty "uid" attribute
 org.apache.xmlbeans.XmlAnySimpleType getCrc()
          Gets the "crc" attribute
 org.apache.xmlbeans.XmlAnySimpleType getHref()
          Gets the "href" attribute
 org.apache.xmlbeans.XmlAnySimpleType getUid()
          Gets the "uid" attribute
 boolean isSetCrc()
          True if has "crc" attribute
 boolean isSetUid()
          True if has "uid" attribute
 void setCrc(org.apache.xmlbeans.XmlAnySimpleType crc)
          Sets the "crc" attribute
 void setHref(org.apache.xmlbeans.XmlAnySimpleType href)
          Sets the "href" attribute
 void setUid(org.apache.xmlbeans.XmlAnySimpleType uid)
          Sets the "uid" attribute
 void unsetCrc()
          Unsets the "crc" attribute
 void unsetUid()
          Unsets the "uid" 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

getHref

org.apache.xmlbeans.XmlAnySimpleType getHref()
Gets the "href" attribute


setHref

void setHref(org.apache.xmlbeans.XmlAnySimpleType href)
Sets the "href" attribute


addNewHref

org.apache.xmlbeans.XmlAnySimpleType addNewHref()
Appends and returns a new empty "href" attribute


getCrc

org.apache.xmlbeans.XmlAnySimpleType getCrc()
Gets the "crc" attribute


isSetCrc

boolean isSetCrc()
True if has "crc" attribute


setCrc

void setCrc(org.apache.xmlbeans.XmlAnySimpleType crc)
Sets the "crc" attribute


addNewCrc

org.apache.xmlbeans.XmlAnySimpleType addNewCrc()
Appends and returns a new empty "crc" attribute


unsetCrc

void unsetCrc()
Unsets the "crc" attribute


getUid

org.apache.xmlbeans.XmlAnySimpleType getUid()
Gets the "uid" attribute


isSetUid

boolean isSetUid()
True if has "uid" attribute


setUid

void setUid(org.apache.xmlbeans.XmlAnySimpleType uid)
Sets the "uid" attribute


addNewUid

org.apache.xmlbeans.XmlAnySimpleType addNewUid()
Appends and returns a new empty "uid" attribute


unsetUid

void unsetUid()
Unsets the "uid" attribute



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