KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > w3 > _2002 > _03 > xkms_ > StatusRequestType


1
2 package org.w3._2002._03.xkms_;
3
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlType;
7
8
9 /**
10  * <p>Java class for StatusRequestType complex type.
11  *
12  * <p>The following schema fragment specifies the expected content contained within this class.
13  *
14  * <pre>
15  * &lt;complexType name="StatusRequestType">
16  * &lt;complexContent>
17  * &lt;extension base="{http://www.w3.org/2002/03/xkms#}PendingRequestType">
18  * &lt;/extension>
19  * &lt;/complexContent>
20  * &lt;/complexType>
21  * </pre>
22  *
23  *
24  */

25 @XmlAccessorType(XmlAccessType.FIELD)
26 @XmlType(name = "StatusRequestType")
27 public class StatusRequestType
28     extends PendingRequestType
29 {
30
31
32 }
33
Popular Tags