1 /** 2 * This Source Code Form is subject to the terms of the Mozilla Public 3 * License, v. 2.0. If a copy of the MPL was not distributed with this 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 * 6 * If it is not possible or desirable to put the notice in a particular 7 * file, then You may include the notice in a location (such as a LICENSE 8 * file in a relevant directory) where a recipient would be likely to look 9 * for such a notice. 10 11 * 12 */ 13 14 /* --------------------------------------------------------------------------- 15 * U.S. Government, Department of the Army 16 * Army Materiel Command 17 * Research Development Engineering Command 18 * Communications Electronics Research Development and Engineering Center 19 * --------------------------------------------------------------------------- 20 */ 21 22 package org.oasis_open.docs.wsdm.mows_2; 23 24 import javax.xml.bind.annotation.XmlAccessType; 25 import javax.xml.bind.annotation.XmlAccessorType; 26 import javax.xml.bind.annotation.XmlRootElement; 27 import javax.xml.bind.annotation.XmlSeeAlso; 28 import javax.xml.bind.annotation.XmlType; 29 import org.oasis_open.docs.wsdm.muws2_2.StateType; 30 31 32 /** 33 * <p>Java class for anonymous complex type. 34 * 35 * <p>The following schema fragment specifies the expected content contained within this class. 36 * 37 * <pre> 38 * <complexType> 39 * <complexContent> 40 * <restriction base="{http://docs.oasis-open.org/wsdm/mows-2.xsd}OperationalStateType"> 41 * </restriction> 42 * </complexContent> 43 * </complexType> 44 * </pre> 45 * 46 * 47 */ 48 @XmlAccessorType(XmlAccessType.FIELD) 49 @XmlType(name = "") 50 @XmlRootElement(name = "DownState") 51 //@XmlSeeAlso({OperationalStateType.class, StateType.class, ObjectFactory.class, org.oasis_open.docs.wsdm.muws2_2.ObjectFactory.class}) 52 public class DownState 53 extends OperationalStateType 54 { 55 56 57 }