public class RequestedReferenceType extends Object
Java class for RequestedReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestedReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}SecurityTokenReference"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityTokenReferenceType |
securityTokenReference |
Constructor and Description |
---|
RequestedReferenceType() |
Modifier and Type | Method and Description |
---|---|
SecurityTokenReferenceType |
getSecurityTokenReference()
Gets the value of the securityTokenReference property.
|
void |
setSecurityTokenReference(SecurityTokenReferenceType value)
Sets the value of the securityTokenReference property.
|
protected SecurityTokenReferenceType securityTokenReference
public SecurityTokenReferenceType getSecurityTokenReference()
SecurityTokenReferenceType
public void setSecurityTokenReference(SecurityTokenReferenceType value)
value
- allowed object is SecurityTokenReferenceType
Copyright © 2016 JBoss by Red Hat. All rights reserved.