public class RequestSecurityTokenType extends AnyAddressingType
Java class for RequestSecurityTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestSecurityTokenType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="Context" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
anyotherAttributes| Constructor and Description |
|---|
RequestSecurityTokenType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Gets the value of the context property.
|
void |
setContext(String value)
Sets the value of the context property.
|
addAny, getAny, removeAnyaddOtherAttribute, addOtherAttributes, getOtherAttributesprotected String context
Copyright © 2018 JBoss by Red Hat. All rights reserved.