public class PdfaType extends Object
Java class for PdfaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PdfaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="part" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="conformance" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conformance |
protected String |
part |
| Constructor and Description |
|---|
PdfaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConformance()
Gets the value of the conformance property.
|
String |
getPart()
Gets the value of the part property.
|
boolean |
isSetConformance() |
boolean |
isSetPart() |
void |
setConformance(String value)
Sets the value of the conformance property.
|
void |
setPart(String value)
Sets the value of the part property.
|
public String getPart()
Stringpublic void setPart(String value)
value - allowed object is
Stringpublic boolean isSetPart()
public String getConformance()
Stringpublic void setConformance(String value)
value - allowed object is
Stringpublic boolean isSetConformance()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.