Package com.sun.xml.ws.security.secext10
Class KeyIdentifierType
- java.lang.Object
-
- com.sun.xml.ws.security.secext10.AttributedString
-
- com.sun.xml.ws.security.secext10.EncodedString
-
- com.sun.xml.ws.security.secext10.KeyIdentifierType
-
- Direct Known Subclasses:
KeyIdentifier,KeyIdentifierImpl
public class KeyIdentifierType extends EncodedString
A security token key identifierJava class for KeyIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyIdentifierType"> <simpleContent> <extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>EncodedString"> <attribute name="ValueType" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringvalueType-
Fields inherited from class com.sun.xml.ws.security.secext10.EncodedString
encodingType
-
Fields inherited from class com.sun.xml.ws.security.secext10.AttributedString
id, value
-
-
Constructor Summary
Constructors Constructor Description KeyIdentifierType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValueType()Gets the value of the valueType property.voidsetValueType(String value)Sets the value of the valueType property.-
Methods inherited from class com.sun.xml.ws.security.secext10.EncodedString
getEncodingType, setEncodingType
-
Methods inherited from class com.sun.xml.ws.security.secext10.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
-
-
-
-
Field Detail
-
valueType
protected String valueType
-
-