public interface TokenTypeBearing
@wsse11:TokenType; attribute.| Modifier and Type | Field and Description |
|---|---|
static String |
WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
The
@wsse11:TokenType attribute local name. |
static QName |
WSSE11_TOKEN_TYPE_ATTR_NAME
The
@wsse11:TokenType qualified attribute name. |
| Modifier and Type | Method and Description |
|---|---|
String |
getWSSE11TokenType()
Returns the
@wsse11:TokenType attribute value. |
void |
setWSSE11TokenType(String tokenType)
Sets the
@wsse11:TokenType attribute value. |
static final String WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
@wsse11:TokenType attribute local name.static final QName WSSE11_TOKEN_TYPE_ATTR_NAME
@wsse11:TokenType qualified attribute name.String getWSSE11TokenType()
@wsse11:TokenType attribute value.@wsse11:TokenType attribute value or null.void setWSSE11TokenType(String tokenType)
@wsse11:TokenType attribute value.tokenType - the @wsse11:TokenType attribute value to set.Copyright © 1999–2014. All rights reserved.