public class ActivationPinType extends ExtensionListType
Java class for ActivationPinType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationPinType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Length" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Alphabet" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Generation" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ActivationLimit"
minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension"
maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActivationLimitType |
activationLimit |
protected AlphabetType |
alphabet |
protected Generation |
generation |
protected LengthType |
length |
content| Constructor and Description |
|---|
ActivationPinType() |
| Modifier and Type | Method and Description |
|---|---|
ActivationLimitType |
getActivationLimit()
Gets the value of the activationLimit property.
|
AlphabetType |
getAlphabet()
Gets the value of the alphabet property.
|
Generation |
getGeneration()
Gets the value of the generation property.
|
LengthType |
getLength()
Gets the value of the length property.
|
void |
setActivationLimit(ActivationLimitType value)
Sets the value of the activationLimit property.
|
void |
setAlphabet(AlphabetType value)
Sets the value of the alphabet property.
|
void |
setGeneration(Generation value)
Sets the value of the generation property.
|
void |
setLength(LengthType value)
Sets the value of the length property.
|
add, getContent, removeprotected LengthType length
protected AlphabetType alphabet
protected Generation generation
protected ActivationLimitType activationLimit
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 ActivationLimitType getActivationLimit()
ActivationLimitTypepublic void setActivationLimit(ActivationLimitType value)
value - allowed object is ActivationLimitTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.