Apache CXF API

org.apache.cxf.xkms.model.xkms
Class QueryKeyBindingType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
      extended by 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
protected  TimeInstantType timeInstant
           
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
id, keyInfo, keyUsage, useKeyWith
 
Constructor Summary
QueryKeyBindingType()
           
 
Method Summary
 TimeInstantType getTimeInstant()
          Gets the value of the timeInstant property.
 void setTimeInstant(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeInstant

protected TimeInstantType timeInstant
Constructor Detail

QueryKeyBindingType

public QueryKeyBindingType()
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 is TimeInstantType

Apache CXF API

Apache CXF