Uses of Class
org.apache.cxf.xkms.model.xkms.PendingNotificationType
-
Packages that use PendingNotificationType Package Description 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 Modifier and Type Field Description protected PendingNotificationTypeRequestAbstractType. pendingNotificationMethods in org.apache.cxf.xkms.model.xkms that return PendingNotificationType Modifier and Type Method Description PendingNotificationTypeObjectFactory. createPendingNotificationType()Create an instance ofPendingNotificationTypePendingNotificationTypeRequestAbstractType. getPendingNotification()Gets the value of the pendingNotification property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type PendingNotificationType Modifier and Type Method Description javax.xml.bind.JAXBElement<PendingNotificationType>ObjectFactory. createPendingNotification(PendingNotificationType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type PendingNotificationType Modifier and Type Method Description javax.xml.bind.JAXBElement<PendingNotificationType>ObjectFactory. createPendingNotification(PendingNotificationType value)voidRequestAbstractType. setPendingNotification(PendingNotificationType value)Sets the value of the pendingNotification property.
-