Uses of Class
org.gedcomx.common.URI

Packages that use URI
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. 
org.gedcomx.types The types model defines the standard set of types of genealogical data. 
org.gedcomx.util   
org.gedcomx.vocab   
 

Uses of URI in org.gedcomx
 

Methods in org.gedcomx that return URI
 URI Gedcomx.getDescriptionRef()
          A reference to a description of this data set.
 URI Gedcomx.getProfile()
          A reference to the profile that describes this data set.
 

Methods in org.gedcomx with parameters of type URI
 Gedcomx Gedcomx.descriptionRef(URI descriptionRef)
          Build out this with a description ref.
 SourceDescription Gedcomx.getSourceDescription(URI resourceType)
          Get the first source description in the document with the type that is specified.
 void Gedcomx.setDescriptionRef(URI descriptionRef)
          A reference to a description of this data set.
 void Gedcomx.setProfile(URI profile)
          A reference to the profile that describes this data set.
 

Uses of URI in org.gedcomx.agent
 

Methods in org.gedcomx.agent with parameters of type URI
 Agent Agent.email(URI email)
          Build up this agent with an email address.
 Agent Agent.homepage(URI homepage)
          Build up this agent with a home page.
 Agent Agent.link(String rel, URI href)
           
 Agent Agent.openid(URI openid)
          Build up this agent with a open id.
 Agent Agent.phone(URI phone)
          Build up this agent with a phone number.
 

Uses of URI in org.gedcomx.common
 

Methods in org.gedcomx.common that return URI
static URI URI.create(String uri)
           
static URI URI.create(URI uri)
           
 URI Qualifier.getName()
          The name of the qualifier.
 URI ResourceReference.getResource()
          The URI to the resource.
 URI EvidenceReference.getResource()
          The URI to the resource being referenced as evidence.
 URI URIAdapter.unmarshal(String v)
           
 

Methods in org.gedcomx.common with parameters of type URI
 Attribution Attribution.contributor(URI contributor)
          Build up this attribution with a contributor.
 EvidenceReference EvidenceReference.link(String rel, URI href)
           
 Note Note.link(String rel, URI href)
           
 String URIAdapter.marshal(URI v)
           
 Qualifier Qualifier.name(URI name)
          Build up this qualifier with a name.
 ResourceReference ResourceReference.resource(URI resource)
          Build up this resource reference with a resource.
 EvidenceReference EvidenceReference.resource(URI resource)
          Build up this reference with a resource URI.
 void Qualifier.setName(URI name)
          The name of the qualifier.
 void ResourceReference.setResource(URI resource)
          The URI to the resource.
 void EvidenceReference.setResource(URI resource)
          The URI to the resource being referenced as evidence.
 

Constructors in org.gedcomx.common with parameters of type URI
EvidenceReference(URI resource)
           
EvidenceReference(URI resource, String resourceId)
           
Qualifier(URI name)
           
Qualifier(URI name, String value)
           
ResourceReference(URI resource)
           
ResourceReference(URI resource, String resourceId)
           
 

Uses of URI in org.gedcomx.conclusion
 

Methods in org.gedcomx.conclusion that return URI
 URI Conclusion.getConfidence()
          The level of confidence the contributor has about the data.
 URI PlaceReference.getDescriptionRef()
          A reference to a description of the place being referenced.
 URI Subject.getPersistentId()
          Find the long-term, persistent identifier for this subject from the list of identifiers.
 URI PlaceDescription.getType()
          An implementation-specific uniform resource identifier (URI) used to identify the type of a place (e.g., address, city, county, province, state, country, etc.).
 URI Document.getType()
          The type of the document.
 URI Identifier.getType()
          The type of the id.
 URI Gender.getType()
          The type of the gender.
 URI NamePart.getType()
          The type of the name part.
 URI Relationship.getType()
          The type of this relationship.
 URI Event.getType()
          The type of the event.
 URI EventRole.getType()
          The role type.
 URI Name.getType()
          The type of the name.
 URI Fact.getType()
          The type of the fact.
 URI Identifier.getValue()
          The id value.
 

