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()COSObjectgetHIDefaultValue()BooleangetHIHasTypeBoolean()COSObjectgetHIValue()COSObjectgetHValue()BooleangetLHasTypeArray()COSObjectgetLIDefaultValue()BooleangetLIHasTypeBoolean()List<? extends Object>getLinkedObjects(String link)COSObjectgetLIValue()COSObjectgetLValue()BooleangetOSHasTypeArray()COSObjectgetOSValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()BooleangetUHasTypeStringAscii()COSObjectgetUValue()-
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
-
getcontainsH
public Boolean getcontainsH()
- Specified by:
getcontainsHin interfaceASoftwareIdentifier
-
getHValue
public COSObject getHValue()
-
getHHasTypeArray
public Boolean getHHasTypeArray()
- Specified by:
getHHasTypeArrayin interfaceASoftwareIdentifier
-
getcontainsHI
public Boolean getcontainsHI()
- Specified by:
getcontainsHIin interfaceASoftwareIdentifier
-
getHIDefaultValue
public COSObject getHIDefaultValue()
-
getHIValue
public COSObject getHIValue()
-
getHIHasTypeBoolean
public Boolean getHIHasTypeBoolean()
- Specified by:
getHIHasTypeBooleanin interfaceASoftwareIdentifier
-
getcontainsL
public Boolean getcontainsL()
- Specified by:
getcontainsLin interfaceASoftwareIdentifier
-
getLValue
public COSObject getLValue()
-
getLHasTypeArray
public Boolean getLHasTypeArray()
- Specified by:
getLHasTypeArrayin interfaceASoftwareIdentifier
-
getcontainsLI
public Boolean getcontainsLI()
- Specified by:
getcontainsLIin interfaceASoftwareIdentifier
-
getLIDefaultValue
public COSObject getLIDefaultValue()
-
getLIValue
public COSObject getLIValue()
-
getLIHasTypeBoolean
public Boolean getLIHasTypeBoolean()
- Specified by:
getLIHasTypeBooleanin interfaceASoftwareIdentifier
-
getcontainsOS
public Boolean getcontainsOS()
- Specified by:
getcontainsOSin interfaceASoftwareIdentifier
-
getOSValue
public COSObject getOSValue()
-
getOSHasTypeArray
public Boolean getOSHasTypeArray()
- Specified by:
getOSHasTypeArrayin interfaceASoftwareIdentifier
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceASoftwareIdentifier
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceASoftwareIdentifier
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceASoftwareIdentifier
-
getcontainsU
public Boolean getcontainsU()
- Specified by:
getcontainsUin interfaceASoftwareIdentifier
-
getUValue
public COSObject getUValue()
-
getUHasTypeStringAscii
public Boolean getUHasTypeStringAscii()
- Specified by:
getUHasTypeStringAsciiin interfaceASoftwareIdentifier
-
-