com.sun.xml.ws.security.trust.impl.elements.str
Class DirectReferenceImpl

java.lang.Object
  extended by com.sun.xml.ws.security.secext10.ReferenceType
      extended by com.sun.xml.ws.security.trust.impl.elements.str.DirectReferenceImpl
All Implemented Interfaces:
DirectReference, Reference

public class DirectReferenceImpl
extends com.sun.xml.ws.security.secext10.ReferenceType
implements DirectReference

Reference Interface


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.secext10.ReferenceType
uri, valueType
 
Constructor Summary
DirectReferenceImpl(com.sun.xml.ws.security.secext10.ReferenceType refType)
           
DirectReferenceImpl(java.lang.String valueType, java.lang.String uri)
           
DirectReferenceImpl(java.lang.String valueType, java.lang.String uri, java.lang.String instance)
           
 
Method Summary
 java.lang.String getType()
           
 java.net.URI getURIAttr()
           
 java.net.URI getValueTypeURI()
           
 
Methods inherited from class com.sun.xml.ws.security.secext10.ReferenceType
getOtherAttributes, getURI, getValueType, setURI, setValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectReferenceImpl

public DirectReferenceImpl(java.lang.String valueType,
                           java.lang.String uri)

DirectReferenceImpl

public DirectReferenceImpl(java.lang.String valueType,
                           java.lang.String uri,
                           java.lang.String instance)

DirectReferenceImpl

public DirectReferenceImpl(com.sun.xml.ws.security.secext10.ReferenceType refType)
Method Detail

getURIAttr

public java.net.URI getURIAttr()
Specified by:
getURIAttr in interface DirectReference

getValueTypeURI

public java.net.URI getValueTypeURI()
Specified by:
getValueTypeURI in interface DirectReference

getType

public java.lang.String getType()
Specified by:
getType in interface Reference