Class KeyData


  • public class KeyData
    extends KeyDataType

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/sensitivekeys}KeyDataType">
           <attribute name="version" use="required" type="{http://certificateservices.org/xsd/sensitivekeys}notemptystring" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • version

        protected java.lang.String version
    • Constructor Detail

      • KeyData

        public KeyData()
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String