org.jboss.identity.federation.ws.wss.secext
Class EncodedString

java.lang.Object
  extended by org.jboss.identity.federation.ws.wss.secext.AttributedString
      extended by org.jboss.identity.federation.ws.wss.secext.EncodedString
Direct Known Subclasses:
BinarySecurityTokenType, KeyIdentifierType

public class EncodedString
extends AttributedString

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
protected  java.lang.String encodingType
           
 
Fields inherited from class org.jboss.identity.federation.ws.wss.secext.AttributedString
id, value
 
Constructor Summary
EncodedString()
           
 
Method Summary
 java.lang.String getEncodingType()
          Gets the value of the encodingType property.
 void setEncodingType(java.lang.String value)
          Sets the value of the encodingType property.
 
Methods inherited from class org.jboss.identity.federation.ws.wss.secext.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encodingType

protected java.lang.String encodingType
Constructor Detail

EncodedString

public EncodedString()
Method Detail

getEncodingType

public java.lang.String getEncodingType()
Gets the value of the encodingType property.

Returns:
possible object is String

setEncodingType

public void setEncodingType(java.lang.String value)
Sets the value of the encodingType property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.