Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
RequestKETType |
|
| 0.0;0 |
1 | ||
2 | package org.kuali.student.security.trust.dto; | |
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 RequestKETType complex type. | |
11 | * | |
12 | * <p>The following schema fragment specifies the expected content contained within this class. | |
13 | * | |
14 | * <pre> | |
15 | * <complexType name="RequestKETType"> | |
16 | * <complexContent> | |
17 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
18 | * </restriction> | |
19 | * </complexContent> | |
20 | * </complexType> | |
21 | * </pre> | |
22 | * | |
23 | * | |
24 | */ | |
25 | @XmlAccessorType(XmlAccessType.FIELD) | |
26 | @XmlType(name = "RequestKETType") | |
27 | 0 | public class RequestKETType { |
28 | ||
29 | ||
30 | } |