public class UnverifiedKeyBindingType extends KeyBindingAbstractType
Java class for UnverifiedKeyBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnverifiedKeyBindingType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}KeyBindingAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}ValidityInterval" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ValidityIntervalType |
validityInterval |
id, keyInfo, keyUsage, useKeyWith| Constructor and Description |
|---|
UnverifiedKeyBindingType() |
| Modifier and Type | Method and Description |
|---|---|
ValidityIntervalType |
getValidityInterval()
Gets the value of the validityInterval property.
|
void |
setValidityInterval(ValidityIntervalType value)
Sets the value of the validityInterval property.
|
getId, getKeyInfo, getKeyUsage, getUseKeyWith, setId, setKeyInfoprotected ValidityIntervalType validityInterval
public ValidityIntervalType getValidityInterval()
ValidityIntervalTypepublic void setValidityInterval(ValidityIntervalType value)
value - allowed object is
ValidityIntervalTypeApache CXF