Apache CXF API

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

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

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

Fields in org.apache.cxf.xkms.model.xkms declared as PendingNotificationType
protected  PendingNotificationType RequestAbstractType.pendingNotification
           
 

Methods in org.apache.cxf.xkms.model.xkms that return PendingNotificationType
 PendingNotificationType ObjectFactory.createPendingNotificationType()
          Create an instance of PendingNotificationType
 PendingNotificationType RequestAbstractType.getPendingNotification()
          Gets the value of the pendingNotification property.
 

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

Methods in org.apache.cxf.xkms.model.xkms with parameters of type PendingNotificationType
 JAXBElement<PendingNotificationType> ObjectFactory.createPendingNotification(PendingNotificationType value)
          Create an instance of JAXBElement<PendingNotificationType>}
 void RequestAbstractType.setPendingNotification(PendingNotificationType value)
          Sets the value of the pendingNotification property.
 


Apache CXF API

Apache CXF