org.kuali.student.security.wssecurity.secext.dto
Class EncodedString
java.lang.Object
   org.kuali.student.security.wssecurity.secext.dto.AttributedString
org.kuali.student.security.wssecurity.secext.dto.AttributedString
       org.kuali.student.security.wssecurity.secext.dto.EncodedString
org.kuali.student.security.wssecurity.secext.dto.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" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </simpleContent>
 </complexType>
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
encodingType
protected String encodingType
EncodedString
public EncodedString()
getEncodingType
public String getEncodingType()
- Gets the value of the encodingType property.
 
- 
- Returns:
- possible object is
     String
 
setEncodingType
public void setEncodingType(String value)
- Sets the value of the encodingType property.
 
- 
- Parameters:
- value- allowed object is- String
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.