Package no.kith.xmlstds
Interface TN
- All Known Implementing Classes:
TNImpl
An XML TN(@http://www.kith.no/xmlstds).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<TN>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "REF" elementgetCOMPN()Gets the "COMPN" attributebyte[]getIC()Gets the "IC" attributegetICA()Gets the "ICA" attributegetNULL()Gets the "NULL" attributegetREF()Gets the "REF" elementbooleanTrue if has "COMPN" attributebooleanisSetIC()True if has "IC" attributebooleanisSetICA()True if has "ICA" attributebooleanTrue if has "NULL" attributebooleanisSetREF()True if has "REF" elementvoidSets the "COMPN" attributevoidsetIC(byte[] ic) Sets the "IC" attributevoidSets the "ICA" attributevoidsetNULL(NULLAttribute.NULL.Enum xnull) Sets the "NULL" attributevoidSets the "REF" elementvoidUnsets the "COMPN" attributevoidunsetIC()Unsets the "IC" attributevoidunsetICA()Unsets the "ICA" attributevoidUnsets the "NULL" attributevoidunsetREF()Unsets the "REF" elementGets (as xml) the "COMPN" attributexgetIC()Gets (as xml) the "IC" attributexgetICA()Gets (as xml) the "ICA" attributexgetNULL()Gets (as xml) the "NULL" attributevoidxsetCOMPN(COMPNAttribute.COMPN compn) Sets (as xml) the "COMPN" attributevoidxsetIC(ICAttribute.IC ic) Sets (as xml) the "IC" attributevoidxsetICA(ICAAttribute.ICA ica) Sets (as xml) the "ICA" attributevoidxsetNULL(NULLAttribute.NULL xnull) Sets (as xml) the "NULL" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getREF
URL getREF()Gets the "REF" element -
isSetREF
boolean isSetREF()True if has "REF" element -
setREF
Sets the "REF" element -
addNewREF
URL addNewREF()Appends and returns a new empty "REF" element -
unsetREF
void unsetREF()Unsets the "REF" element -
getCOMPN
COMPNAttribute.COMPN.Enum getCOMPN()Gets the "COMPN" attribute -
xgetCOMPN
COMPNAttribute.COMPN xgetCOMPN()Gets (as xml) the "COMPN" attribute -
isSetCOMPN
boolean isSetCOMPN()True if has "COMPN" attribute -
setCOMPN
Sets the "COMPN" attribute -
xsetCOMPN
Sets (as xml) the "COMPN" attribute -
unsetCOMPN
void unsetCOMPN()Unsets the "COMPN" attribute -
getIC
byte[] getIC()Gets the "IC" attribute -
xgetIC
ICAttribute.IC xgetIC()Gets (as xml) the "IC" attribute -
isSetIC
boolean isSetIC()True if has "IC" attribute -
setIC
void setIC(byte[] ic) Sets the "IC" attribute -
xsetIC
Sets (as xml) the "IC" attribute -
unsetIC
void unsetIC()Unsets the "IC" attribute -
getICA
ICAAttribute.ICA.Enum getICA()Gets the "ICA" attribute -
xgetICA
ICAAttribute.ICA xgetICA()Gets (as xml) the "ICA" attribute -
isSetICA
boolean isSetICA()True if has "ICA" attribute -
setICA
Sets the "ICA" attribute -
xsetICA
Sets (as xml) the "ICA" attribute -
unsetICA
void unsetICA()Unsets the "ICA" attribute -
getNULL
NULLAttribute.NULL.Enum getNULL()Gets the "NULL" attribute -
xgetNULL
NULLAttribute.NULL xgetNULL()Gets (as xml) the "NULL" attribute -
isSetNULL
boolean isSetNULL()True if has "NULL" attribute -
setNULL
Sets the "NULL" attribute -
xsetNULL
Sets (as xml) the "NULL" attribute -
unsetNULL
void unsetNULL()Unsets the "NULL" attribute
-