public class UnsupportedSelectionType extends Object
Java class for UnsupportedSelectionSType simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UnsupportedSelectionSType">
<restriction base="{http://www.w3.org/2001/XMLSchema}QName">
</restriction>
</simpleType>
| Constructor and Description |
|---|
UnsupportedSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getValue()
The QName of the unsupported element(s) are included in the detail.
|
void |
setValue(QName value)
The QName of the unsupported element(s) are included in the detail.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.