public interface TBinding extends TExtensibilityElement
| Modifier and Type | Interface and Description |
|---|---|
static class |
TBinding.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 |
|---|---|
TStyleChoice.Enum |
getStyle()
Gets the "style" attribute
|
String |
getTransport()
Gets the "transport" attribute
|
boolean |
isSetStyle()
True if has "style" attribute
|
void |
setStyle(TStyleChoice.Enum style)
Sets the "style" attribute
|
void |
setTransport(String transport)
Sets the "transport" attribute
|
void |
unsetStyle()
Unsets the "style" attribute
|
TStyleChoice |
xgetStyle()
Gets (as xml) the "style" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetTransport()
Gets (as xml) the "transport" attribute
|
void |
xsetStyle(TStyleChoice style)
Sets (as xml) the "style" attribute
|
void |
xsetTransport(org.apache.xmlbeans.XmlAnyURI transport)
Sets (as xml) the "transport" attribute
|
getRequired, isSetRequired, setRequired, unsetRequired, xgetRequired, xsetRequiredchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getTransport()
org.apache.xmlbeans.XmlAnyURI xgetTransport()
void setTransport(String transport)
void xsetTransport(org.apache.xmlbeans.XmlAnyURI transport)
TStyleChoice.Enum getStyle()
TStyleChoice xgetStyle()
boolean isSetStyle()
void setStyle(TStyleChoice.Enum style)
void xsetStyle(TStyleChoice style)
void unsetStyle()
Copyright © 2019. All rights reserved.