public class SupportedEnvType
extends java.lang.Object
Java class for SupportedEnvType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupportedEnvType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="qname" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
qname |
| Constructor and Description |
|---|
SupportedEnvType() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getQname()
Gets the value of the qname property.
|
void |
setQname(javax.xml.namespace.QName value)
Sets the value of the qname property.
|
Copyright © 2025. All rights reserved.