|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
IncrementMultResultResponse.java | - | - | - | - |
|
1 | // | |
2 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs | |
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: 2007.04.08 at 11:11:24 AM CEST | |
6 | // | |
7 | ||
8 | ||
9 | package jtr.test.jee.ping.client; | |
10 | ||
11 | import javax.xml.bind.annotation.XmlAccessType; | |
12 | import javax.xml.bind.annotation.XmlAccessorType; | |
13 | import javax.xml.bind.annotation.XmlType; | |
14 | ||
15 | ||
16 | /** | |
17 | * <p>Java class for incrementMultResultResponse complex type. | |
18 | * | |
19 | * <p>The following schema fragment specifies the expected content contained within this class. | |
20 | * | |
21 | * <pre> | |
22 | * <complexType name="incrementMultResultResponse"> | |
23 | * <complexContent> | |
24 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
25 | * </restriction> | |
26 | * </complexContent> | |
27 | * </complexType> | |
28 | * </pre> | |
29 | * | |
30 | * | |
31 | */ | |
32 | @XmlAccessorType(XmlAccessType.FIELD) | |
33 | @XmlType(name = "incrementMultResultResponse") | |
34 | public class IncrementMultResultResponse { | |
35 | ||
36 | ||
37 | } |
|