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.PasswordString

public class PasswordString extends AttributedString
This type is used for password elements per Section 4.1.

Java-Klasse für PasswordString complex type.

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

 <complexType name="PasswordString">
   <simpleContent>
     <extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>AttributedString">
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • type

      protected String type
  • Constructor Details

    • PasswordString

      public PasswordString()
  • Method Details

    • getType

      public String getType()
      Ruft den Wert der type-Eigenschaft ab.
      Returns:
      possible object is String
    • setType

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