|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.gov.nationalarchives.pronom.GetSignatureFileVersionV1Response
public class GetSignatureFileVersionV1Response
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 |
---|
public GetSignatureFileVersionV1Response()
Method Detail |
---|
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isDeprecated()
public void setDeprecated(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |