| Package | Description |
|---|---|
| org.xmlsoap.schemas.wsdl.soap | |
| org.xmlsoap.schemas.wsdl.soap.impl |
| Modifier and Type | Field and Description |
|---|---|
static TStyleChoice.Enum |
TStyleChoice.DOCUMENT |
static TStyleChoice.Enum |
TStyleChoice.RPC |
| Modifier and Type | Method and Description |
|---|---|
static TStyleChoice.Enum |
TStyleChoice.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static TStyleChoice.Enum |
TStyleChoice.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
TStyleChoice.Enum |
TBinding.getStyle()
Gets the "style" attribute
|
TStyleChoice.Enum |
TOperation.getStyle()
Gets the "style" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
TBinding.setStyle(TStyleChoice.Enum style)
Sets the "style" attribute
|
void |
TOperation.setStyle(TStyleChoice.Enum style)
Sets the "style" attribute
|
| Modifier and Type | Method and Description |
|---|---|
TStyleChoice.Enum |
TBindingImpl.getStyle()
Gets the "style" attribute
|
TStyleChoice.Enum |
TOperationImpl.getStyle()
Gets the "style" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
TBindingImpl.setStyle(TStyleChoice.Enum style)
Sets the "style" attribute
|
void |
TOperationImpl.setStyle(TStyleChoice.Enum style)
Sets the "style" attribute
|
Copyright © 2019. All rights reserved.