Package org.apache.cxf.xkms.model.xkms
Class KeyBindingType
java.lang.Object
org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
org.apache.cxf.xkms.model.xkms.KeyBindingType
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>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
validityIntervalFields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
id, keyInfo, keyUsage, useKeyWith -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the status property.voidsetStatus(StatusType value) Sets the value of the status property.Methods inherited from class org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
getValidityInterval, setValidityIntervalMethods inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
getId, getKeyInfo, getKeyUsage, getUseKeyWith, setId, setKeyInfo
-
Field Details
-
status
-
-
Constructor Details
-
KeyBindingType
public KeyBindingType()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-