Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/src/main/java/com/heuristiclab/okb/wsclient/admin/GetProblems.java @ 5761

Last change on this file since 5761 was 5761, checked in by mholper, 13 years ago

first Unit-Test build against new AdministrationService #1441

File size: 820 bytes
Line 
1
2package com.heuristiclab.okb.wsclient.admin;
3
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlRootElement;
7import javax.xml.bind.annotation.XmlType;
8
9
10/**
11 * <p>Java class for anonymous complex type.
12 *
13 * <p>The following schema fragment specifies the expected content contained within this class.
14 *
15 * <pre>
16 * &lt;complexType>
17 *   &lt;complexContent>
18 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19 *       &lt;sequence>
20 *       &lt;/sequence>
21 *     &lt;/restriction>
22 *   &lt;/complexContent>
23 * &lt;/complexType>
24 * </pre>
25 *
26 *
27 */
28@XmlAccessorType(XmlAccessType.FIELD)
29@XmlType(name = "")
30@XmlRootElement(name = "GetProblems")
31public class GetProblems {
32
33
34}
Note: See TracBrowser for help on using the repository browser.