java.lang.Object
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0.AttributedString
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0.EncodedString
Direct Known Subclasses:
BinarySecurityTokenType, KeyIdentifierType

public class EncodedString extends AttributedString
This type is used for elements containing stringified binary data.

Java-Klasse für EncodedString complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 
  • Field Details

    • encodingType

      protected String encodingType
  • Constructor Details

    • EncodedString

      public EncodedString()
  • Method Details

    • getEncodingType

      public String getEncodingType()
      Ruft den Wert der encodingType-Eigenschaft ab.
      Returns:
      possible object is String
    • setEncodingType

      public void setEncodingType(String value)
      Legt den Wert der encodingType-Eigenschaft fest.
      Parameters:
      value - allowed object is String