Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.QueryKeyBindingType

Packages that use QueryKeyBindingType
org.apache.cxf.xkms.model.xkms   
 

Uses of QueryKeyBindingType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as QueryKeyBindingType
protected  QueryKeyBindingType LocateRequestType.queryKeyBinding
           
protected  QueryKeyBindingType ValidateRequestType.queryKeyBinding
           
 

Methods in org.apache.cxf.xkms.model.xkms that return QueryKeyBindingType
 QueryKeyBindingType ObjectFactory.createQueryKeyBindingType()
          Create an instance of QueryKeyBindingType
 QueryKeyBindingType LocateRequestType.getQueryKeyBinding()
          Gets the value of the queryKeyBinding property.
 QueryKeyBindingType ValidateRequestType.getQueryKeyBinding()
          Gets the value of the queryKeyBinding property.
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type QueryKeyBindingType
 JAXBElement<QueryKeyBindingType> ObjectFactory.createQueryKeyBinding(QueryKeyBindingType value)
          Create an instance of JAXBElement<QueryKeyBindingType>}
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type QueryKeyBindingType
 JAXBElement<QueryKeyBindingType> ObjectFactory.createQueryKeyBinding(QueryKeyBindingType value)
          Create an instance of JAXBElement<QueryKeyBindingType>}
 void LocateRequestType.setQueryKeyBinding(QueryKeyBindingType value)
          Sets the value of the queryKeyBinding property.
 void ValidateRequestType.setQueryKeyBinding(QueryKeyBindingType value)
          Sets the value of the queryKeyBinding property.
 


Apache CXF API

Apache CXF