public interface HexBinary
extends org.apache.xmlbeans.XmlHexBinary
| Modifier and Type | Interface and Description |
|---|---|
static class |
HexBinary.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the "contentType" attribute
|
boolean |
isSetContentType()
True if has "contentType" attribute
|
void |
setContentType(String contentType)
Sets the "contentType" attribute
|
void |
unsetContentType()
Unsets the "contentType" attribute
|
org.apache.xmlbeans.XmlString |
xgetContentType()
Gets (as xml) the "contentType" attribute
|
void |
xsetContentType(org.apache.xmlbeans.XmlString contentType)
Sets (as xml) the "contentType" attribute
|
byteArrayValue, getByteArrayValue, set, setByteArrayValuegetStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getContentType()
org.apache.xmlbeans.XmlString xgetContentType()
boolean isSetContentType()
void setContentType(String contentType)
void xsetContentType(org.apache.xmlbeans.XmlString contentType)
void unsetContentType()
Copyright © 2019. All rights reserved.