uk.gov.nationalarchives.pronom
Class Version

java.lang.Object
  extended by uk.gov.nationalarchives.pronom.Version

public class Version
extends Object

Java class for Version complex type.

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

 <complexType name="Version">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Version()
           
 
Method Summary
 int getVersion()
          Gets the value of the version property.
 void setVersion(int value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public int getVersion()
Gets the value of the version property.


setVersion

public void setVersion(int value)
Sets the value of the version property.



Copyright © 2013 Open Planets Foundation. All Rights Reserved.