Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Field and Description |
---|---|
static UseChoice.Enum |
UseChoice.ENCODED |
static UseChoice.Enum |
UseChoice.LITERAL |
Modifier and Type | Method and Description |
---|---|
static UseChoice.Enum |
UseChoice.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static UseChoice.Enum |
UseChoice.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
UseChoice.Enum |
THeaderFault.getUse()
Gets the "use" attribute
|
UseChoice.Enum |
THeader.getUse()
Gets the "use" attribute
|
UseChoice.Enum |
TBody.getUse()
Gets the "use" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
THeaderFault.setUse(UseChoice.Enum use)
Sets the "use" attribute
|
void |
THeader.setUse(UseChoice.Enum use)
Sets the "use" attribute
|
void |
TBody.setUse(UseChoice.Enum use)
Sets the "use" attribute
|
Modifier and Type | Method and Description |
---|---|
UseChoice.Enum |
THeaderImpl.getUse()
Gets the "use" attribute
|
UseChoice.Enum |
THeaderFaultImpl.getUse()
Gets the "use" attribute
|
UseChoice.Enum |
TBodyImpl.getUse()
Gets the "use" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
THeaderImpl.setUse(UseChoice.Enum use)
Sets the "use" attribute
|
void |
THeaderFaultImpl.setUse(UseChoice.Enum use)
Sets the "use" attribute
|
void |
TBodyImpl.setUse(UseChoice.Enum use)
Sets the "use" attribute
|
Copyright © 2019. All Rights Reserved.