public class KeyBindingType extends UnverifiedKeyBindingType
Java class for KeyBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyBindingType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}UnverifiedKeyBindingType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}Status"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StatusType |
status |
validityIntervalid, keyInfo, keyUsage, useKeyWith| Constructor and Description |
|---|
KeyBindingType() |
| Modifier and Type | Method and Description |
|---|---|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
getValidityInterval, setValidityIntervalgetId, getKeyInfo, getKeyUsage, getUseKeyWith, setId, setKeyInfoprotected StatusType status
public StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypeApache CXF