-
- All Implemented Interfaces:
-
android.os.Parcelable,org.readium.r2.shared.JSONable
public final class Accessibility.Certification implements JSONable, Parcelable
Certification of accessible publications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAccessibility.Certification.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringcertifiedByprivate final Stringcredentialprivate final Stringreport
-
Constructor Summary
Constructors Constructor Description Accessibility.Certification(String certifiedBy, String credential, String report)
-
Method Summary
Modifier and Type Method Description final StringgetCertifiedBy()Identifies a party responsible for the testing and certification of the accessibility of a Publication. final StringgetCredential()Identifies a credential or badge that establishes the authority of the party identified in the associated certifiedBy property to certify content accessible. final StringgetReport()Provides a link to an accessibility report created by the party identified in the associated certifiedBy property. JSONObjecttoJSON()Serializes the object to its JSON representation. -
-
Method Detail
-
getCertifiedBy
final String getCertifiedBy()
Identifies a party responsible for the testing and certification of the accessibility of a Publication.
-
getCredential
final String getCredential()
Identifies a credential or badge that establishes the authority of the party identified in the associated certifiedBy property to certify content accessible.
-
getReport
final String getReport()
Provides a link to an accessibility report created by the party identified in the associated certifiedBy property.
-
toJSON
JSONObject toJSON()
Serializes the object to its JSON representation.
-
-
-
-