Uses of Class
org.gedcomx.common.ExtensibleData

Packages that use ExtensibleData
org.gedcomx The base GEDCOM X data format. 
org.gedcomx.agent The contributor model. 
org.gedcomx.common The id model defines the standard mechanisms for identifying genealogical entities. 
org.gedcomx.conclusion The conclusion model defines genealogical conclusion data. 
org.gedcomx.links The hypermedia model. 
org.gedcomx.records The sources model. 
org.gedcomx.rt   
org.gedcomx.source The sources model. 
 

Uses of ExtensibleData in org.gedcomx
 

Subclasses of ExtensibleData in org.gedcomx
 class Gedcomx
          The GEDCOM X data formats define the serialization formats of the GEDCOM X conceptual model.
 

Uses of ExtensibleData in org.gedcomx.agent
 

Subclasses of ExtensibleData in org.gedcomx.agent
 class Address
          An address.
 class Agent
          An agent, e.g.
 class OnlineAccount
          An online account for a web application.
 

Uses of ExtensibleData in org.gedcomx.common
 

Subclasses of ExtensibleData in org.gedcomx.common
 class Attribution
          Attribution for genealogical information.
 class EvidenceReference
          A reference to a resource that is being used as evidence.
 class Note
          A note about a genealogical resource (e.g.
 

Methods in org.gedcomx.common that return ExtensibleData
 ExtensibleData ExtensibleData.id(String id)
          Build up this object with an id.
 

Methods in org.gedcomx.common with parameters of type ExtensibleData
protected  void ExtensibleData.embed(ExtensibleData data)
           
 

Uses of ExtensibleData in org.gedcomx.conclusion
 

Subclasses of ExtensibleData in org.gedcomx.conclusion
 class Conclusion
          A genealogical conclusion.
 class Date
          A concluded genealogical date.
 class DisplayProperties
          A set of display properties for the convenience of quick display, such as for a Web-based application.
 class Document
          An abstract document that contains derived (conclusionary) text -- for example, a transcription or researcher analysis.
 class Event
          A historical event.
 class EventRole
          A role that a specific person plays in an event.
 class Fact
          A conclusion about a fact applicable to a person or relationship.
 class Gender
          A gender conclusion.
 class Name
          A name conclusion.
 class NameForm
          A form of a name.
 class NamePart
          A part of a name.
 class Person
          A person.
 class PlaceDescription
          A PlaceDescription is used to describe the details of a place in terms of its name and possibly its type, time period, and/or a geospatial description -- a description of a place as a snapshot in time.
 class PlaceDisplayProperties
          A set of display properties for places for the convenience of quick display, such as for a Web-based application.
 class PlaceReference
          A reference to genealogical place.
 class Relationship
          A relationship between two or more persons.
 class Subject
          The Subject data type defines the abstract concept of a genealogical subject.
 

Uses of ExtensibleData in org.gedcomx.links
 

Subclasses of ExtensibleData in org.gedcomx.links
 class HypermediaEnabledData
          An data type that supports hypermedia controls (i.e.
 

Uses of ExtensibleData in org.gedcomx.records
 

Subclasses of ExtensibleData in org.gedcomx.records
 class Collection
          A collection of genealogical resources.
 class CollectionContent
          A description of the content of a collection by resource type.
 class Field
          A field of a record.
 class FieldDescriptor
          A description of a field in a record.
 class FieldValue
          An element representing a value in a record field.
 class FieldValueDescriptor
          A way a field is to be displayed to a user.
 class RecordDescriptor
          A descriptor for a common set of records.
 class RecordSet
          The GEDCOM X bulk record data formats are used to exchange bulk genealogical data sets, grouped into records.
 

Uses of ExtensibleData in org.gedcomx.rt
 

Fields in org.gedcomx.rt declared as ExtensibleData
protected  ExtensibleData GedcomxLocalReferenceResolver.resource
           
 

Methods in org.gedcomx.rt that return ExtensibleData
 ExtensibleData GedcomxLocalReferenceResolver.getResource()
           
static ExtensibleData GedcomxLocalReferenceResolver.resolve(ResourceReference ref, Gedcomx document)
           
static ExtensibleData GedcomxLocalReferenceResolver.resolve(String resourceId, Gedcomx document)
           
static ExtensibleData GedcomxLocalReferenceResolver.resolve(URI ref, Gedcomx document)
           
 

Methods in org.gedcomx.rt with parameters of type ExtensibleData
protected  void GedcomxLocalReferenceResolver.bindIfNeeded(ExtensibleData candidate)
           
 

Uses of ExtensibleData in org.gedcomx.source
 

Subclasses of ExtensibleData in org.gedcomx.source
 class Coverage
          A description of the coverage of a resource.
 class SourceCitation
          Represents a source citation.
 class SourceDescription
          Represents a description of a source.
 class SourceReference
          An attributable reference to a description of a source.
 



Copyright © 2015. All rights reserved.