Methods Summary |
---|
public java.lang.Object | getAny()Gets the value of the any property.
|
public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference | getSecurityTokenReference()Get the STR contained in this Element, null otherwise
|
public java.net.URI | getSignatureID()get the Sig attribute value if set, null otherwise
|
public java.lang.String | getTargetType()Get the type of the UseKey information item
|
public com.sun.xml.ws.security.Token | getToken()Get the Token contained in the element, null otherwise.
|
public void | setAny(java.lang.Object value)Sets the value of the any property.
|
public void | setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)Set the STR for the Token as the contents of UseKey
|
public void | setSignatureID(java.net.URI sigID)Set the option Sig attribute of UseKey
|
public void | setTargetType(java.lang.String targetType)Set the type of the DelegateTo information item
|
public void | setToken(com.sun.xml.ws.security.Token token)Set the Token as the contents of UseKey
|