Class GFASoftwareIdentifier
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFASoftwareIdentifier
-
- All Implemented Interfaces:
AObject,ASoftwareIdentifier,Object
public class GFASoftwareIdentifier extends GFAObject implements ASoftwareIdentifier
-
-
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
-
-
Constructor Summary
Constructors Constructor Description GFASoftwareIdentifier(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsH()BooleangetcontainsHI()BooleangetcontainsL()BooleangetcontainsLI()BooleangetcontainsOS()BooleangetcontainsType()BooleangetcontainsU()BooleangetHHasTypeArray()BooleangetHIHasTypeBoolean()BooleangetLHasTypeArray()BooleangetLIHasTypeBoolean()List<? extends Object>getLinkedObjects(String link)BooleangetOSHasTypeArray()BooleangetTypeHasTypeName()StringgetTypeNameDefaultValue()StringgetTypeNameValue()BooleangetUHasTypeStringAscii()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, 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
-
getcontainsLI
public Boolean getcontainsLI()
- Specified by:
getcontainsLIin interfaceASoftwareIdentifier
-
getLIHasTypeBoolean
public Boolean getLIHasTypeBoolean()
- Specified by:
getLIHasTypeBooleanin interfaceASoftwareIdentifier
-
getcontainsH
public Boolean getcontainsH()
- Specified by:
getcontainsHin interfaceASoftwareIdentifier
-
getHHasTypeArray
public Boolean getHHasTypeArray()
- Specified by:
getHHasTypeArrayin interfaceASoftwareIdentifier
-
getcontainsHI
public Boolean getcontainsHI()
- Specified by:
getcontainsHIin interfaceASoftwareIdentifier
-
getHIHasTypeBoolean
public Boolean getHIHasTypeBoolean()
- Specified by:
getHIHasTypeBooleanin interfaceASoftwareIdentifier
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceASoftwareIdentifier
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceASoftwareIdentifier
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceASoftwareIdentifier
-
getTypeNameDefaultValue
public String getTypeNameDefaultValue()
-
getcontainsL
public Boolean getcontainsL()
- Specified by:
getcontainsLin interfaceASoftwareIdentifier
-
getLHasTypeArray
public Boolean getLHasTypeArray()
- Specified by:
getLHasTypeArrayin interfaceASoftwareIdentifier
-
getcontainsOS
public Boolean getcontainsOS()
- Specified by:
getcontainsOSin interfaceASoftwareIdentifier
-
getOSHasTypeArray
public Boolean getOSHasTypeArray()
- Specified by:
getOSHasTypeArrayin interfaceASoftwareIdentifier
-
getcontainsU
public Boolean getcontainsU()
- Specified by:
getcontainsUin interfaceASoftwareIdentifier
-
getUHasTypeStringAscii
public Boolean getUHasTypeStringAscii()
- Specified by:
getUHasTypeStringAsciiin interfaceASoftwareIdentifier
-
-