Class RequestedReferenceType
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
-
- Direct Known Subclasses:
RequestedAttachedReferenceImpl,RequestedUnattachedReferenceImpl
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.sun.xml.ws.security.secext10.SecurityTokenReferenceTypesecurityTokenReference
-
Constructor Summary
Constructors Constructor Description RequestedReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.xml.ws.security.secext10.SecurityTokenReferenceTypegetSecurityTokenReference()Gets the value of the securityTokenReference property.voidsetSecurityTokenReference(com.sun.xml.ws.security.secext10.SecurityTokenReferenceType value)Sets the value of the securityTokenReference property.
-
-
-
Method Detail
-
getSecurityTokenReference
public com.sun.xml.ws.security.secext10.SecurityTokenReferenceType getSecurityTokenReference()
Gets the value of the securityTokenReference property.- Returns:
- possible object is
SecurityTokenReferenceType
-
setSecurityTokenReference
public void setSecurityTokenReference(com.sun.xml.ws.security.secext10.SecurityTokenReferenceType value)
Sets the value of the securityTokenReference property.- Parameters:
value- allowed object isSecurityTokenReferenceType
-
-