WTLSElement.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync//
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync// Any modifications to this file will be lost upon recompilation of the source schema.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync// Generated on: 2012.06.11 at 10:33:54 AM PDT
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync//
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncpackage com.sun.identity.liberty.ws.common.jaxb.ac;
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync/**
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * This element indicates that the Authenticator has been transmitted using a transport mechanism protected by a WTLS session.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync *
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * Java content class for WTLS element declaration.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * <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 391)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * <p>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * <pre>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;element name="WTLS">
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;complexType>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;complexContent>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;sequence>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;element ref="{urn:liberty:ac:2003-08}Extension" maxOccurs="unbounded" minOccurs="0"/>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;/sequence>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;/restriction>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;/complexContent>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;/complexType>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * &lt;/element>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync * </pre>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync *
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync */
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncpublic interface WTLSElement
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.ac.WTLSType
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync{
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync}
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync