Package org.apache.cxf.xkms.model.xkms
Class QueryKeyBindingType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
-
- org.apache.cxf.xkms.model.xkms.QueryKeyBindingType
-
public class QueryKeyBindingType extends KeyBindingAbstractType
Java class for QueryKeyBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryKeyBindingType"> <complexContent> <extension base="{http://www.w3.org/2002/03/xkms#}KeyBindingAbstractType"> <sequence> <element ref="{http://www.w3.org/2002/03/xkms#}TimeInstant" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TimeInstantTypetimeInstant-
Fields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
id, keyInfo, keyUsage, useKeyWith
-
-
Constructor Summary
Constructors Constructor Description QueryKeyBindingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeInstantTypegetTimeInstant()Gets the value of the timeInstant property.voidsetTimeInstant(TimeInstantType value)Sets the value of the timeInstant property.-
Methods inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
getId, getKeyInfo, getKeyUsage, getUseKeyWith, setId, setKeyInfo
-
-
-
-
Field Detail
-
timeInstant
protected TimeInstantType timeInstant
-
-
Method Detail
-
getTimeInstant
public TimeInstantType getTimeInstant()
Gets the value of the timeInstant property.- Returns:
- possible object is
TimeInstantType
-
setTimeInstant
public void setTimeInstant(TimeInstantType value)
Sets the value of the timeInstant property.- Parameters:
value- allowed object isTimeInstantType
-
-