com.sun.xml.ws.rm.protocol.wsmc200702
Class UnsupportedSelection

java.lang.Object
  extended by com.sun.xml.ws.rm.protocol.wsmc200702.UnsupportedSelection

public class UnsupportedSelection
extends java.lang.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>
 


Field Summary
protected  javax.xml.namespace.QName value
           
 
Constructor Summary
UnsupportedSelection()
           
 
Method Summary
 javax.xml.namespace.QName getValue()
          The QName of the unsupported element(s) are included in the detail.
 void setValue(javax.xml.namespace.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
 

Field Detail

value

protected javax.xml.namespace.QName value
Constructor Detail

UnsupportedSelection

public UnsupportedSelection()
Method Detail

getValue

public javax.xml.namespace.QName getValue()
The QName of the unsupported element(s) are included in the detail.

Returns:
possible object is QName

setValue

public void setValue(javax.xml.namespace.QName value)
The QName of the unsupported element(s) are included in the detail.

Parameters:
value - allowed object is QName