Package com.sun.xml.ws.security.secext10
Class PasswordString
- java.lang.Object
-
- com.sun.xml.ws.security.secext10.AttributedString
-
- com.sun.xml.ws.security.secext10.PasswordString
-
public class PasswordString extends AttributedString
This type is used for password elements per Section 4.1.Java class for PasswordString complex type.
The following schema fragment specifies the expected content contained within this class.
<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" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtype-
Fields inherited from class com.sun.xml.ws.security.secext10.AttributedString
id, value
-
-
Constructor Summary
Constructors Constructor Description PasswordString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the value of the type property.voidsetType(String value)Sets the value of the type property.-
Methods inherited from class com.sun.xml.ws.security.secext10.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
-
-
-
-
Field Detail
-
type
protected String type
-
-