
org.jvnet.jaxbvalidation.tests.one.SystemStateRef Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:15 PM(kohsuke)-fcs
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2007.03.26 at 04:39:11 PM CEST
//
package org.jvnet.jaxbvalidation.tests.one;
/**
* Java content class for SystemStateRef complex type.
* The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Projects/p2.external/jaxbvalidation/tests/dpr/src/main/resources/dprdataset.xsd line 2867)
*
*
* <complexType name="SystemStateRef">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="systemStateName" type="{}SystemStateNameType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*/
public interface SystemStateRef {
/**
* Gets the value of the systemStateName property.
*
* @return
* possible object is
* {@link java.lang.String}
*/
java.lang.String getSystemStateName();
/**
* Sets the value of the systemStateName property.
*
* @param value
* allowed object is
* {@link java.lang.String}
*/
void setSystemStateName(java.lang.String value);
boolean isSetSystemStateName();
void unsetSystemStateName();
}