KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > xml > ws > security > trust > impl > bindings > AllowPostdatingType


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b26-ea3
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: 2006.02.24 at 05:55:09 PM PST
6
//
7

8
9 package com.sun.xml.ws.security.trust.impl.bindings;
10
11 import javax.xml.bind.annotation.XmlAccessType;
12 import javax.xml.bind.annotation.XmlAccessorType;
13 import javax.xml.bind.annotation.XmlType;
14 import com.sun.xml.ws.security.trust.impl.bindings.AllowPostdatingType;
15
16
17 /**
18  * <p>Java class for AllowPostdatingType complex type.
19  *
20  * <p>The following schema fragment specifies the expected content contained within this class.
21  *
22  * <pre>
23  * &lt;complexType name="AllowPostdatingType">
24  * &lt;complexContent>
25  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
26  * &lt;/restriction>
27  * &lt;/complexContent>
28  * &lt;/complexType>
29  * </pre>
30  *
31  *
32  */

33 @XmlAccessorType(XmlAccessType.FIELD)
34 @XmlType(name = "AllowPostdatingType")
35 public class AllowPostdatingType {
36
37
38 }
39
Popular Tags