Class KeyBindingType


public class KeyBindingType extends UnverifiedKeyBindingType

Java class for KeyBindingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KeyBindingType">
   <complexContent>
     <extension base="{http://www.w3.org/2002/03/xkms#}UnverifiedKeyBindingType">
       <sequence>
         <element ref="{http://www.w3.org/2002/03/xkms#}Status"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • KeyBindingType

      public KeyBindingType()
  • Method Details

    • getStatus

      public StatusType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is StatusType
    • setStatus

      public void setStatus(StatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is StatusType