uk.gov.nationalarchives.pronom
Class GetSignatureFileV1Response

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

public class GetSignatureFileV1Response
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="SignatureFile" type="{http://www.nationalarchives.gov.uk/pronom/SignatureFile}SigFile"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GetSignatureFileV1Response()
           
 
Method Summary
 SigFile getSignatureFile()
          Gets the value of the signatureFile property.
 void setSignatureFile(SigFile value)
          Sets the value of the signatureFile property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSignatureFileV1Response

public GetSignatureFileV1Response()
Method Detail

getSignatureFile

public SigFile getSignatureFile()
Gets the value of the signatureFile property.

Returns:
possible object is SigFile

setSignatureFile

public void setSignatureFile(SigFile value)
Sets the value of the signatureFile property.

Parameters:
value - allowed object is SigFile


Copyright © 2013 Open Planets Foundation. All Rights Reserved.