Package no.kith.xmlstds
Interface NULLAttribute
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NULLAttributeImpl
public interface NULLAttribute
extends org.apache.xmlbeans.XmlObject
A document containing one NULL(@http://www.kith.no/xmlstds) attribute.
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML NULL(@http://www.kith.no/xmlstds). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<NULLAttribute>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetNULL()Gets the "NULL" attributebooleanTrue if has "NULL" attributevoidsetNULL(NULLAttribute.NULL.Enum xnull) Sets the "NULL" attributevoidUnsets the "NULL" attributexgetNULL()Gets (as xml) the "NULL" 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
-
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
-