Apache CXF API

org.apache.cxf.xkms.model.xkms
Class UnverifiedKeyBindingType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
      extended by org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
Direct Known Subclasses:
KeyBindingType

public class UnverifiedKeyBindingType
extends KeyBindingAbstractType

Java class for UnverifiedKeyBindingType complex type.

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

 <complexType name="UnverifiedKeyBindingType">
   <complexContent>
     <extension base="{http://www.w3.org/2002/03/xkms#}KeyBindingAbstractType">
       <sequence>
         <element ref="{http://www.w3.org/2002/03/xkms#}ValidityInterval" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ValidityIntervalType validityInterval
           
 
Fields inherited from class org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
id, keyInfo, keyUsage, useKeyWith
 
Constructor Summary
UnverifiedKeyBindingType()
           
 
Method Summary
 ValidityIntervalType getValidityInterval()
          Gets the value of the validityInterval property.
 void setValidityInterval(ValidityIntervalType value)
          Sets the value of the validityInterval 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

validityInterval

protected ValidityIntervalType validityInterval
Constructor Detail

UnverifiedKeyBindingType

public UnverifiedKeyBindingType()
Method Detail

getValidityInterval

public ValidityIntervalType getValidityInterval()
Gets the value of the validityInterval property.

Returns:
possible object is ValidityIntervalType

setValidityInterval

public void setValidityInterval(ValidityIntervalType value)
Sets the value of the validityInterval property.

Parameters:
value - allowed object is ValidityIntervalType

Apache CXF API

Apache CXF