|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UseChoice | |
|---|---|
| org.xmlsoap.schemas.wsdl.soap | |
| Uses of UseChoice in org.xmlsoap.schemas.wsdl.soap |
|---|
| Fields in org.xmlsoap.schemas.wsdl.soap declared as UseChoice | |
|---|---|
protected UseChoice |
THeaderFault.use
|
protected UseChoice |
THeader.use
|
protected UseChoice |
TBody.use
|
| Methods in org.xmlsoap.schemas.wsdl.soap that return UseChoice | |
|---|---|
static UseChoice |
UseChoice.fromValue(java.lang.String v)
|
UseChoice |
THeaderFault.getUse()
Gets the value of the use property. |
UseChoice |
THeader.getUse()
Gets the value of the use property. |
UseChoice |
TBody.getUse()
Gets the value of the use property. |
static UseChoice |
UseChoice.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UseChoice[] |
UseChoice.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.xmlsoap.schemas.wsdl.soap with parameters of type UseChoice | |
|---|---|
void |
THeaderFault.setUse(UseChoice value)
Sets the value of the use property. |
void |
THeader.setUse(UseChoice value)
Sets the value of the use property. |
void |
TBody.setUse(UseChoice value)
Sets the value of the use property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||