|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
org.apache.cxf.xkms.model.xkms.PrototypeKeyBindingType
public class PrototypeKeyBindingType
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 | |
|---|---|
protected byte[] |
revocationCodeIdentifier
|
protected ValidityIntervalType |
validityInterval
|
| Fields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType |
|---|
id, keyInfo, keyUsage, useKeyWith |
| Constructor Summary | |
|---|---|
PrototypeKeyBindingType()
|
|
| Method Summary | |
|---|---|
byte[] |
getRevocationCodeIdentifier()
Gets the value of the revocationCodeIdentifier property. |
ValidityIntervalType |
getValidityInterval()
Gets the value of the validityInterval property. |
void |
setRevocationCodeIdentifier(byte[] value)
Sets the value of the revocationCodeIdentifier property. |
void |
setValidityInterval(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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ValidityIntervalType validityInterval
protected byte[] revocationCodeIdentifier
| Constructor Detail |
|---|
public PrototypeKeyBindingType()
| Method Detail |
|---|
public ValidityIntervalType getValidityInterval()
ValidityIntervalTypepublic void setValidityInterval(ValidityIntervalType value)
value - allowed object is
ValidityIntervalTypepublic byte[] getRevocationCodeIdentifier()
public void setRevocationCodeIdentifier(byte[] value)
value - allowed object is
byte[]
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||