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
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
FieldsFields 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 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 Details
-
timeInstant
-
-
Constructor Details
-
QueryKeyBindingType
public QueryKeyBindingType()
-
-
Method Details
-
getTimeInstant
Gets the value of the timeInstant property.- Returns:
- possible object is
TimeInstantType
-
setTimeInstant
Sets the value of the timeInstant property.- Parameters:
value- allowed object isTimeInstantType
-