1 // 2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs 3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 4 // Any modifications to this file will be lost upon recompilation of the source schema. 5 // Generated on: 2009.07.17 at 01:03:24 AM CST 6 // 7 8 9 package org.apache.geronimo.xml.ns.j2ee.application_1; 10 11 import javax.xml.bind.annotation.XmlAccessType; 12 import javax.xml.bind.annotation.XmlAccessorType; 13 import javax.xml.bind.annotation.XmlType; 14 15 16 /** 17 * 18 * Mirrors j2ee:pathType. 19 * 20 * 21 * <p>Java class for pathType complex type. 22 * 23 * <p>The following schema fragment specifies the expected content contained within this class. 24 * 25 * <pre> 26 * <complexType name="pathType"> 27 * <simpleContent> 28 * <restriction base="<http://geronimo.apache.org/xml/ns/j2ee/application-1.1>string"> 29 * </restriction> 30 * </simpleContent> 31 * </complexType> 32 * </pre> 33 * 34 * 35 */ 36 @XmlAccessorType(XmlAccessType.FIELD) 37 @XmlType(name = "pathType") 38 public class PathType 39 extends String 40 { 41 42 43 }