package at.gv.egiz.stal.service.types; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** *

Java class for QuitRequestType complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="QuitRequestType">
 *   <complexContent>
 *     <extension base="{http://www.egiz.gv.at/stal}RequestType">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "QuitRequestType") public class QuitRequestType extends RequestType { }