Uses of Class
org.apache.cxf.xkms.model.xkms.QueryKeyBindingType
-
Packages that use QueryKeyBindingType Package Description 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 Modifier and Type Field Description protected QueryKeyBindingTypeLocateRequestType. queryKeyBindingprotected QueryKeyBindingTypeValidateRequestType. queryKeyBindingMethods in org.apache.cxf.xkms.model.xkms that return QueryKeyBindingType Modifier and Type Method Description QueryKeyBindingTypeObjectFactory. createQueryKeyBindingType()Create an instance ofQueryKeyBindingTypeQueryKeyBindingTypeLocateRequestType. getQueryKeyBinding()Gets the value of the queryKeyBinding property.QueryKeyBindingTypeValidateRequestType. getQueryKeyBinding()Gets the value of the queryKeyBinding property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type QueryKeyBindingType Modifier and Type Method Description javax.xml.bind.JAXBElement<QueryKeyBindingType>ObjectFactory. createQueryKeyBinding(QueryKeyBindingType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type QueryKeyBindingType Modifier and Type Method Description javax.xml.bind.JAXBElement<QueryKeyBindingType>ObjectFactory. createQueryKeyBinding(QueryKeyBindingType value)voidLocateRequestType. setQueryKeyBinding(QueryKeyBindingType value)Sets the value of the queryKeyBinding property.voidValidateRequestType. setQueryKeyBinding(QueryKeyBindingType value)Sets the value of the queryKeyBinding property.
-