uk.gov.nationalarchives.pronom
Class GetSignatureFileVersionV1Response

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

public class GetSignatureFileVersionV1Response
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Version" type="{http://pronom.nationalarchives.gov.uk}Version"/>
         <element name="Deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GetSignatureFileVersionV1Response()
           
 
Method Summary
 Version getVersion()
          Gets the value of the version property.
 boolean isDeprecated()
          Gets the value of the deprecated property.
 void setDeprecated(boolean value)
          Sets the value of the deprecated property.
 void setVersion(Version 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

GetSignatureFileVersionV1Response

public GetSignatureFileVersionV1Response()
Method Detail

getVersion

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

Returns:
possible object is Version

setVersion

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

Parameters:
value - allowed object is Version

isDeprecated

public boolean isDeprecated()
Gets the value of the deprecated property.


setDeprecated

public void setDeprecated(boolean value)
Sets the value of the deprecated property.



Copyright © 2013 Open Planets Foundation. All Rights Reserved.