//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 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.
* <p>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)
* <p>
* <pre>
* &lt;complexType name="AuthenticatorTransportProtocolType">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;choice>
* &lt;element ref="{urn:liberty:ac:2003-08}HTTP"/>
* &lt;element ref="{urn:liberty:ac:2003-08}SSL"/>
* &lt;element ref="{urn:liberty:ac:2003-08}MobileNetworkNoEncryption"/>
* &lt;element ref="{urn:liberty:ac:2003-08}MobileNetworkRadioEncryption"/>
* &lt;element ref="{urn:liberty:ac:2003-08}MobileNetworkEndToEndEncryption"/>
* &lt;element ref="{urn:liberty:ac:2003-08}WTLS"/>
* &lt;element ref="{urn:liberty:ac:2003-08}IPSec"/>
* &lt;element ref="{urn:liberty:ac:2003-08}Extension" maxOccurs="unbounded"/>
* &lt;/choice>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*/
public interface AuthenticatorTransportProtocolType {
/**
* Gets the value of the Extension property.
*
* <p>
* 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 <CODE>set</CODE> method for the Extension property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getExtension().add(newItem);
* </pre>
*
*
* <p>
* 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);
}