Class DirectReferenceImpl
- java.lang.Object
-
- com.sun.xml.ws.security.secext10.ReferenceType
-
- com.sun.xml.ws.security.trust.impl.elements.str.DirectReferenceImpl
-
- All Implemented Interfaces:
DirectReference,Reference
public class DirectReferenceImpl extends ReferenceType implements DirectReference
Reference Interface
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.secext10.ReferenceType
uri, valueType
-
-
Constructor Summary
Constructors Constructor Description DirectReferenceImpl(ReferenceType refType)DirectReferenceImpl(String valueType, String uri)DirectReferenceImpl(String valueType, String uri, String instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()URIgetURIAttr()URIgetValueTypeURI()-
Methods inherited from class com.sun.xml.ws.security.secext10.ReferenceType
getOtherAttributes, getURI, getValueType, setURI, setValueType
-
-
-
-
Method Detail
-
getURIAttr
public URI getURIAttr()
- Specified by:
getURIAttrin interfaceDirectReference
-
getValueTypeURI
public URI getValueTypeURI()
- Specified by:
getValueTypeURIin interfaceDirectReference
-
-