Methods in org.gedcomx.conclusion with parameters of type URI
 PlaceDescription PlaceDescription.analysis(URI analysis)
           
 Document Document.analysis(URI analysis)
           
 Person Person.analysis(URI analysis)
           
 Conclusion Conclusion.analysis(URI analysis)
          Add a reference to the analysis for this conclusion.
 Gender Gender.analysis(URI analysis)
           
 Relationship Relationship.analysis(URI analysis)
           
 Event Event.analysis(URI analysis)
           
 EventRole EventRole.analysis(URI analysis)
           
 Name Name.analysis(URI analysis)
           
 Fact Fact.analysis(URI analysis)
           
 Subject Subject.analysis(URI analysis)
           
 PlaceDescription PlaceDescription.confidence(URI confidence)
           
 Document Document.confidence(URI confidence)
           
 Person Person.confidence(URI confidence)
           
 Conclusion Conclusion.confidence(URI confidence)
          Build up this conclusion with a confidence level.
 Gender Gender.confidence(URI confidence)
           
 Relationship Relationship.confidence(URI confidence)
           
 Event Event.confidence(URI confidence)
           
 EventRole EventRole.confidence(URI confidence)
           
 Name Name.confidence(URI confidence)
           
 Fact Fact.confidence(URI confidence)
           
 Subject Subject.confidence(URI confidence)
           
 PlaceReference PlaceReference.description(URI ref)
          Build out this place reference with a reference to a place description.
 PlaceDescription PlaceDescription.link(String rel, URI href)
           
 Document Document.link(String rel, URI href)
           
 Person Person.link(String rel, URI href)
           
 Conclusion Conclusion.link(String rel, URI href)
           
 Gender Gender.link(String rel, URI href)
           
 Relationship Relationship.link(String rel, URI href)
           
 Event Event.link(String rel, URI href)
           
 EventRole EventRole.link(String rel, URI href)
           
 Name Name.link(String rel, URI href)
           
 Fact Fact.link(String rel, URI href)
           
 Subject Subject.link(String rel, URI href)
           
 void Conclusion.setConfidence(URI confidence)
          The level of confidence the contributor has about the data.
 void PlaceReference.setDescriptionRef(URI descriptionRef)
          A reference to a description of the place being referenced.
 void Subject.setPersistentId(URI persistentId)
          A long-term, persistent, globally unique identifier for this subject.
 void PlaceDescription.setType(URI type)
          An implementation-specific uniform resource identifier (URI) used to identify the type of a place (e.g., address, city, county, province, state, country, etc.).
 void Document.setType(URI type)
          The type of the document.
 void Identifier.setType(URI type)
          The type of the id.
 void Gender.setType(URI type)
          The type of the gender.
 void NamePart.setType(URI type)
          The type of the name part.
 void Relationship.setType(URI type)
          The type of this relationship.
 void Event.setType(URI type)
          The type of the event.
 void EventRole.setType(URI type)
          The role type.
 void Name.setType(URI type)
          The type of the name.
 void Fact.setType(URI type)
          The type of the fact.
 void Identifier.setType(URI type, boolean unique)
          The type of the id.
 void Identifier.setValue(URI value)
          The id value.
 PlaceDescription PlaceDescription.type(URI type)
          Build out this place description with a type.
 Document Document.type(URI type)
          Build up this document with a type.
 Identifier Identifier.type(URI type)
          Build up this identifier with a type.
 Gender Gender.type(URI type)
          Build up this gender with a type.
 NamePart NamePart.type(URI type)
          Build out this name part with a type.
 Relationship Relationship.type(URI type)
          Build out this relationship with a type.
 Event Event.type(URI type)
          Build up this event with a type.
 EventRole EventRole.type(URI type)
          Build up this role with a type.
 Name Name.type(URI type)
          Build up this name with a type.
 Fact Fact.type(URI type)
          Build up this fact with a type.
 Identifier Identifier.value(URI value)
          Build up this identifier with a value.
 

Constructors in org.gedcomx.conclusion with parameters of type URI
Identifier(URI value)
           
Identifier(URI value, IdentifierType knownType)
           
 

Uses of URI in org.gedcomx.links
 

Methods in org.gedcomx.links that return URI
 URI Link.getHref()
          The target IRI of the link.
 

Methods in org.gedcomx.links with parameters of type URI
 void HypermediaEnabledData.addLink(String rel, URI href)
          Add a hypermedia link.
 void SupportsLinks.addLink(String rel, URI href)
          Add a hypermedia link.
 Link Link.href(URI href)
          Build out this link with an href.
 HypermediaEnabledData HypermediaEnabledData.link(String rel, URI href)
          Build up this data with a link.
 void Link.setHref(URI href)
          The link URI.
 

Constructors in org.gedcomx.links with parameters of type URI
Link(String rel, URI href)
           
 

Uses of URI in org.gedcomx.records
 

