Class 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>
     
    • Constructor Detail

      • QueryKeyBindingType

        public QueryKeyBindingType()
    • Method Detail

      • setTimeInstant

        public void setTimeInstant​(TimeInstantType value)
        Sets the value of the timeInstant property.
        Parameters:
        value - allowed object is TimeInstantType