Class GFADSS
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFADSS
-
-
Field Summary
-
Fields inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
baseObject, keyName, parentObject, PDF_DATE_FORMAT_REGEX
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCertsHasTypeArray()COSObjectgetCertsValue()BooleangetcontainsCerts()BooleangetcontainsCRLs()BooleangetcontainsOCSPs()BooleangetcontainsType()BooleangetcontainsVRI()BooleangetCRLsHasTypeArray()COSObjectgetCRLsValue()List<? extends Object>getLinkedObjects(String link)BooleangetOCSPsHasTypeArray()COSObjectgetOCSPsValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()BooleangetVRIHasTypeDictionary()COSObjectgetVRIValue()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, getPageObject, getsize, hasCycle, setKeysSet
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getcontainsCRLs
public Boolean getcontainsCRLs()
- Specified by:
getcontainsCRLsin interfaceADSS
-
getCRLsValue
public COSObject getCRLsValue()
-
getCRLsHasTypeArray
public Boolean getCRLsHasTypeArray()
- Specified by:
getCRLsHasTypeArrayin interfaceADSS
-
getcontainsCerts
public Boolean getcontainsCerts()
- Specified by:
getcontainsCertsin interfaceADSS
-
getCertsValue
public COSObject getCertsValue()
-
getCertsHasTypeArray
public Boolean getCertsHasTypeArray()
- Specified by:
getCertsHasTypeArrayin interfaceADSS
-
getcontainsOCSPs
public Boolean getcontainsOCSPs()
- Specified by:
getcontainsOCSPsin interfaceADSS
-
getOCSPsValue
public COSObject getOCSPsValue()
-
getOCSPsHasTypeArray
public Boolean getOCSPsHasTypeArray()
- Specified by:
getOCSPsHasTypeArrayin interfaceADSS
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceADSS
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceADSS
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceADSS
-
getcontainsVRI
public Boolean getcontainsVRI()
- Specified by:
getcontainsVRIin interfaceADSS
-
getVRIValue
public COSObject getVRIValue()
-
getVRIHasTypeDictionary
public Boolean getVRIHasTypeDictionary()
- Specified by:
getVRIHasTypeDictionaryin interfaceADSS
-
-