public class OriginalAuthenticatorTransportProtocolType extends ExtensionListType
Java class for AuthenticatorTransportProtocolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticatorTransportProtocolType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}HTTP"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}SSL"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}MobileNetworkNoEncryption"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}MobileNetworkRadioEncryption"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}MobileNetworkEndToEndEncryption"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}WTLS"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}IPSec"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}PSTN"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ISDN"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ADSL"/> </choice> <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 ExtensionOnlyType |
adsl |
protected ExtensionOnlyType |
http |
protected ExtensionOnlyType |
ipSec |
protected ExtensionOnlyType |
isdn |
protected ExtensionOnlyType |
mobileNetworkEndToEndEncryption |
protected ExtensionOnlyType |
mobileNetworkNoEncryption |
protected ExtensionOnlyType |
mobileNetworkRadioEncryption |
protected ExtensionOnlyType |
pstn |
protected ExtensionOnlyType |
ssl |
protected ExtensionOnlyType |
wtls |
content
Constructor and Description |
---|
OriginalAuthenticatorTransportProtocolType() |
Modifier and Type | Method and Description |
---|---|
ExtensionOnlyType |
getADSL()
Gets the value of the adsl property.
|
ExtensionOnlyType |
getHTTP()
Gets the value of the http property.
|
ExtensionOnlyType |
getIPSec()
Gets the value of the ipSec property.
|
ExtensionOnlyType |
getISDN()
Gets the value of the isdn property.
|
ExtensionOnlyType |
getMobileNetworkEndToEndEncryption()
Gets the value of the mobileNetworkEndToEndEncryption property.
|
ExtensionOnlyType |
getMobileNetworkNoEncryption()
Gets the value of the mobileNetworkNoEncryption property.
|
ExtensionOnlyType |
getMobileNetworkRadioEncryption()
Gets the value of the mobileNetworkRadioEncryption property.
|
ExtensionOnlyType |
getPSTN()
Gets the value of the pstn property.
|
ExtensionOnlyType |
getSSL()
Gets the value of the ssl property.
|
ExtensionOnlyType |
getWTLS()
Gets the value of the wtls property.
|
void |
setADSL(ExtensionOnlyType value)
Sets the value of the adsl property.
|
void |
setHTTP(ExtensionOnlyType value)
Sets the value of the http property.
|
void |
setIPSec(ExtensionOnlyType value)
Sets the value of the ipSec property.
|
void |
setISDN(ExtensionOnlyType value)
Sets the value of the isdn property.
|
void |
setMobileNetworkEndToEndEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkEndToEndEncryption property.
|
void |
setMobileNetworkNoEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkNoEncryption property.
|
void |
setMobileNetworkRadioEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkRadioEncryption property.
|
void |
setPSTN(ExtensionOnlyType value)
Sets the value of the pstn property.
|
void |
setSSL(ExtensionOnlyType value)
Sets the value of the ssl property.
|
void |
setWTLS(ExtensionOnlyType value)
Sets the value of the wtls property.
|
add, getContent, remove
protected ExtensionOnlyType http
protected ExtensionOnlyType ssl
protected ExtensionOnlyType mobileNetworkNoEncryption
protected ExtensionOnlyType mobileNetworkRadioEncryption
protected ExtensionOnlyType mobileNetworkEndToEndEncryption
protected ExtensionOnlyType wtls
protected ExtensionOnlyType ipSec
protected ExtensionOnlyType pstn
protected ExtensionOnlyType isdn
protected ExtensionOnlyType adsl
public OriginalAuthenticatorTransportProtocolType()
public ExtensionOnlyType getHTTP()
ExtensionOnlyType
public void setHTTP(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getSSL()
ExtensionOnlyType
public void setSSL(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getMobileNetworkNoEncryption()
ExtensionOnlyType
public void setMobileNetworkNoEncryption(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getMobileNetworkRadioEncryption()
ExtensionOnlyType
public void setMobileNetworkRadioEncryption(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getMobileNetworkEndToEndEncryption()
ExtensionOnlyType
public void setMobileNetworkEndToEndEncryption(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getWTLS()
ExtensionOnlyType
public void setWTLS(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getIPSec()
ExtensionOnlyType
public void setIPSec(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getPSTN()
ExtensionOnlyType
public void setPSTN(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getISDN()
ExtensionOnlyType
public void setISDN(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
public ExtensionOnlyType getADSL()
ExtensionOnlyType
public void setADSL(ExtensionOnlyType value)
value
- allowed object is ExtensionOnlyType
Copyright © 2016 JBoss by Red Hat. All rights reserved.