001 // 002 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 003 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 004 // Any modifications to this file will be lost upon recompilation of the source schema. 005 // Generated on: 2011.11.16 at 07:37:02 PM EST 006 // 007 008 009 package ietf.params.xml.ns.xmpp_tls; 010 011 import javax.xml.bind.annotation.XmlAccessType; 012 import javax.xml.bind.annotation.XmlAccessorType; 013 import javax.xml.bind.annotation.XmlRootElement; 014 import javax.xml.bind.annotation.XmlType; 015 016 017 /** 018 * <p>Java class for anonymous complex type. 019 * 020 * <p>The following schema fragment specifies the expected content contained within this class. 021 * 022 * <pre> 023 * <complexType> 024 * <complexContent> 025 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 026 * </restriction> 027 * </complexContent> 028 * </complexType> 029 * </pre> 030 * 031 * 032 */ 033 @XmlAccessorType(XmlAccessType.FIELD) 034 @XmlType(name = "") 035 @XmlRootElement(name = "failure") 036 public class Failure { 037 038 039 }