// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at 10:33:54 AM PDT // package com.sun.identity.liberty.ws.common.jaxb.ac; /** * Java content class for AuthenticatorTransportProtocolType complex type. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/liberty/lib-arch-authentication-context.xsd line 514) *

*

 * <complexType name="AuthenticatorTransportProtocolType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <choice>
 *         <element ref="{urn:liberty:ac:2003-08}HTTP"/>
 *         <element ref="{urn:liberty:ac:2003-08}SSL"/>
 *         <element ref="{urn:liberty:ac:2003-08}MobileNetworkNoEncryption"/>
 *         <element ref="{urn:liberty:ac:2003-08}MobileNetworkRadioEncryption"/>
 *         <element ref="{urn:liberty:ac:2003-08}MobileNetworkEndToEndEncryption"/>
 *         <element ref="{urn:liberty:ac:2003-08}WTLS"/>
 *         <element ref="{urn:liberty:ac:2003-08}IPSec"/>
 *         <element ref="{urn:liberty:ac:2003-08}Extension" maxOccurs="unbounded"/>
 *       </choice>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface AuthenticatorTransportProtocolType { /** * Gets the value of the Extension property. * *

* 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 * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ExtensionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ExtensionType} * */ java.util.List getExtension(); /** * Gets the value of the ssl property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SSLType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SSLElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.SSLType getSSL(); /** * Sets the value of the ssl property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SSLType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SSLElement} */ void setSSL(com.sun.identity.liberty.ws.common.jaxb.ac.SSLType value); /** * Gets the value of the mobileNetworkNoEncryption property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkNoEncryptionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkNoEncryptionType} */ com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkNoEncryptionType getMobileNetworkNoEncryption(); /** * Sets the value of the mobileNetworkNoEncryption property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkNoEncryptionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkNoEncryptionType} */ void setMobileNetworkNoEncryption(com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkNoEncryptionType value); /** * Gets the value of the http property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.HTTPType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.HTTPElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.HTTPType getHTTP(); /** * Sets the value of the http property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.HTTPType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.HTTPElement} */ void setHTTP(com.sun.identity.liberty.ws.common.jaxb.ac.HTTPType value); /** * Gets the value of the wtls property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.WTLSElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.WTLSType} */ com.sun.identity.liberty.ws.common.jaxb.ac.WTLSType getWTLS(); /** * Sets the value of the wtls property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.WTLSElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.WTLSType} */ void setWTLS(com.sun.identity.liberty.ws.common.jaxb.ac.WTLSType value); /** * Gets the value of the ipSec property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPSecType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPSecElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.IPSecType getIPSec(); /** * Sets the value of the ipSec property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPSecType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPSecElement} */ void setIPSec(com.sun.identity.liberty.ws.common.jaxb.ac.IPSecType value); /** * Gets the value of the mobileNetworkEndToEndEncryption property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkEndToEndEncryptionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkEndToEndEncryptionType} */ com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkEndToEndEncryptionType getMobileNetworkEndToEndEncryption(); /** * Sets the value of the mobileNetworkEndToEndEncryption property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkEndToEndEncryptionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkEndToEndEncryptionType} */ void setMobileNetworkEndToEndEncryption(com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkEndToEndEncryptionType value); /** * Gets the value of the mobileNetworkRadioEncryption property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkRadioEncryptionType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkRadioEncryptionElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkRadioEncryptionType getMobileNetworkRadioEncryption(); /** * Sets the value of the mobileNetworkRadioEncryption property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkRadioEncryptionType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkRadioEncryptionElement} */ void setMobileNetworkRadioEncryption(com.sun.identity.liberty.ws.common.jaxb.ac.MobileNetworkRadioEncryptionType value); }