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

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 InterfaceMessageReferenceImpl.getElement()
           
 QNameTokenUnion InterfaceFaultImpl.getElement()
           
 

Methods in org.apache.woden.internal.wsdl20 with parameters of type QNameTokenUnion
 void InterfaceMessageReferenceImpl.setElement(QNameTokenUnion element)
           
 void InterfaceFaultImpl.setElement(QNameTokenUnion qnameTokenUnion)
           
 

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-2010 Apache Software Foundation. All Rights Reserved.