com.sun.xml.ws.rx.mc.protocol.wsmc200702
Class UnsupportedSelectionType
java.lang.Object
com.sun.xml.ws.rx.mc.protocol.wsmc200702.UnsupportedSelectionType
public class UnsupportedSelectionType
- extends Object
The QName of the unsupported element(s) are included in the detail.
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>
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected QName value
UnsupportedSelectionType
public UnsupportedSelectionType()
getValue
public QName getValue()
- The QName of the unsupported element(s) are included in the detail.
- Returns:
- possible object is
QName
setValue
public void setValue(QName value)
- The QName of the unsupported element(s) are included in the detail.
- Parameters:
value - allowed object is
QName
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.