public class ImplementationCheckerType extends Object
Clase Java para implementation_checkerType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="implementation_checkerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="implementation_check" type="{}implementation_checkType"/>
<element name="results" type="{}resultsType"/>
</sequence>
<attribute name="TIAProfileChecker" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TIFF_Baseline_Core_6_0" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TIFF_Baseline_Extended_6_0" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TIFF_EP" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TiffITP1ProfileChecker" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TiffITP2ProfileChecker" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TiffITProfileChecker" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="totalErrors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="totalWarnings" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImplementationCheckType |
implementationCheck |
protected String |
ref |
protected ResultsType |
results |
protected String |
tiaProfileChecker |
protected String |
tiffBaselineCore60 |
protected String |
tiffBaselineExtended60 |
protected String |
tiffep |
protected String |
tiffITP1ProfileChecker |
protected String |
tiffITP2ProfileChecker |
protected String |
tiffITProfileChecker |
protected String |
totalErrors |
protected String |
totalWarnings |
protected String |
version |
| Constructor and Description |
|---|
ImplementationCheckerType() |
| Modifier and Type | Method and Description |
|---|---|
ImplementationCheckType |
getImplementationCheck()
Obtiene el valor de la propiedad implementationCheck.
|
String |
getRef()
Obtiene el valor de la propiedad ref.
|
ResultsType |
getResults()
Obtiene el valor de la propiedad results.
|
String |
getTIAProfileChecker()
Obtiene el valor de la propiedad tiaProfileChecker.
|
String |
getTIFFBaselineCore60()
Obtiene el valor de la propiedad tiffBaselineCore60.
|
String |
getTIFFBaselineExtended60()
Obtiene el valor de la propiedad tiffBaselineExtended60.
|
String |
getTIFFEP()
Obtiene el valor de la propiedad tiffep.
|
String |
getTiffITP1ProfileChecker()
Obtiene el valor de la propiedad tiffITP1ProfileChecker.
|
String |
getTiffITP2ProfileChecker()
Obtiene el valor de la propiedad tiffITP2ProfileChecker.
|
String |
getTiffITProfileChecker()
Obtiene el valor de la propiedad tiffITProfileChecker.
|
String |
getTotalErrors()
Obtiene el valor de la propiedad totalErrors.
|
String |
getTotalWarnings()
Obtiene el valor de la propiedad totalWarnings.
|
String |
getVersion()
Obtiene el valor de la propiedad version.
|
void |
setImplementationCheck(ImplementationCheckType value)
Define el valor de la propiedad implementationCheck.
|
void |
setRef(String value)
Define el valor de la propiedad ref.
|
void |
setResults(ResultsType value)
Define el valor de la propiedad results.
|
void |
setTIAProfileChecker(String value)
Define el valor de la propiedad tiaProfileChecker.
|
void |
setTIFFBaselineCore60(String value)
Define el valor de la propiedad tiffBaselineCore60.
|
void |
setTIFFBaselineExtended60(String value)
Define el valor de la propiedad tiffBaselineExtended60.
|
void |
setTIFFEP(String value)
Define el valor de la propiedad tiffep.
|
void |
setTiffITP1ProfileChecker(String value)
Define el valor de la propiedad tiffITP1ProfileChecker.
|
void |
setTiffITP2ProfileChecker(String value)
Define el valor de la propiedad tiffITP2ProfileChecker.
|
void |
setTiffITProfileChecker(String value)
Define el valor de la propiedad tiffITProfileChecker.
|
void |
setTotalErrors(String value)
Define el valor de la propiedad totalErrors.
|
void |
setTotalWarnings(String value)
Define el valor de la propiedad totalWarnings.
|
void |
setVersion(String value)
Define el valor de la propiedad version.
|
protected ImplementationCheckType implementationCheck
protected ResultsType results
protected String tiaProfileChecker
protected String tiffBaselineCore60
protected String tiffBaselineExtended60
protected String tiffep
protected String tiffITP1ProfileChecker
protected String tiffITP2ProfileChecker
protected String tiffITProfileChecker
protected String ref
protected String totalErrors
protected String totalWarnings
protected String version
public ImplementationCheckType getImplementationCheck()
ImplementationCheckTypepublic void setImplementationCheck(ImplementationCheckType value)
value - allowed object is
ImplementationCheckTypepublic ResultsType getResults()
ResultsTypepublic void setResults(ResultsType value)
value - allowed object is
ResultsTypepublic String getTIAProfileChecker()
Stringpublic void setTIAProfileChecker(String value)
value - allowed object is
Stringpublic String getTIFFBaselineCore60()
Stringpublic void setTIFFBaselineCore60(String value)
value - allowed object is
Stringpublic String getTIFFBaselineExtended60()
Stringpublic void setTIFFBaselineExtended60(String value)
value - allowed object is
Stringpublic String getTIFFEP()
Stringpublic void setTIFFEP(String value)
value - allowed object is
Stringpublic String getTiffITP1ProfileChecker()
Stringpublic void setTiffITP1ProfileChecker(String value)
value - allowed object is
Stringpublic String getTiffITP2ProfileChecker()
Stringpublic void setTiffITP2ProfileChecker(String value)
value - allowed object is
Stringpublic String getTiffITProfileChecker()
Stringpublic void setTiffITProfileChecker(String value)
value - allowed object is
Stringpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getTotalErrors()
Stringpublic void setTotalErrors(String value)
value - allowed object is
Stringpublic String getTotalWarnings()
Stringpublic void setTotalWarnings(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2016–2020. All rights reserved.