public interface TokenTypeBearing
@wsse11:TokenType; attribute.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
The
@wsse11:TokenType attribute local name. |
static javax.xml.namespace.QName |
WSSE11_TOKEN_TYPE_ATTR_NAME
The
@wsse11:TokenType qualified attribute name. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWSSE11TokenType()
Returns the
@wsse11:TokenType attribute value. |
void |
setWSSE11TokenType(java.lang.String tokenType)
Sets the
@wsse11:TokenType attribute value. |
static final java.lang.String WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
@wsse11:TokenType attribute local name.static final javax.xml.namespace.QName WSSE11_TOKEN_TYPE_ATTR_NAME
@wsse11:TokenType qualified attribute name.java.lang.String getWSSE11TokenType()
@wsse11:TokenType attribute value.@wsse11:TokenType attribute value or null.void setWSSE11TokenType(java.lang.String tokenType)
@wsse11:TokenType attribute value.tokenType - the @wsse11:TokenType attribute value to set.