public class KeyIdentifierType extends EncodedString
Java 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>
Modifier and Type | Field and Description |
---|---|
protected String |
valueType |
encodingType
id, value
otherAttributes
Constructor and Description |
---|
KeyIdentifierType() |
Modifier and Type | Method and Description |
---|---|
String |
getValueType()
Gets the value of the valueType property.
|
void |
setValueType(String value)
Sets the value of the valueType property.
|
getEncodingType, setEncodingType
getId, getValue, setId, setValue
addOtherAttribute, addOtherAttributes, getOtherAttributes
protected String valueType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.