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
|
ContentTypeAttribute.ContentType |
xgetContentType()
Gets (as xml) the "contentType" attribute
|
void |
xsetContentType(ContentTypeAttribute.ContentType 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()
ContentTypeAttribute.ContentType xgetContentType()
boolean isSetContentType()
void setContentType(String contentType)
void xsetContentType(ContentTypeAttribute.ContentType contentType)
void unsetContentType()
Copyright © 2019. All rights reserved.