View Javadoc
1   
2   package org.miloss.fgsms.services.interfaces.status;
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   * request
11   * 
12   * <p>Java class for GetAllStatusRequestMsg complex type.
13   * 
14   * <p>The following schema fragment specifies the expected content contained within this class.
15   * 
16   * <pre>
17   * &lt;complexType name="GetAllStatusRequestMsg">
18   *   &lt;complexContent>
19   *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
20   *     &lt;/restriction>
21   *   &lt;/complexContent>
22   * &lt;/complexType>
23   * </pre>
24   * 
25   * 
26   */
27  @XmlAccessorType(XmlAccessType.FIELD)
28  @XmlType(name = "GetAllStatusRequestMsg")
29  public class GetAllStatusRequestMsg {
30  
31  
32  }