public class UsernameTokenType extends AnyAddressingType
Java class for UsernameTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsernameTokenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Username" type="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}AttributedString"/> <any/> </sequence> <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected AttributedString |
username |
any
otherAttributes
Constructor and Description |
---|
UsernameTokenType() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
AttributedString |
getUsername()
Gets the value of the username property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setUsername(AttributedString value)
Sets the value of the username property.
|
addAny, getAny, removeAny
addOtherAttribute, addOtherAttributes, getOtherAttributes
protected AttributedString username
protected String id
public AttributedString getUsername()
AttributedString
public void setUsername(AttributedString value)
value
- allowed object is AttributedString
Copyright © 2018 JBoss by Red Hat. All rights reserved.