Apache CXF API

org.apache.cxf.xkms.model.xkms
Class KeyBindingType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
      extended by org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
          extended by org.apache.cxf.xkms.model.xkms.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 Summary
protected  StatusType status
           
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
validityInterval
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
id, keyInfo, keyUsage, useKeyWith
 
Constructor Summary
KeyBindingType()
           
 
Method Summary
 StatusType getStatus()
          Gets the value of the status property.
 void setStatus(StatusType value)
          Sets the value of the status property.
 
Methods inherited from class org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
getValidityInterval, setValidityInterval
 
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

status

protected StatusType status
Constructor Detail

KeyBindingType

public KeyBindingType()
Method Detail

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

Apache CXF API

Apache CXF