Apache CXF API

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

Packages that use ValidityIntervalType
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
protected  ValidityIntervalType PrototypeKeyBindingType.validityInterval
           
protected  ValidityIntervalType UnverifiedKeyBindingType.validityInterval
           
 

Methods in org.apache.cxf.xkms.model.xkms that return ValidityIntervalType
 ValidityIntervalType ObjectFactory.createValidityIntervalType()
          Create an instance of ValidityIntervalType
 ValidityIntervalType PrototypeKeyBindingType.getValidityInterval()
          Gets the value of the validityInterval property.
 ValidityIntervalType UnverifiedKeyBindingType.getValidityInterval()
          Gets the value of the validityInterval property.
 

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

Methods in org.apache.cxf.xkms.model.xkms with parameters of type ValidityIntervalType
 JAXBElement<ValidityIntervalType> ObjectFactory.createValidityInterval(ValidityIntervalType value)
          Create an instance of JAXBElement<ValidityIntervalType>}
 void PrototypeKeyBindingType.setValidityInterval(ValidityIntervalType value)
          Sets the value of the validityInterval property.
 void UnverifiedKeyBindingType.setValidityInterval(ValidityIntervalType value)
          Sets the value of the validityInterval property.
 


Apache CXF API

Apache CXF