|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QNameTokenUnion | |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.types | |
org.apache.woden.wsdl20.xml |
Uses of QNameTokenUnion in org.apache.woden.internal.wsdl20 |
---|
Methods in org.apache.woden.internal.wsdl20 that return QNameTokenUnion | |
---|---|
QNameTokenUnion |
InterfaceFaultImpl.getElement()
|
QNameTokenUnion |
InterfaceMessageReferenceImpl.getElement()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type QNameTokenUnion | |
---|---|
void |
InterfaceFaultImpl.setElement(QNameTokenUnion qnameTokenUnion)
|
void |
InterfaceMessageReferenceImpl.setElement(QNameTokenUnion element)
|
Uses of QNameTokenUnion in org.apache.woden.types |
---|
Fields in org.apache.woden.types declared as QNameTokenUnion | |
---|---|
static QNameTokenUnion |
QNameTokenUnion.ANY
|
static QNameTokenUnion |
QNameTokenUnion.NONE
|
static QNameTokenUnion |
QNameTokenUnion.OTHER
|
Uses of QNameTokenUnion in org.apache.woden.wsdl20.xml |
---|
Methods in org.apache.woden.wsdl20.xml that return QNameTokenUnion | |
---|---|
QNameTokenUnion |
InterfaceMessageReferenceElement.getElement()
Return the union of the xs:token and xs:QName of the global schema element declaration referred to by this InterfaceMessageReferenceElement. |
QNameTokenUnion |
InterfaceFaultElement.getElement()
Return the union of the xs:token and xs:QName of the global schema element declaration referred to by this InterfaceFaultElement. |
Methods in org.apache.woden.wsdl20.xml with parameters of type QNameTokenUnion | |
---|---|
void |
InterfaceMessageReferenceElement.setElement(QNameTokenUnion element)
Specify the union of the xs:token and xs:QName of the global schema element declaration referred to by this InterfaceMessageReferenceElement. |
void |
InterfaceFaultElement.setElement(QNameTokenUnion elementName)
Specify the union of the xs:token and xs:QName of the global schema element declaration referred to by this InterfaceFaultElement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |