Class GFADestOutputProfileRef
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFADestOutputProfileRef
-
- All Implemented Interfaces:
ADestOutputProfileRef,AObject,Object
public class GFADestOutputProfileRef extends GFAObject implements ADestOutputProfileRef
-
-
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 GFADestOutputProfileRef(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCheckSumHasTypeString()BooleangetColorantTableHasTypeArray()BooleangetcontainsCheckSum()BooleangetcontainsColorantTable()BooleangetcontainsICCVersion()BooleangetcontainsProfileCS()BooleangetcontainsProfileName()BooleangetcontainsURLs()BooleangetICCVersionHasTypeString()List<? extends Object>getLinkedObjects(String link)BooleangetProfileCSHasTypeString()BooleangetProfileNameHasTypeStringText()LonggetURLsArraySize()BooleangetURLsHasTypeArray()-
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
-
getcontainsProfileName
public Boolean getcontainsProfileName()
- Specified by:
getcontainsProfileNamein interfaceADestOutputProfileRef
-
getProfileNameHasTypeStringText
public Boolean getProfileNameHasTypeStringText()
- Specified by:
getProfileNameHasTypeStringTextin interfaceADestOutputProfileRef
-
getcontainsProfileCS
public Boolean getcontainsProfileCS()
- Specified by:
getcontainsProfileCSin interfaceADestOutputProfileRef
-
getProfileCSHasTypeString
public Boolean getProfileCSHasTypeString()
- Specified by:
getProfileCSHasTypeStringin interfaceADestOutputProfileRef
-
getcontainsCheckSum
public Boolean getcontainsCheckSum()
- Specified by:
getcontainsCheckSumin interfaceADestOutputProfileRef
-
getCheckSumHasTypeString
public Boolean getCheckSumHasTypeString()
- Specified by:
getCheckSumHasTypeStringin interfaceADestOutputProfileRef
-
getcontainsColorantTable
public Boolean getcontainsColorantTable()
- Specified by:
getcontainsColorantTablein interfaceADestOutputProfileRef
-
getColorantTableHasTypeArray
public Boolean getColorantTableHasTypeArray()
- Specified by:
getColorantTableHasTypeArrayin interfaceADestOutputProfileRef
-
getcontainsURLs
public Boolean getcontainsURLs()
- Specified by:
getcontainsURLsin interfaceADestOutputProfileRef
-
getURLsHasTypeArray
public Boolean getURLsHasTypeArray()
- Specified by:
getURLsHasTypeArrayin interfaceADestOutputProfileRef
-
getURLsArraySize
public Long getURLsArraySize()
- Specified by:
getURLsArraySizein interfaceADestOutputProfileRef
-
getcontainsICCVersion
public Boolean getcontainsICCVersion()
- Specified by:
getcontainsICCVersionin interfaceADestOutputProfileRef
-
getICCVersionHasTypeString
public Boolean getICCVersionHasTypeString()
- Specified by:
getICCVersionHasTypeStringin interfaceADestOutputProfileRef
-
-