Uses of Class
org.apache.cxf.xkms.model.xkms.ValidityIntervalType
-
Packages that use ValidityIntervalType Package Description org.apache.cxf.xkms.model.xkms -
-
Uses of ValidityIntervalType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as ValidityIntervalType Modifier and Type Field Description protected ValidityIntervalTypePrototypeKeyBindingType. validityIntervalprotected ValidityIntervalTypeUnverifiedKeyBindingType. validityIntervalMethods in org.apache.cxf.xkms.model.xkms that return ValidityIntervalType Modifier and Type Method Description ValidityIntervalTypeObjectFactory. createValidityIntervalType()Create an instance ofValidityIntervalTypeValidityIntervalTypePrototypeKeyBindingType. getValidityInterval()Gets the value of the validityInterval property.ValidityIntervalTypeUnverifiedKeyBindingType. getValidityInterval()Gets the value of the validityInterval property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type ValidityIntervalType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValidityIntervalType>ObjectFactory. createValidityInterval(ValidityIntervalType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type ValidityIntervalType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValidityIntervalType>ObjectFactory. createValidityInterval(ValidityIntervalType value)voidPrototypeKeyBindingType. setValidityInterval(ValidityIntervalType value)Sets the value of the validityInterval property.voidUnverifiedKeyBindingType. setValidityInterval(ValidityIntervalType value)Sets the value of the validityInterval property.
-