java.lang.Object
com.sun.xml.ws.security.secext10.AttributedString
com.sun.xml.ws.security.secext10.EncodedString
- Direct Known Subclasses:
KeyIdentifierType
This type is used for elements containing stringified binary data.
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>
-
Field Summary
FieldsFields inherited from class com.sun.xml.ws.security.secext10.AttributedString
id, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encodingType property.voidsetEncodingType(String value) Sets the value of the encodingType property.Methods inherited from class com.sun.xml.ws.security.secext10.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
-
Field Details
-
encodingType
-
-
Constructor Details
-
EncodedString
public EncodedString()
-
-
Method Details