public class EncodedString extends AttributedString
Java class for EncodedString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncodedString"> <simpleContent> <extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>AttributedString"> <attribute name="EncodingType" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
encodingType |
id, value
otherAttributes
Constructor and Description |
---|
EncodedString() |
Modifier and Type | Method and Description |
---|---|
String |
getEncodingType()
Gets the value of the encodingType property.
|
void |
setEncodingType(String value)
Sets the value of the encodingType property.
|
getId, getValue, setId, setValue
addOtherAttribute, addOtherAttributes, getOtherAttributes
protected String encodingType
Copyright © 2018 JBoss by Red Hat. All rights reserved.