com.sun.xml.ws.security.opt.api.reference
Interface DirectReference
- All Superinterfaces:
- Reference
- All Known Implementing Classes:
- DirectReference
public interface DirectReference
- extends Reference
Interface for DirectReference reference type inside a STR
- Author:
- Ashutosh.Shahi@Sun.com
| Methods inherited from interface com.sun.xml.ws.security.opt.api.reference.Reference |
getType |
getValueType
java.lang.String getValueType()
- Returns:
- the valueType attribute of direct reference
setValueType
void setValueType(java.lang.String valueType)
- Parameters:
valueType - sets the valueType attribute
getURI
java.lang.String getURI()
- Returns:
- the URI attribute
setURI
void setURI(java.lang.String uri)
- Parameters:
uri - sets the uri attribute
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.