| Package | Description |
|---|---|
| org.apache.cxf.xkms.model.xkms |
| Modifier and Type | Field and Description |
|---|---|
protected ValidityIntervalType |
PrototypeKeyBindingType.validityInterval |
protected ValidityIntervalType |
UnverifiedKeyBindingType.validityInterval |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ValidityIntervalType> |
ObjectFactory.createValidityInterval(ValidityIntervalType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ValidityIntervalType> |
ObjectFactory.createValidityInterval(ValidityIntervalType value)
|
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