Methods in org.gedcomx.records that return URI
 URI FieldValue.getDatatype()
          The datatype of the text value of the field.
 URI FieldValue.getResource()
          URI that resolves to the value of the field.
 URI CollectionContent.getResourceType()
          The type of resource being covered in this collection.
 URI FieldValue.getStatus()
          The status of this FieldValue.
 URI Field.getType()
          The type of the gender.
 URI FieldValue.getType()
          The type of the field value.
 URI FieldValueDescriptor.getType()
          The type of the field value.
 

Methods in org.gedcomx.records with parameters of type URI
 FieldValue FieldValue.analysis(URI analysis)
           
 FieldValue FieldValue.confidence(URI confidence)
           
 FieldValue FieldValue.datatype(URI datatype)
          Build out this field value with a data type.
 Field Field.link(String rel, URI href)
           
 FieldDescriptor FieldDescriptor.link(String rel, URI href)
           
 Collection Collection.link(String rel, URI href)
           
 FieldValue FieldValue.link(String rel, URI href)
           
 RecordSet RecordSet.link(String rel, URI href)
           
 CollectionContent CollectionContent.link(String rel, URI href)
           
 FieldValue FieldValue.resource(URI resource)
          Build out this field value with a resource.
 CollectionContent CollectionContent.resourceType(URI resourceType)
          Build out the content with a resource type.
 void FieldValue.setDatatype(URI datatype)
          The datatype of the text value of the field.
 void FieldValue.setResource(URI resource)
          URI that resolves to the value of the field.
 void CollectionContent.setResourceType(URI resourceType)
          The type of resource being covered in this collection.
 void FieldValue.setStatus(URI status)
          The status of this FieldValue.
 void Field.setType(URI type)
          The type of the gender.
 void FieldValue.setType(URI type)
          The type of the field value.
 void FieldValueDescriptor.setType(URI type)
          The type of the field value.
 Field Field.type(URI type)
          Build out this field with a type.
 FieldValue FieldValue.type(URI type)
          Build out this field value with a type.
 

Uses of URI in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type URI
static ExtensibleData GedcomxLocalReferenceResolver.resolve(URI ref, Gedcomx document)
           
 

Uses of URI in org.gedcomx.source
 

Methods in org.gedcomx.source that return URI
 URI SourceDescription.getAbout()
          The URI (if applicable) of the actual source.
 URI SourceReference.getDescriptionRef()
          A reference to a description of the source being referenced.
 URI CitationField.getName()
          The citation field's name.
 URI SourceDescription.getPersistentId()
          Find the long-term, persistent identifier for this source from the list of identifiers.
 URI Coverage.getRecordType()
          The type of record being covered, if any.
 URI SourceDescription.getReplacedBy()
          The URI that this resource has been replaced by.
 URI SourceDescription.getResourceType()
          The type of the resource being described.
 

Methods in org.gedcomx.source that return types with arguments of type URI
 List<URI> SourceDescription.getReplaces()
          The list of resources that this resource replaces.
 List<URI> SourceDescription.getRights()
          The rights for this source.
 List<URI> SourceDescription.getStatuses()
          The list of status types for the source.
 

Methods in org.gedcomx.source with parameters of type URI
 SourceDescription SourceDescription.about(URI about)
          Build out this source description with an about reference.
 void SourceDescription.addRights(URI rights)
          Add a rights.
 void SourceDescription.addStatus(URI status)
          Add the given resource status type URI to the list of statuses.
 SourceReference SourceReference.descriptionRef(URI descriptionRef)
          Build up this source reference with a description reference.
 SourceCitation SourceCitation.link(String rel, URI href)
           
 SourceDescription SourceDescription.link(String rel, URI href)
           
 SourceReference SourceReference.link(String rel, URI href)
           
 CitationField CitationField.name(URI name)
          Build out this citation field with a name.
 Coverage Coverage.recordType(URI recordType)
          Build out this coverage with a record type.
 SourceDescription SourceDescription.resourceType(URI resourceType)
          Build of this source description with a resource type.
 SourceDescription SourceDescription.rights(URI rights)
          Build out this source description with a rights.
 void SourceDescription.setAbout(URI about)
          The URI (if applicable) of the actual source.
 void SourceReference.setDescriptionRef(URI descriptionRef)
          A reference to a description of the source being referenced.
 void SourceDescription.setMediatorURI(URI mediator)
          A reference to the entity that mediates access to the described source.
 void CitationField.setName(URI name)
          The citation field's name.
 void SourceDescription.setPersistentId(URI persistentId)
          A long-term, persistent, globally unique identifier for this source.
 void Coverage.setRecordType(URI recordType)
          The type of record being covered, if any.
 void SourceDescription.setReplacedBy(URI replacedBy)
          The URI that this resource has been replaced by.
 void SourceDescription.setResourceType(URI resourceType)
          The type of the resource being described.
 

