public class Environment
extends java.lang.Object
Java class for environment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="environment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="env" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
| Constructor and Description |
|---|
Environment() |