com.sun.xml.ws.security.trust.impl.elements
Class RequestedUnattachedReferenceImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
      extended by com.sun.xml.ws.security.trust.impl.elements.RequestedUnattachedReferenceImpl
All Implemented Interfaces:
RequestedReference, RequestedUnattachedReference

public class RequestedUnattachedReferenceImpl
extends com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
implements RequestedUnattachedReference

Implementation for RequestedUnattachedReference.


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
securityTokenReference
 
Constructor Summary
RequestedUnattachedReferenceImpl()
           
RequestedUnattachedReferenceImpl(com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType rrType)
           
RequestedUnattachedReferenceImpl(SecurityTokenReference str)
           
 
Method Summary
 SecurityTokenReference getSTR()
          Gets the value of the securityTokenReference property.
 void setSTR(SecurityTokenReference str)
          Sets the value of the securityTokenReference property.
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
getSecurityTokenReference, setSecurityTokenReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestedUnattachedReferenceImpl

public RequestedUnattachedReferenceImpl()

RequestedUnattachedReferenceImpl

public RequestedUnattachedReferenceImpl(SecurityTokenReference str)

RequestedUnattachedReferenceImpl

public RequestedUnattachedReferenceImpl(com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType rrType)
Method Detail

getSTR

public SecurityTokenReference getSTR()
Description copied from interface: RequestedReference
Gets the value of the securityTokenReference property.

Specified by:
getSTR in interface RequestedReference
Returns:
SecurityTokenReference

setSTR

public final void setSTR(SecurityTokenReference str)
Description copied from interface: RequestedReference
Sets the value of the securityTokenReference property.

Specified by:
setSTR in interface RequestedReference
Parameters:
str - SecurityTokenReference