Class PdqPatient.Citizenship

java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.BackboneElement
org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Citizenship
All Implemented Interfaces:
IElement, Serializable, IBase, IBaseBackboneElement, IBaseElement, IBaseHasExtensions, IBaseHasModifierExtensions
Enclosing class:
PdqPatient

public static class PdqPatient.Citizenship extends org.hl7.fhir.r4.model.BackboneElement
See Also:
  • Field Summary

    Fields inherited from class org.hl7.fhir.r4.model.BackboneElement

    modifierExtension

    Fields inherited from class org.hl7.fhir.r4.model.Element

    extension, id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.hl7.fhir.r4.model.CodeableConcept
     
    org.hl7.fhir.r4.model.Period
     
    boolean
     
    boolean
     
    boolean
     
    void
    setCode(org.hl7.fhir.r4.model.CodeableConcept code)
     
    void
    setPeriod(org.hl7.fhir.r4.model.Period period)
     

    Methods inherited from class org.hl7.fhir.r4.model.BackboneElement

    addChild, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, equalsDeep, equalsShallow, fhirType, getModifierExtension, getModifierExtensionFirstRep, getNamedProperty, getProperty, getTypesForProperty, hasModifierExtension, listChildren, makeProperty, setModifierExtension, setProperty, setProperty

    Methods inherited from class org.hl7.fhir.r4.model.Element

    addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement

    Methods inherited from class org.hl7.fhir.r4.model.Base

    castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBase

    getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement

    getUserData, setUserData

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions

    addExtension, getExtension, hasExtension
  • Constructor Details

    • Citizenship

      public Citizenship()
  • Method Details

    • copy

      public PdqPatient.Citizenship copy()
      Specified by:
      copy in class org.hl7.fhir.r4.model.BackboneElement
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface IBase
      Overrides:
      isEmpty in class org.hl7.fhir.r4.model.BackboneElement
    • getCode

      public org.hl7.fhir.r4.model.CodeableConcept getCode()
    • getPeriod

      public org.hl7.fhir.r4.model.Period getPeriod()
    • setCode

      public void setCode(org.hl7.fhir.r4.model.CodeableConcept code)
    • hasCode

      public boolean hasCode()
    • setPeriod

      public void setPeriod(org.hl7.fhir.r4.model.Period period)
    • hasPeriod

      public boolean hasPeriod()