Package no.kith.xmlstds
Interface ICAttribute
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ICAttributeImpl
public interface ICAttribute
extends org.apache.xmlbeans.XmlObject
A document containing one IC(@http://www.kith.no/xmlstds) attribute.
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML IC(@http://www.kith.no/xmlstds). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<ICAttribute>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getIC()Gets the "IC" attributebooleanisSetIC()True if has "IC" attributevoidsetIC(byte[] ic) Sets the "IC" attributevoidunsetIC()Unsets the "IC" attributexgetIC()Gets (as xml) the "IC" attributevoidxsetIC(ICAttribute.IC ic) Sets (as xml) the "IC" 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
-
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
-