|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.rpc.holders.QNameHolder
public final class QNameHolder
Holder for QName
s.
Field Summary | |
---|---|
javax.xml.namespace.QName |
value
The QName contained by this holder. |
Constructor Summary | |
---|---|
QNameHolder()
Make a new QNameHolder with a null value. |
|
QNameHolder(javax.xml.namespace.QName value)
Make a new QNameHolder with value as
the value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public javax.xml.namespace.QName value
QName
contained by this holder.
Constructor Detail |
---|
public QNameHolder()
QNameHolder
with a null
value.
public QNameHolder(javax.xml.namespace.QName value)
QNameHolder
with value
as
the value.
value
- the QName
to hold
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |