public interface THeader extends TExtensibilityElement
Modifier and Type | Interface and Description |
---|---|
static class |
THeader.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 |
---|---|
THeaderFault |
addNewHeaderfault()
Appends and returns a new empty value (as xml) as the last "headerfault" element
|
List |
getEncodingStyle()
Gets the "encodingStyle" attribute
|
THeaderFault[] |
getHeaderfaultArray()
Deprecated.
|
THeaderFault |
getHeaderfaultArray(int i)
Gets ith "headerfault" element
|
List<THeaderFault> |
getHeaderfaultList()
Gets a List of "headerfault" elements
|
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
|
THeaderFault |
insertNewHeaderfault(int i)
Inserts and returns a new empty value (as xml) as the ith "headerfault" element
|
boolean |
isSetEncodingStyle()
True if has "encodingStyle" attribute
|
boolean |
isSetNamespace()
True if has "namespace" attribute
|
void |
removeHeaderfault(int i)
Removes the ith "headerfault" element
|
void |
setEncodingStyle(List encodingStyle)
Sets the "encodingStyle" attribute
|
void |
setHeaderfaultArray(int i,
THeaderFault headerfault)
Sets ith "headerfault" element
|
void |
setHeaderfaultArray(THeaderFault[] headerfaultArray)
Sets array of all "headerfault" element
|
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
|
int |
sizeOfHeaderfaultArray()
Returns number of "headerfault" element
|
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
|
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<THeaderFault> getHeaderfaultList()
THeaderFault[] getHeaderfaultArray()
THeaderFault getHeaderfaultArray(int i)
int sizeOfHeaderfaultArray()
void setHeaderfaultArray(THeaderFault[] headerfaultArray)
void setHeaderfaultArray(int i, THeaderFault headerfault)
THeaderFault insertNewHeaderfault(int i)
THeaderFault addNewHeaderfault()
void removeHeaderfault(int i)
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.