public interface TBody extends TExtensibilityElement
Modifier and Type | Interface and Description |
---|---|
static class |
TBody.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 |
---|---|
List |
getEncodingStyle()
Gets the "encodingStyle" attribute
|
String |
getNamespace()
Gets the "namespace" attribute
|
List |
getParts()
Gets the "parts" attribute
|
UseChoice.Enum |
getUse()
Gets the "use" attribute
|
boolean |
isSetEncodingStyle()
True if has "encodingStyle" attribute
|
boolean |
isSetNamespace()
True if has "namespace" attribute
|
boolean |
isSetParts()
True if has "parts" attribute
|
boolean |
isSetUse()
True if has "use" attribute
|
void |
setEncodingStyle(List encodingStyle)
Sets the "encodingStyle" attribute
|
void |
setNamespace(String namespace)
Sets the "namespace" attribute
|
void |
setParts(List parts)
Sets the "parts" attribute
|
void |
setUse(UseChoice.Enum use)
Sets the "use" attribute
|
void |
unsetEncodingStyle()
Unsets the "encodingStyle" attribute
|
void |
unsetNamespace()
Unsets the "namespace" attribute
|
void |
unsetParts()
Unsets the "parts" attribute
|
void |
unsetUse()
Unsets the "use" attribute
|
EncodingStyle |
xgetEncodingStyle()
Gets (as xml) the "encodingStyle" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetNamespace()
Gets (as xml) the "namespace" attribute
|
org.apache.xmlbeans.XmlNMTOKENS |
xgetParts()
Gets (as xml) the "parts" attribute
|
UseChoice |
xgetUse()
Gets (as xml) the "use" attribute
|
void |
xsetEncodingStyle(EncodingStyle encodingStyle)
Sets (as xml) the "encodingStyle" attribute
|
void |
xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
Sets (as xml) the "namespace" attribute
|
void |
xsetParts(org.apache.xmlbeans.XmlNMTOKENS parts)
Sets (as xml) the "parts" attribute
|
void |
xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
getRequired, isSetRequired, setRequired, unsetRequired, xgetRequired, xsetRequired
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
List getParts()
org.apache.xmlbeans.XmlNMTOKENS xgetParts()
boolean isSetParts()
void setParts(List parts)
void xsetParts(org.apache.xmlbeans.XmlNMTOKENS parts)
void unsetParts()
List getEncodingStyle()
EncodingStyle xgetEncodingStyle()
boolean isSetEncodingStyle()
void setEncodingStyle(List encodingStyle)
void xsetEncodingStyle(EncodingStyle encodingStyle)
void unsetEncodingStyle()
UseChoice.Enum getUse()
UseChoice xgetUse()
boolean isSetUse()
void setUse(UseChoice.Enum use)
void xsetUse(UseChoice use)
void unsetUse()
String getNamespace()
org.apache.xmlbeans.XmlAnyURI xgetNamespace()
boolean isSetNamespace()
void setNamespace(String namespace)
void xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
void unsetNamespace()
Copyright © 2019. All Rights Reserved.