Apache CXF API

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

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

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

Fields in org.apache.cxf.xkms.model.xkms declared as PrototypeKeyBindingType
protected  PrototypeKeyBindingType RegisterRequestType.prototypeKeyBinding
           
 

Methods in org.apache.cxf.xkms.model.xkms that return PrototypeKeyBindingType
 PrototypeKeyBindingType ObjectFactory.createPrototypeKeyBindingType()
          Create an instance of PrototypeKeyBindingType
 PrototypeKeyBindingType RegisterRequestType.getPrototypeKeyBinding()
          Gets the value of the prototypeKeyBinding property.
 

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

Methods in org.apache.cxf.xkms.model.xkms with parameters of type PrototypeKeyBindingType
 JAXBElement<PrototypeKeyBindingType> ObjectFactory.createPrototypeKeyBinding(PrototypeKeyBindingType value)
          Create an instance of JAXBElement<PrototypeKeyBindingType>}
 void RegisterRequestType.setPrototypeKeyBinding(PrototypeKeyBindingType value)
          Sets the value of the prototypeKeyBinding property.
 


Apache CXF API

Apache CXF