|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UseChoice in org.xmlsoap.schemas.wsdl.soap |
Fields in org.xmlsoap.schemas.wsdl.soap declared as UseChoice | |
private UseChoice |
TBody.use
|
private UseChoice |
THeader.use
|
private UseChoice |
THeaderFault.use
|
static UseChoice |
UseChoice.literal
|
static UseChoice |
UseChoice.encoded
|
Methods in org.xmlsoap.schemas.wsdl.soap that return UseChoice | |
UseChoice |
TBody.getUse()
Gets the use value for this TBody. |
UseChoice |
THeader.getUse()
Gets the use value for this THeader. |
UseChoice |
THeaderFault.getUse()
Gets the use value for this THeaderFault. |
static UseChoice |
UseChoice.fromValue(java.lang.String value)
|
static UseChoice |
UseChoice.fromString(java.lang.String value)
|
Methods in org.xmlsoap.schemas.wsdl.soap with parameters of type UseChoice | |
void |
TBody.setUse(UseChoice use)
Sets the use value for this TBody. |
void |
THeader.setUse(UseChoice use)
Sets the use value for this THeader. |
void |
THeaderFault.setUse(UseChoice use)
Sets the use value for this THeaderFault. |
Constructors in org.xmlsoap.schemas.wsdl.soap with parameters of type UseChoice | |
TBody(org.apache.axis.types.NMTokens parts,
org.apache.axis.types.URI[] encodingStyle,
UseChoice use,
org.apache.axis.types.URI namespace)
|
|
THeader(THeaderFault[] headerfault,
javax.xml.namespace.QName message,
org.apache.axis.types.NMToken part,
UseChoice use,
org.apache.axis.types.URI[] encodingStyle,
org.apache.axis.types.URI namespace)
|
|
THeaderFault(javax.xml.namespace.QName message,
org.apache.axis.types.NMToken part,
UseChoice use,
org.apache.axis.types.URI[] encodingStyle,
org.apache.axis.types.URI namespace)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |