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>
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSelectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetValue()The QName of the unsupported element(s) are included in the detail.voidsetValue(QName value)The QName of the unsupported element(s) are included in the detail.
-