Package net.webpdf.wsclient.openapi
Class MetadataPdfa
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataPdfa
-
public class MetadataPdfa extends Object
The PDF/A standard the document claims to be conforming to.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONFORMANCEstatic StringJSON_PROPERTY_PART
-
Constructor Summary
Constructors Constructor Description MetadataPdfa()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataPdfaconformance(String conformance)booleanequals(Object o)@Nullable StringgetConformance()The PDF/A conformance level.@Nullable StringgetPart()The ISO-19005 part number.inthashCode()MetadataPdfapart(String part)voidsetConformance(String conformance)voidsetPart(String part)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONFORMANCE
public static final String JSON_PROPERTY_CONFORMANCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PART
public static final String JSON_PROPERTY_PART
- See Also:
- Constant Field Values
-
-
Method Detail
-
conformance
public MetadataPdfa conformance(String conformance)
-
getConformance
@Nullable public @Nullable String getConformance()
The PDF/A conformance level.- Returns:
- conformance
-
setConformance
public void setConformance(String conformance)
-
part
public MetadataPdfa part(String part)
-
getPart
@Nullable public @Nullable String getPart()
The ISO-19005 part number.- Returns:
- part
-
setPart
public void setPart(String part)
-
-