|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.ac.classes.xmldsig.PasswordType
public class PasswordType
Java class for PasswordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}Length" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}Alphabet" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}Generation" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ExternalVerification" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AlphabetType |
alphabet
|
protected java.util.List<ExtensionType> |
extension
|
protected java.lang.String |
externalVerification
|
protected Generation |
generation
|
protected LengthType |
length
|
| Constructor Summary | |
|---|---|
PasswordType()
|
|
| Method Summary | |
|---|---|
AlphabetType |
getAlphabet()
Gets the value of the alphabet property. |
java.util.List<ExtensionType> |
getExtension()
Gets the value of the extension property. |
java.lang.String |
getExternalVerification()
Gets the value of the externalVerification property. |
Generation |
getGeneration()
Gets the value of the generation property. |
LengthType |
getLength()
Gets the value of the length property. |
void |
setAlphabet(AlphabetType value)
Sets the value of the alphabet property. |
void |
setExternalVerification(java.lang.String value)
Sets the value of the externalVerification property. |
void |
setGeneration(Generation value)
Sets the value of the generation property. |
void |
setLength(LengthType value)
Sets the value of the length property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LengthType length
protected AlphabetType alphabet
protected Generation generation
protected java.util.List<ExtensionType> extension
protected java.lang.String externalVerification
| Constructor Detail |
|---|
public PasswordType()
| Method Detail |
|---|
public LengthType getLength()
LengthTypepublic void setLength(LengthType value)
value - allowed object is
LengthTypepublic AlphabetType getAlphabet()
AlphabetTypepublic void setAlphabet(AlphabetType value)
value - allowed object is
AlphabetTypepublic Generation getGeneration()
Generationpublic void setGeneration(Generation value)
value - allowed object is
Generationpublic java.util.List<ExtensionType> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionType
public java.lang.String getExternalVerification()
Stringpublic void setExternalVerification(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||