com.sun.xml.ws.security.trust.impl.wssx.elements
Class RequestedAttachedReferenceImpl

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

public class RequestedAttachedReferenceImpl
extends com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
implements RequestedAttachedReference

Implementation for RequestedAttachedReference.


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
securityTokenReference
 
Constructor Summary
RequestedAttachedReferenceImpl()
           
RequestedAttachedReferenceImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType rrType)
           
RequestedAttachedReferenceImpl(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.wssx.bindings.RequestedReferenceType
getSecurityTokenReference, setSecurityTokenReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestedAttachedReferenceImpl

public RequestedAttachedReferenceImpl()

RequestedAttachedReferenceImpl

public RequestedAttachedReferenceImpl(SecurityTokenReference str)

RequestedAttachedReferenceImpl

public RequestedAttachedReferenceImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType rrType)
                               throws java.lang.Exception
Throws:
java.lang.Exception
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 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