Method parameters in org.gedcomx.source with type arguments of type URI
 void SourceDescription.setReplaces(List<URI> replaces)
          The list of resources that this resource replaces.
 void SourceDescription.setRights(List<URI> rights)
          The rights for this source.
 void SourceDescription.setStatuses(List<URI> statuses)
          The list of status types for the source.
 

Constructors in org.gedcomx.source with parameters of type URI
CitationField(URI name, String value)
           
 

Uses of URI in org.gedcomx.types
 

Methods in org.gedcomx.types that return URI
 URI SourceReferenceQualifierType.toQNameURI()
          Return the QName value for this enum.
 URI NamePartType.toQNameURI()
          Return the QName value for this enum.
 URI RecordType.toQNameURI()
          Return the QName value for this enum.
 URI FactType.toQNameURI()
          Return the QName value for this enum.
 URI GenderType.toQNameURI()
          Return the QName value for this enum.
 URI DocumentType.toQNameURI()
          Return the QName value for this enum.
 URI FactQualifierType.toQNameURI()
          Return the QName value for this enum.
 URI EventType.toQNameURI()
          Return the QName value for this enum.
 URI FieldValueType.toQNameURI()
          Return the QName value for this enum.
 URI FacetType.toQNameURI()
          Return the QName value for this enum.
 URI IdentifierType.toQNameURI()
          Return the QName value for this enum.
 URI NamePartQualifierType.toQNameURI()
          Return the QName value for this enum.
 URI FieldValueStatusType.toQNameURI()
          Return the QName value for this enum.
 URI ConfidenceLevel.toQNameURI()
          Return the QName value for this enum.
 URI ResourceType.toQNameURI()
          Return the QName value for this enum.
 URI RelationshipType.toQNameURI()
          Return the QName value for this enum.
 URI NameType.toQNameURI()
          Return the QName value for this enum.
 URI ResourceStatusType.toQNameURI()
          Return the QName value for this enum.
 URI EventRoleType.toQNameURI()
          Return the QName value for this enum.
 URI FieldType.toQNameURI()
          Return the QName value for this enum.
 

Methods in org.gedcomx.types with parameters of type URI
static SourceReferenceQualifierType SourceReferenceQualifierType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static NamePartType NamePartType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static RecordType RecordType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static FactType FactType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static GenderType GenderType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static DocumentType DocumentType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static FactQualifierType FactQualifierType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static EventType EventType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static FieldValueType FieldValueType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static FacetType FacetType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static IdentifierType IdentifierType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static NamePartQualifierType NamePartQualifierType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static FieldValueStatusType FieldValueStatusType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static ConfidenceLevel ConfidenceLevel.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static ResourceType ResourceType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static RelationshipType RelationshipType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static NameType NameType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static ResourceStatusType ResourceStatusType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static EventRoleType EventRoleType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static FieldType FieldType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
 

Uses of URI in org.gedcomx.util
 

Methods in org.gedcomx.util with parameters of type URI
 Agent DocMap.getAgent(URI agentId)
          Find the Agent with the given local id.
 Person DocMap.getPerson(URI uri)
          Get the person from the GedcomX document that has the given id (with or without "#") or identifier.
 PlaceDescription DocMap.getPlaceDescription(URI placeDescriptionUri)
          Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.
 RecordDescriptor DocMap.getRecordDescriptor(URI recordDescriptorId)
          Find the RecordDescriptor referenced by the given id (with or without a "#").
 SourceDescription DocMap.getSourceDescription(URI uri)
          Get the SourceDescription from the GedcomX document that has the given id (with or without "#") or an identifier that matches the given idOrUrl.
 

Uses of URI in org.gedcomx.vocab
 

Methods in org.gedcomx.vocab that return URI
 URI VocabElement.getSubclass()
           
 URI VocabElement.getSublist()
           
 URI VocabElement.getType()
           
 URI VocabElement.getUri()
           
 URI VocabElementList.getUri()
           
 

Methods in org.gedcomx.vocab with parameters of type URI
 void VocabElement.setSubclass(URI subclass)
           
 void VocabElement.setSublist(URI sublist)
           
 void VocabElement.setType(URI type)
           
 void VocabElement.setUri(URI uri)
           
 void VocabElementList.setUri(URI uri)
           
 



Copyright © 2015. All rights reserved.