public interface THeaderFault
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
THeaderFault.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
|
QName |
getMessage()
Gets the "message" attribute
|
String |
getNamespace()
Gets the "namespace" attribute
|
String |
getPart()
Gets the "part" attribute
|
UseChoice.Enum |
getUse()
Gets the "use" attribute
|
boolean |
isSetEncodingStyle()
True if has "encodingStyle" attribute
|
boolean |
isSetNamespace()
True if has "namespace" attribute
|
void |
setEncodingStyle(List encodingStyle)
Sets the "encodingStyle" attribute
|
void |
setMessage(QName message)
Sets the "message" attribute
|
void |
setNamespace(String namespace)
Sets the "namespace" attribute
|
void |
setPart(String part)
Sets the "part" attribute
|
void |
setUse(UseChoice.Enum use)
Sets the "use" attribute
|
void |
unsetEncodingStyle()
Unsets the "encodingStyle" attribute
|
void |
unsetNamespace()
Unsets the "namespace" attribute
|
EncodingStyle |
xgetEncodingStyle()
Gets (as xml) the "encodingStyle" attribute
|
org.apache.xmlbeans.XmlQName |
xgetMessage()
Gets (as xml) the "message" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetNamespace()
Gets (as xml) the "namespace" attribute
|
org.apache.xmlbeans.XmlNMTOKEN |
xgetPart()
Gets (as xml) the "part" attribute
|
UseChoice |
xgetUse()
Gets (as xml) the "use" attribute
|
void |
xsetEncodingStyle(EncodingStyle encodingStyle)
Sets (as xml) the "encodingStyle" attribute
|
void |
xsetMessage(org.apache.xmlbeans.XmlQName message)
Sets (as xml) the "message" attribute
|
void |
xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
Sets (as xml) the "namespace" attribute
|
void |
xsetPart(org.apache.xmlbeans.XmlNMTOKEN part)
Sets (as xml) the "part" attribute
|
void |
xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
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
QName getMessage()
org.apache.xmlbeans.XmlQName xgetMessage()
void setMessage(QName message)
void xsetMessage(org.apache.xmlbeans.XmlQName message)
String getPart()
org.apache.xmlbeans.XmlNMTOKEN xgetPart()
void setPart(String part)
void xsetPart(org.apache.xmlbeans.XmlNMTOKEN part)
UseChoice.Enum getUse()
UseChoice xgetUse()
void setUse(UseChoice.Enum use)
void xsetUse(UseChoice use)
List getEncodingStyle()
EncodingStyle xgetEncodingStyle()
boolean isSetEncodingStyle()
void setEncodingStyle(List encodingStyle)
void xsetEncodingStyle(EncodingStyle encodingStyle)
void unsetEncodingStyle()
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.