Package org.apache.cxf.xkms.model.xkms
Class PrototypeKeyBindingType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
-
- org.apache.cxf.xkms.model.xkms.PrototypeKeyBindingType
-
public class PrototypeKeyBindingType extends KeyBindingAbstractType
Java class for PrototypeKeyBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrototypeKeyBindingType"> <complexContent> <extension base="{http://www.w3.org/2002/03/xkms#}KeyBindingAbstractType"> <sequence> <element ref="{http://www.w3.org/2002/03/xkms#}ValidityInterval" minOccurs="0"/> <element ref="{http://www.w3.org/2002/03/xkms#}RevocationCodeIdentifier" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]revocationCodeIdentifierprotected ValidityIntervalTypevalidityInterval-
Fields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
id, keyInfo, keyUsage, useKeyWith
-
-
Constructor Summary
Constructors Constructor Description PrototypeKeyBindingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getRevocationCodeIdentifier()Gets the value of the revocationCodeIdentifier property.ValidityIntervalTypegetValidityInterval()Gets the value of the validityInterval property.voidsetRevocationCodeIdentifier(byte[] value)Sets the value of the revocationCodeIdentifier property.voidsetValidityInterval(ValidityIntervalType value)Sets the value of the validityInterval property.-
Methods inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
getId, getKeyInfo, getKeyUsage, getUseKeyWith, setId, setKeyInfo
-
-
-
-
Field Detail
-
validityInterval
protected ValidityIntervalType validityInterval
-
revocationCodeIdentifier
protected byte[] revocationCodeIdentifier
-
-
Method Detail
-
getValidityInterval
public ValidityIntervalType getValidityInterval()
Gets the value of the validityInterval property.- Returns:
- possible object is
ValidityIntervalType
-
setValidityInterval
public void setValidityInterval(ValidityIntervalType value)
Sets the value of the validityInterval property.- Parameters:
value- allowed object isValidityIntervalType
-
getRevocationCodeIdentifier
public byte[] getRevocationCodeIdentifier()
Gets the value of the revocationCodeIdentifier property.- Returns:
- possible object is byte[]
-
setRevocationCodeIdentifier
public void setRevocationCodeIdentifier(byte[] value)
Sets the value of the revocationCodeIdentifier property.- Parameters:
value- allowed object is byte[]
-
-