public interface Base64Binary
extends org.apache.xmlbeans.XmlBase64Binary
Modifier and Type | Interface and Description |
---|---|
static class |
Base64Binary.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, setByteArrayValue
getStringValue, set, setStringValue, stringValue
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
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
String 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.