public class KeyActivationType extends ExtensionListType
Java class for KeyActivationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyActivationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ActivationPin" 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 ActivationPinType |
activationPin |
content
Constructor and Description |
---|
KeyActivationType() |
Modifier and Type | Method and Description |
---|---|
ActivationPinType |
getActivationPin()
Gets the value of the activationPin property.
|
void |
setActivationPin(ActivationPinType value)
Sets the value of the activationPin property.
|
add, getContent, remove
protected ActivationPinType activationPin
public ActivationPinType getActivationPin()
ActivationPinType
public void setActivationPin(ActivationPinType value)
value
- allowed object is ActivationPinType
Copyright © 2019 JBoss by Red Hat. All rights reserved.