CensusStructure class

Inheritance
Available extensions

Properties

addr → AddressStructure?
https://gedcom.io/terms/v7/ADDR Gedcom7Tags.ADDR
no setter
age → AgeAtEventStructure?
https://gedcom.io/terms/v7/AGE Gedcom7Tags.AGE
no setter
agnc → ResponsibleAgencyStructure?
https://gedcom.io/terms/v7/AGNC Gedcom7Tags.AGNC
no setter
assoList → Iterable<AssociatesStructure>
https://gedcom.io/terms/v7/ASSO Gedcom7Tags.ASSO
no setter
caus → CauseStructure?
https://gedcom.io/terms/v7/CAUS Gedcom7Tags.CAUS
no setter
date → DateStructure?
https://gedcom.io/terms/v7/DATE Gedcom7Tags.DATE
no setter
emailList → Iterable<EmailStructure>
https://gedcom.io/terms/v7/EMAIL Gedcom7Tags.EMAIL
no setter
faxList → Iterable<FacsimileStructure>
https://gedcom.io/terms/v7/FAX Gedcom7Tags.FAX
no setter
hashCode → int
The hash code for this object.
no setterinherited
husb → HusbandStructure?
https://gedcom.io/terms/v7/HUSB Gedcom7Tags.HUSB
no setter
level → int
Level.
no setterinherited
lineVal → String?
Line Value.
no setterinherited
noteList → Iterable<NoteStructure>
https://gedcom.io/terms/v7/NOTE Gedcom7Tags.NOTE
no setter
objeList → Iterable<ObjectStructure>
https://gedcom.io/terms/v7/OBJE Gedcom7Tags.OBJE
no setter
phonList → Iterable<PhoneStructure>
https://gedcom.io/terms/v7/PHON Gedcom7Tags.PHON
no setter
plac → PlaceStructure?
https://gedcom.io/terms/v7/PLAC Gedcom7Tags.PLAC
no setter
reli → ReligionStructure?
https://gedcom.io/terms/v7/RELI Gedcom7Tags.RELI
no setter
resn → RestrictionStructure?
https://gedcom.io/terms/v7/RESN Gedcom7Tags.RESN
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sdate → SortDateStructure?
https://gedcom.io/terms/v7/SDATE Gedcom7Tags.SDATE
no setter
snoteList → Iterable<SharedNoteStructure>
https://gedcom.io/terms/v7/SNOTE Gedcom7Tags.SNOTE
no setter
sourList → Iterable<SourceStructure>
https://gedcom.io/terms/v7/SOUR Gedcom7Tags.SOUR
no setter
substructures → List<Gedcom7Structure>
Nested substructures.
no setterinherited
substructuresLevel → int
Represents level for all nested substructures.
no setterinherited
tag → String
Tag.
no setterinherited
type → TypeStructure?
https://gedcom.io/terms/v7/TYPE Gedcom7Tags.TYPE
no setter
uidList → Iterable<UniqueIdentifierStructure>
https://gedcom.io/terms/v7/UID Gedcom7Tags.UID
no setter
valueInteger → int?

Available on GedcomStructure, provided by the GedcomStructureValueExtension extension

Parsed Integer value.
no setter
valueList → List<String>

Available on GedcomStructure, provided by the GedcomStructureValueExtension extension

Parsed List value.
no setter
valueText → String?

Available on GedcomStructure, provided by the GedcomStructureValueExtension extension

Parsed String value.
no setter
valueXref → String?

Available on GedcomStructure, provided by the GedcomStructureValueExtension extension

Parsed XREF value.
no setter
wife → WifeStructure?
https://gedcom.io/terms/v7/WIFE Gedcom7Tags.WIFE
no setter
wwwList → Iterable<WebAddressStructure>
https://gedcom.io/terms/v7/WWW Gedcom7Tags.WWW
no setter
xref → String?
Cross-reference identifier.
no setterinherited

Methods

addSubstructure({required String tag, String? xref, String? lineVal}) → Gedcom7Structure
Creates a structure, adds it to substructures and returns created substructure.
inherited
get<R extends T>() → R
Same as getByTag, but accepts type R.
inherited
getAll<R extends T>() → Iterable<R>
Same as getAllByTag, but accepts type R.
inherited
getAllByTag(String tag) → Iterable<GedcomStructure>
Returns nested tags with the matching tag.
inherited
getByTag(String tag) → GedcomStructure
Returns first nested tag with the matching tag.
inherited
getByTagOrNull(String tag) → GedcomStructure?
Returns first nested tag with the matching tag or null.
inherited
getOrNull<R extends T>() → R?
Same as getByTagOrNull, but accepts type R.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSubstructure(GedcomStructure structure) → void
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited