Uses of Class
org.apache.woden.types.QNameTokenUnion

Packages that use QNameTokenUnion
org.apache.woden.types   
org.apache.woden.wsdl20.xml   
 

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.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.