|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UseChoice | |
---|---|
org.ow2.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap |
Uses of UseChoice in org.ow2.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap |
---|
Fields in org.ow2.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap declared as UseChoice | |
---|---|
protected UseChoice |
THeader.use
|
protected UseChoice |
THeaderFault.use
|
protected UseChoice |
TBody.use
|
Methods in org.ow2.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap that return UseChoice | |
---|---|
static UseChoice |
UseChoice.fromValue(java.lang.String v)
|
UseChoice |
THeader.getUse()
Gets the value of the use property. |
UseChoice |
THeaderFault.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 are declared. |
Methods in org.ow2.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap with parameters of type UseChoice | |
---|---|
void |
THeader.setUse(UseChoice value)
Sets the value of the use property. |
void |
THeaderFault.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 |