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
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StatusTypestatus-
Fields inherited from class org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
validityInterval
-
Fields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
id, keyInfo, keyUsage, useKeyWith
-
-
Constructor Summary
Constructors Constructor Description KeyBindingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusTypegetStatus()Gets 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, setValidityInterval
-
Methods inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
getId, getKeyInfo, getKeyUsage, getUseKeyWith, setId, setKeyInfo
-
-
-
-
Field Detail
-
status
protected StatusType status
-
-
Method Detail
-
getStatus
public StatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
public void setStatus(StatusType value)
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
-