public interface TOperation extends TExtensibilityElement
Modifier and Type | Interface and Description |
---|---|
static class |
TOperation.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 |
getSoapAction()
Gets the "soapAction" attribute
|
TStyleChoice.Enum |
getStyle()
Gets the "style" attribute
|
boolean |
isSetSoapAction()
True if has "soapAction" attribute
|
boolean |
isSetStyle()
True if has "style" attribute
|
void |
setSoapAction(String soapAction)
Sets the "soapAction" attribute
|
void |
setStyle(TStyleChoice.Enum style)
Sets the "style" attribute
|
void |
unsetSoapAction()
Unsets the "soapAction" attribute
|
void |
unsetStyle()
Unsets the "style" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetSoapAction()
Gets (as xml) the "soapAction" attribute
|
TStyleChoice |
xgetStyle()
Gets (as xml) the "style" attribute
|
void |
xsetSoapAction(org.apache.xmlbeans.XmlAnyURI soapAction)
Sets (as xml) the "soapAction" attribute
|
void |
xsetStyle(TStyleChoice style)
Sets (as xml) the "style" 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
String getSoapAction()
org.apache.xmlbeans.XmlAnyURI xgetSoapAction()
boolean isSetSoapAction()
void setSoapAction(String soapAction)
void xsetSoapAction(org.apache.xmlbeans.XmlAnyURI soapAction)
void unsetSoapAction()
TStyleChoice.Enum getStyle()
TStyleChoice xgetStyle()
boolean isSetStyle()
void setStyle(TStyleChoice.Enum style)
void xsetStyle(TStyleChoice style)
void unsetStyle()
Copyright © 2019. All Rights Reserved.