KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > w3 > _2001 > _04 > xmlenc_ > EncryptedDataType


1
2 package org.w3._2001._04.xmlenc_;
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 EncryptedDataType complex type.
11  *
12  * <p>The following schema fragment specifies the expected content contained within this class.
13  *
14  * <pre>
15  * &lt;complexType name="EncryptedDataType">
16  * &lt;complexContent>
17  * &lt;extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
18  * &lt;/extension>
19  * &lt;/complexContent>
20  * &lt;/complexType>
21  * </pre>
22  *
23  *
24  */

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