Apache CXF API

org.apache.cxf.ws.security.sts.provider.model
Class RequestedReferenceType

java.lang.Object
  extended by org.apache.cxf.ws.security.sts.provider.model.RequestedReferenceType

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
protected  SecurityTokenReferenceType securityTokenReference
           
 
Constructor Summary
RequestedReferenceType()
           
 
Method Summary
 SecurityTokenReferenceType getSecurityTokenReference()
          Gets the value of the securityTokenReference property.
 void setSecurityTokenReference(SecurityTokenReferenceType value)
          Sets the value of the securityTokenReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityTokenReference

protected SecurityTokenReferenceType securityTokenReference
Constructor Detail

RequestedReferenceType

public RequestedReferenceType()
Method Detail

getSecurityTokenReference

public SecurityTokenReferenceType getSecurityTokenReference()
Gets the value of the securityTokenReference property.

Returns:
possible object is SecurityTokenReferenceType

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReferenceType value)
Sets the value of the securityTokenReference property.

Parameters:
value - allowed object is SecurityTokenReferenceType

Apache CXF API

Apache CXF