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 Details

  • Constructor Details

    • QueryKeyBindingType

      public QueryKeyBindingType()
  • Method Details

    • 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