Class PdqPatient.Race
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.Base
-
- org.hl7.fhir.dstu3.model.Element
-
- org.hl7.fhir.dstu3.model.BackboneElement
-
- org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Race
-
- All Implemented Interfaces:
IElement
,Serializable
,IBase
,IBaseBackboneElement
,IBaseElement
,IBaseHasExtensions
,IBaseHasModifierExtensions
- Enclosing class:
- PdqPatient
public static class PdqPatient.Race extends org.hl7.fhir.dstu3.model.BackboneElement
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Race()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdqPatient.Race
copy()
org.hl7.fhir.dstu3.model.Coding
getDetailed()
org.hl7.fhir.dstu3.model.Coding
getOmbCategory()
org.hl7.fhir.dstu3.model.StringType
getText()
boolean
hasDetailed()
boolean
hasOmbCategory()
boolean
hasText()
boolean
isEmpty()
void
setDetailed(org.hl7.fhir.dstu3.model.Coding detailed)
void
setOmbCategory(org.hl7.fhir.dstu3.model.Coding ombCategory)
void
setText(org.hl7.fhir.dstu3.model.StringType text)
-
Methods inherited from class org.hl7.fhir.dstu3.model.BackboneElement
addChild, addModifierExtension, addModifierExtension, copyValues, equalsDeep, equalsShallow, fhirType, getModifierExtension, getModifierExtensionFirstRep, getNamedProperty, getProperty, getTypesForProperty, hasModifierExtension, listChildren, makeProperty, setModifierExtension, setProperty, setProperty
-
Methods inherited from class org.hl7.fhir.dstu3.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, 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
-
-
-
-
Method Detail
-
copy
public PdqPatient.Race copy()
- Specified by:
copy
in classorg.hl7.fhir.dstu3.model.BackboneElement
-
isEmpty
public boolean isEmpty()
-
getOmbCategory
public org.hl7.fhir.dstu3.model.Coding getOmbCategory()
-
getDetailed
public org.hl7.fhir.dstu3.model.Coding getDetailed()
-
getText
public org.hl7.fhir.dstu3.model.StringType getText()
-
setOmbCategory
public void setOmbCategory(org.hl7.fhir.dstu3.model.Coding ombCategory)
-
setDetailed
public void setDetailed(org.hl7.fhir.dstu3.model.Coding detailed)
-
setText
public void setText(org.hl7.fhir.dstu3.model.StringType text)
-
hasOmbCategory
public boolean hasOmbCategory()
-
hasDetailed
public boolean hasDetailed()
-
hasText
public boolean hasText()
-
-