Class RequestedReferenceType

java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.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 Details

    • securityTokenReference

      protected com.sun.xml.ws.security.secext10.SecurityTokenReferenceType securityTokenReference
  • Constructor Details

    • RequestedReferenceType

      public RequestedReferenceType()
  • Method Details

    • 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 is SecurityTokenReferenceType