public class RequestSecurityTokenResponseType extends AnyAddressingType
Java class for RequestSecurityTokenResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestSecurityTokenResponseType"> <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 |
any
otherAttributes
Constructor and Description |
---|
RequestSecurityTokenResponseType() |
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, removeAny
addOtherAttribute, addOtherAttributes, getOtherAttributes
protected String context
Copyright © 2018 JBoss by Red Hat. All rights reserved.