Class RequestedReferenceType
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
- Direct Known Subclasses:
RequestedAttachedReferenceImpl,RequestedUnattachedReferenceImpl
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the securityTokenReference property.voidSets the value of the securityTokenReference property.
-
Field Details
-
securityTokenReference
-
-
Constructor Details
-
RequestedReferenceType
public RequestedReferenceType()
-
-
Method Details
-
getSecurityTokenReference
Gets the value of the securityTokenReference property.- Returns:
- possible object is
SecurityTokenReferenceType
-
setSecurityTokenReference
Sets the value of the securityTokenReference property.- Parameters:
value- allowed object isSecurityTokenReferenceType
-