Class GFA3DCrossSection
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFA3DCrossSection
-
- All Implemented Interfaces:
A3DCrossSection,AObject,Object
public class GFA3DCrossSection extends GFAObject implements A3DCrossSection
-
-
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 GFA3DCrossSection(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCHasTypeArray()BooleangetcontainsC()BooleangetcontainsIC()BooleangetcontainsIV()BooleangetcontainsO()BooleangetcontainsPC()BooleangetcontainsPO()BooleangetcontainsPV()BooleangetcontainsSC()BooleangetcontainsST()BooleangetcontainsType()BooleangetICHasTypeArray()BooleangetIVBooleanDefaultValue()BooleangetIVBooleanValue()BooleangetIVHasTypeBoolean()List<? extends Object>getLinkedObjects(String link)BooleangetOHasTypeArray()BooleangetPCHasTypeArray()BooleangetPOHasTypeNumber()DoublegetPONumberDefaultValue()DoublegetPONumberValue()BooleangetPVHasTypeBoolean()BooleangetSCHasTypeBoolean()BooleangetSTHasTypeBoolean()BooleangetTypeHasTypeName()StringgetTypeNameDefaultValue()StringgetTypeNameValue()-
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
-
getcontainsIV
public Boolean getcontainsIV()
- Specified by:
getcontainsIVin interfaceA3DCrossSection
-
getIVHasTypeBoolean
public Boolean getIVHasTypeBoolean()
- Specified by:
getIVHasTypeBooleanin interfaceA3DCrossSection
-
getIVBooleanValue
public Boolean getIVBooleanValue()
- Specified by:
getIVBooleanValuein interfaceA3DCrossSection
-
getIVBooleanDefaultValue
public Boolean getIVBooleanDefaultValue()
-
getcontainsC
public Boolean getcontainsC()
- Specified by:
getcontainsCin interfaceA3DCrossSection
-
getCHasTypeArray
public Boolean getCHasTypeArray()
- Specified by:
getCHasTypeArrayin interfaceA3DCrossSection
-
getcontainsST
public Boolean getcontainsST()
- Specified by:
getcontainsSTin interfaceA3DCrossSection
-
getSTHasTypeBoolean
public Boolean getSTHasTypeBoolean()
- Specified by:
getSTHasTypeBooleanin interfaceA3DCrossSection
-
getcontainsSC
public Boolean getcontainsSC()
- Specified by:
getcontainsSCin interfaceA3DCrossSection
-
getSCHasTypeBoolean
public Boolean getSCHasTypeBoolean()
- Specified by:
getSCHasTypeBooleanin interfaceA3DCrossSection
-
getcontainsIC
public Boolean getcontainsIC()
- Specified by:
getcontainsICin interfaceA3DCrossSection
-
getICHasTypeArray
public Boolean getICHasTypeArray()
- Specified by:
getICHasTypeArrayin interfaceA3DCrossSection
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceA3DCrossSection
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceA3DCrossSection
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceA3DCrossSection
-
getTypeNameDefaultValue
public String getTypeNameDefaultValue()
-
getcontainsPC
public Boolean getcontainsPC()
- Specified by:
getcontainsPCin interfaceA3DCrossSection
-
getPCHasTypeArray
public Boolean getPCHasTypeArray()
- Specified by:
getPCHasTypeArrayin interfaceA3DCrossSection
-
getcontainsO
public Boolean getcontainsO()
- Specified by:
getcontainsOin interfaceA3DCrossSection
-
getOHasTypeArray
public Boolean getOHasTypeArray()
- Specified by:
getOHasTypeArrayin interfaceA3DCrossSection
-
getcontainsPO
public Boolean getcontainsPO()
- Specified by:
getcontainsPOin interfaceA3DCrossSection
-
getPOHasTypeNumber
public Boolean getPOHasTypeNumber()
- Specified by:
getPOHasTypeNumberin interfaceA3DCrossSection
-
getPONumberValue
public Double getPONumberValue()
- Specified by:
getPONumberValuein interfaceA3DCrossSection
-
getPONumberDefaultValue
public Double getPONumberDefaultValue()
-
getcontainsPV
public Boolean getcontainsPV()
- Specified by:
getcontainsPVin interfaceA3DCrossSection
-
getPVHasTypeBoolean
public Boolean getPVHasTypeBoolean()
- Specified by:
getPVHasTypeBooleanin interfaceA3DCrossSection
-
-