Class GFAMediaPlayParametersBE
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAMediaPlayParametersBE
-
- All Implemented Interfaces:
AMediaPlayParametersBE,AObject,Object
public class GFAMediaPlayParametersBE extends GFAObject implements AMediaPlayParametersBE
-
-
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 GFAMediaPlayParametersBE(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COSObjectgetADefaultValue()BooleangetAHasTypeBoolean()COSObjectgetAValue()COSObjectgetCDefaultValue()BooleangetCHasTypeBoolean()BooleangetcontainsA()BooleangetcontainsC()BooleangetcontainsD()BooleangetcontainsF()BooleangetcontainsRC()BooleangetcontainsV()COSObjectgetCValue()BooleangetDHasTypeDictionary()COSObjectgetDValue()COSObjectgetFDefaultValue()BooleangetFHasTypeInteger()LonggetFIntegerValue()COSObjectgetFValue()List<? extends Object>getLinkedObjects(String link)COSObjectgetRCDefaultValue()BooleangetRCHasTypeNumber()DoublegetRCNumberValue()COSObjectgetRCValue()COSObjectgetVDefaultValue()BooleangetVHasTypeInteger()LonggetVIntegerValue()COSObjectgetVValue()-
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
-
getcontainsA
public Boolean getcontainsA()
- Specified by:
getcontainsAin interfaceAMediaPlayParametersBE
-
getADefaultValue
public COSObject getADefaultValue()
-
getAValue
public COSObject getAValue()
-
getAHasTypeBoolean
public Boolean getAHasTypeBoolean()
- Specified by:
getAHasTypeBooleanin interfaceAMediaPlayParametersBE
-
getcontainsC
public Boolean getcontainsC()
- Specified by:
getcontainsCin interfaceAMediaPlayParametersBE
-
getCDefaultValue
public COSObject getCDefaultValue()
-
getCValue
public COSObject getCValue()
-
getCHasTypeBoolean
public Boolean getCHasTypeBoolean()
- Specified by:
getCHasTypeBooleanin interfaceAMediaPlayParametersBE
-
getcontainsD
public Boolean getcontainsD()
- Specified by:
getcontainsDin interfaceAMediaPlayParametersBE
-
getDValue
public COSObject getDValue()
-
getDHasTypeDictionary
public Boolean getDHasTypeDictionary()
- Specified by:
getDHasTypeDictionaryin interfaceAMediaPlayParametersBE
-
getcontainsF
public Boolean getcontainsF()
- Specified by:
getcontainsFin interfaceAMediaPlayParametersBE
-
getFDefaultValue
public COSObject getFDefaultValue()
-
getFValue
public COSObject getFValue()
-
getFHasTypeInteger
public Boolean getFHasTypeInteger()
- Specified by:
getFHasTypeIntegerin interfaceAMediaPlayParametersBE
-
getFIntegerValue
public Long getFIntegerValue()
- Specified by:
getFIntegerValuein interfaceAMediaPlayParametersBE
-
getcontainsRC
public Boolean getcontainsRC()
- Specified by:
getcontainsRCin interfaceAMediaPlayParametersBE
-
getRCDefaultValue
public COSObject getRCDefaultValue()
-
getRCValue
public COSObject getRCValue()
-
getRCHasTypeNumber
public Boolean getRCHasTypeNumber()
- Specified by:
getRCHasTypeNumberin interfaceAMediaPlayParametersBE
-
getRCNumberValue
public Double getRCNumberValue()
- Specified by:
getRCNumberValuein interfaceAMediaPlayParametersBE
-
getcontainsV
public Boolean getcontainsV()
- Specified by:
getcontainsVin interfaceAMediaPlayParametersBE
-
getVDefaultValue
public COSObject getVDefaultValue()
-
getVValue
public COSObject getVValue()
-
getVHasTypeInteger
public Boolean getVHasTypeInteger()
- Specified by:
getVHasTypeIntegerin interfaceAMediaPlayParametersBE
-
getVIntegerValue
public Long getVIntegerValue()
- Specified by:
getVIntegerValuein interfaceAMediaPlayParametersBE
-
-