org.lisa.tmx20
Interface NoteDocument.Note

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
NoteDocumentImpl.NoteImpl
Enclosing interface:
NoteDocument

public static interface NoteDocument.Note
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class NoteDocument.Note.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 addNewChangedate()
          Appends and returns a new empty "changedate" attribute
 org.apache.xmlbeans.XmlAnySimpleType addNewChangeid()
          Appends and returns a new empty "changeid" attribute
 org.apache.xmlbeans.XmlAnySimpleType addNewCreationdate()
          Appends and returns a new empty "creationdate" attribute
 org.apache.xmlbeans.XmlAnySimpleType addNewCreationid()
          Appends and returns a new empty "creationid" attribute
 org.apache.xmlbeans.XmlAnySimpleType addNewOEncoding()
          Appends and returns a new empty "o-encoding" attribute
 org.apache.xmlbeans.XmlAnySimpleType getChangedate()
          Gets the "changedate" attribute
 org.apache.xmlbeans.XmlAnySimpleType getChangeid()
          Gets the "changeid" attribute
 org.apache.xmlbeans.XmlAnySimpleType getCreationdate()
          Gets the "creationdate" attribute
 org.apache.xmlbeans.XmlAnySimpleType getCreationid()
          Gets the "creationid" attribute
 String getLang()
          Gets the "lang" attribute
 org.apache.xmlbeans.XmlAnySimpleType getOEncoding()
          Gets the "o-encoding" attribute
 boolean isSetChangedate()
          True if has "changedate" attribute
 boolean isSetChangeid()
          True if has "changeid" attribute
 boolean isSetCreationdate()
          True if has "creationdate" attribute
 boolean isSetCreationid()
          True if has "creationid" attribute
 boolean isSetLang()
          True if has "lang" attribute
 boolean isSetOEncoding()
          True if has "o-encoding" attribute
 void setChangedate(org.apache.xmlbeans.XmlAnySimpleType changedate)
          Sets the "changedate" attribute
 void setChangeid(org.apache.xmlbeans.XmlAnySimpleType changeid)
          Sets the "changeid" attribute
 void setCreationdate(org.apache.xmlbeans.XmlAnySimpleType creationdate)
          Sets the "creationdate" attribute
 void setCreationid(org.apache.xmlbeans.XmlAnySimpleType creationid)
          Sets the "creationid" attribute
 void setLang(String lang)
          Sets the "lang" attribute
 void setOEncoding(org.apache.xmlbeans.XmlAnySimpleType oEncoding)
          Sets the "o-encoding" attribute
 void unsetChangedate()
          Unsets the "changedate" attribute
 void unsetChangeid()
          Unsets the "changeid" attribute
 void unsetCreationdate()
          Unsets the "creationdate" attribute
 void unsetCreationid()
          Unsets the "creationid" attribute
 void unsetLang()
          Unsets the "lang" attribute
 void unsetOEncoding()
          Unsets the "o-encoding" attribute
 org.apache.xmlbeans.XmlLanguage xgetLang()
          Gets (as xml) the "lang" attribute
 void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
          Sets (as xml) the "lang" 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

getOEncoding

org.apache.xmlbeans.XmlAnySimpleType getOEncoding()
Gets the "o-encoding" attribute


isSetOEncoding

boolean isSetOEncoding()
True if has "o-encoding" attribute


setOEncoding

void setOEncoding(org.apache.xmlbeans.XmlAnySimpleType oEncoding)
Sets the "o-encoding" attribute


addNewOEncoding

org.apache.xmlbeans.XmlAnySimpleType addNewOEncoding()
Appends and returns a new empty "o-encoding" attribute


unsetOEncoding

void unsetOEncoding()
Unsets the "o-encoding" attribute


getLang

String getLang()
Gets the "lang" attribute


xgetLang

org.apache.xmlbeans.XmlLanguage xgetLang()
Gets (as xml) the "lang" attribute


isSetLang

boolean isSetLang()
True if has "lang" attribute


setLang

void setLang(String lang)
Sets the "lang" attribute


xsetLang

void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
Sets (as xml) the "lang" attribute


unsetLang

void unsetLang()
Unsets the "lang" attribute


getCreationdate

org.apache.xmlbeans.XmlAnySimpleType getCreationdate()
Gets the "creationdate" attribute


isSetCreationdate

boolean isSetCreationdate()
True if has "creationdate" attribute


setCreationdate

void setCreationdate(org.apache.xmlbeans.XmlAnySimpleType creationdate)
Sets the "creationdate" attribute


addNewCreationdate

org.apache.xmlbeans.XmlAnySimpleType addNewCreationdate()
Appends and returns a new empty "creationdate" attribute


unsetCreationdate

void unsetCreationdate()
Unsets the "creationdate" attribute


getCreationid

org.apache.xmlbeans.XmlAnySimpleType getCreationid()
Gets the "creationid" attribute


isSetCreationid

boolean isSetCreationid()
True if has "creationid" attribute


setCreationid

void setCreationid(org.apache.xmlbeans.XmlAnySimpleType creationid)
Sets the "creationid" attribute


addNewCreationid

org.apache.xmlbeans.XmlAnySimpleType addNewCreationid()
Appends and returns a new empty "creationid" attribute


unsetCreationid

void unsetCreationid()
Unsets the "creationid" attribute


getChangedate

org.apache.xmlbeans.XmlAnySimpleType getChangedate()
Gets the "changedate" attribute


isSetChangedate

boolean isSetChangedate()
True if has "changedate" attribute


setChangedate

void setChangedate(org.apache.xmlbeans.XmlAnySimpleType changedate)
Sets the "changedate" attribute


addNewChangedate

org.apache.xmlbeans.XmlAnySimpleType addNewChangedate()
Appends and returns a new empty "changedate" attribute


unsetChangedate

void unsetChangedate()
Unsets the "changedate" attribute


getChangeid

org.apache.xmlbeans.XmlAnySimpleType getChangeid()
Gets the "changeid" attribute


isSetChangeid

boolean isSetChangeid()
True if has "changeid" attribute


setChangeid

void setChangeid(org.apache.xmlbeans.XmlAnySimpleType changeid)
Sets the "changeid" attribute


addNewChangeid

org.apache.xmlbeans.XmlAnySimpleType addNewChangeid()
Appends and returns a new empty "changeid" attribute


unsetChangeid

void unsetChangeid()
Unsets the "changeid" attribute



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