public interface BodyType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
BodyType.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 |
---|---|
FormBodyType |
addNewForm()
Appends and returns a new empty "form" element
|
byte[] |
getBinary()
Gets the "binary" element
|
String |
getContentType()
Gets the "content-type" element
|
String |
getEscapedString()
Gets the "escaped-string" element
|
String |
getFile()
Gets the "file" element
|
FormBodyType |
getForm()
Gets the "form" element
|
boolean |
isSetBinary()
True if has "binary" element
|
boolean |
isSetContentType()
True if has "content-type" element
|
boolean |
isSetEscapedString()
True if has "escaped-string" element
|
boolean |
isSetFile()
True if has "file" element
|
boolean |
isSetForm()
True if has "form" element
|
void |
setBinary(byte[] binary)
Sets the "binary" element
|
void |
setContentType(String contentType)
Sets the "content-type" element
|
void |
setEscapedString(String escapedString)
Sets the "escaped-string" element
|
void |
setFile(String file)
Sets the "file" element
|
void |
setForm(FormBodyType form)
Sets the "form" element
|
void |
unsetBinary()
Unsets the "binary" element
|
void |
unsetContentType()
Unsets the "content-type" element
|
void |
unsetEscapedString()
Unsets the "escaped-string" element
|
void |
unsetFile()
Unsets the "file" element
|
void |
unsetForm()
Unsets the "form" element
|
BinaryBodyType |
xgetBinary()
Gets (as xml) the "binary" element
|
org.apache.xmlbeans.XmlNormalizedString |
xgetContentType()
Gets (as xml) the "content-type" element
|
EscapedStringBodyType |
xgetEscapedString()
Gets (as xml) the "escaped-string" element
|
FileNameBodyType |
xgetFile()
Gets (as xml) the "file" element
|
void |
xsetBinary(BinaryBodyType binary)
Sets (as xml) the "binary" element
|
void |
xsetContentType(org.apache.xmlbeans.XmlNormalizedString contentType)
Sets (as xml) the "content-type" element
|
void |
xsetEscapedString(EscapedStringBodyType escapedString)
Sets (as xml) the "escaped-string" element
|
void |
xsetFile(FileNameBodyType file)
Sets (as xml) the "file" element
|
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.XmlNormalizedString xgetContentType()
boolean isSetContentType()
void setContentType(String contentType)
void xsetContentType(org.apache.xmlbeans.XmlNormalizedString contentType)
void unsetContentType()
byte[] getBinary()
BinaryBodyType xgetBinary()
boolean isSetBinary()
void setBinary(byte[] binary)
void xsetBinary(BinaryBodyType binary)
void unsetBinary()
String getFile()
FileNameBodyType xgetFile()
boolean isSetFile()
void setFile(String file)
void xsetFile(FileNameBodyType file)
void unsetFile()
FormBodyType getForm()
boolean isSetForm()
void setForm(FormBodyType form)
FormBodyType addNewForm()
void unsetForm()
String getEscapedString()
EscapedStringBodyType xgetEscapedString()
boolean isSetEscapedString()
void setEscapedString(String escapedString)
void xsetEscapedString(EscapedStringBodyType escapedString)
void unsetEscapedString()
Copyright © 2000-2014. All Rights Reserved.