Class ElementDefinition
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ElementDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementDefinition">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="path" type="{http://hl7.org/fhir}string"/>
<element name="representation" type="{http://hl7.org/fhir}PropertyRepresentation" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="label" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="code" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="slicing" type="{http://hl7.org/fhir}ElementDefinition.Slicing" minOccurs="0"/>
<element name="short" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="definition" type="{http://hl7.org/fhir}markdown" minOccurs="0"/>
<element name="comments" type="{http://hl7.org/fhir}markdown" minOccurs="0"/>
<element name="requirements" type="{http://hl7.org/fhir}markdown" minOccurs="0"/>
<element name="alias" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="min" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
<element name="max" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="base" type="{http://hl7.org/fhir}ElementDefinition.Base" minOccurs="0"/>
<element name="contentReference" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="type" type="{http://hl7.org/fhir}ElementDefinition.Type" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="defaultValueBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="defaultValueInteger" type="{http://hl7.org/fhir}integer"/>
<element name="defaultValueDecimal" type="{http://hl7.org/fhir}decimal"/>
<element name="defaultValueBase64Binary" type="{http://hl7.org/fhir}base64Binary"/>
<element name="defaultValueInstant" type="{http://hl7.org/fhir}instant"/>
<element name="defaultValueString" type="{http://hl7.org/fhir}string"/>
<element name="defaultValueUri" type="{http://hl7.org/fhir}uri"/>
<element name="defaultValueDate" type="{http://hl7.org/fhir}date"/>
<element name="defaultValueDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="defaultValueTime" type="{http://hl7.org/fhir}time"/>
<element name="defaultValueCode" type="{http://hl7.org/fhir}code"/>
<element name="defaultValueOid" type="{http://hl7.org/fhir}oid"/>
<element name="defaultValueUuid" type="{http://hl7.org/fhir}uuid"/>
<element name="defaultValueId" type="{http://hl7.org/fhir}id"/>
<element name="defaultValueUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="defaultValuePositiveInt" type="{http://hl7.org/fhir}positiveInt"/>
<element name="defaultValueMarkdown" type="{http://hl7.org/fhir}markdown"/>
<element name="defaultValueAnnotation" type="{http://hl7.org/fhir}Annotation"/>
<element name="defaultValueAttachment" type="{http://hl7.org/fhir}Attachment"/>
<element name="defaultValueIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="defaultValueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="defaultValueCoding" type="{http://hl7.org/fhir}Coding"/>
<element name="defaultValueQuantity" type="{http://hl7.org/fhir}Quantity"/>
<element name="defaultValueRange" type="{http://hl7.org/fhir}Range"/>
<element name="defaultValuePeriod" type="{http://hl7.org/fhir}Period"/>
<element name="defaultValueRatio" type="{http://hl7.org/fhir}Ratio"/>
<element name="defaultValueReference" type="{http://hl7.org/fhir}Reference"/>
<element name="defaultValueSampledData" type="{http://hl7.org/fhir}SampledData"/>
<element name="defaultValueSignature" type="{http://hl7.org/fhir}Signature"/>
<element name="defaultValueHumanName" type="{http://hl7.org/fhir}HumanName"/>
<element name="defaultValueAddress" type="{http://hl7.org/fhir}Address"/>
<element name="defaultValueContactPoint" type="{http://hl7.org/fhir}ContactPoint"/>
<element name="defaultValueTiming" type="{http://hl7.org/fhir}Timing"/>
<element name="defaultValueMeta" type="{http://hl7.org/fhir}Meta"/>
</choice>
<element name="meaningWhenMissing" type="{http://hl7.org/fhir}markdown" minOccurs="0"/>
<choice minOccurs="0">
<element name="fixedBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="fixedInteger" type="{http://hl7.org/fhir}integer"/>
<element name="fixedDecimal" type="{http://hl7.org/fhir}decimal"/>
<element name="fixedBase64Binary" type="{http://hl7.org/fhir}base64Binary"/>
<element name="fixedInstant" type="{http://hl7.org/fhir}instant"/>
<element name="fixedString" type="{http://hl7.org/fhir}string"/>
<element name="fixedUri" type="{http://hl7.org/fhir}uri"/>
<element name="fixedDate" type="{http://hl7.org/fhir}date"/>
<element name="fixedDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="fixedTime" type="{http://hl7.org/fhir}time"/>
<element name="fixedCode" type="{http://hl7.org/fhir}code"/>
<element name="fixedOid" type="{http://hl7.org/fhir}oid"/>
<element name="fixedUuid" type="{http://hl7.org/fhir}uuid"/>
<element name="fixedId" type="{http://hl7.org/fhir}id"/>
<element name="fixedUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="fixedPositiveInt" type="{http://hl7.org/fhir}positiveInt"/>
<element name="fixedMarkdown" type="{http://hl7.org/fhir}markdown"/>
<element name="fixedAnnotation" type="{http://hl7.org/fhir}Annotation"/>
<element name="fixedAttachment" type="{http://hl7.org/fhir}Attachment"/>
<element name="fixedIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="fixedCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="fixedCoding" type="{http://hl7.org/fhir}Coding"/>
<element name="fixedQuantity" type="{http://hl7.org/fhir}Quantity"/>
<element name="fixedRange" type="{http://hl7.org/fhir}Range"/>
<element name="fixedPeriod" type="{http://hl7.org/fhir}Period"/>
<element name="fixedRatio" type="{http://hl7.org/fhir}Ratio"/>
<element name="fixedReference" type="{http://hl7.org/fhir}Reference"/>
<element name="fixedSampledData" type="{http://hl7.org/fhir}SampledData"/>
<element name="fixedSignature" type="{http://hl7.org/fhir}Signature"/>
<element name="fixedHumanName" type="{http://hl7.org/fhir}HumanName"/>
<element name="fixedAddress" type="{http://hl7.org/fhir}Address"/>
<element name="fixedContactPoint" type="{http://hl7.org/fhir}ContactPoint"/>
<element name="fixedTiming" type="{http://hl7.org/fhir}Timing"/>
<element name="fixedMeta" type="{http://hl7.org/fhir}Meta"/>
</choice>
<choice minOccurs="0">
<element name="patternBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="patternInteger" type="{http://hl7.org/fhir}integer"/>
<element name="patternDecimal" type="{http://hl7.org/fhir}decimal"/>
<element name="patternBase64Binary" type="{http://hl7.org/fhir}base64Binary"/>
<element name="patternInstant" type="{http://hl7.org/fhir}instant"/>
<element name="patternString" type="{http://hl7.org/fhir}string"/>
<element name="patternUri" type="{http://hl7.org/fhir}uri"/>
<element name="patternDate" type="{http://hl7.org/fhir}date"/>
<element name="patternDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="patternTime" type="{http://hl7.org/fhir}time"/>
<element name="patternCode" type="{http://hl7.org/fhir}code"/>
<element name="patternOid" type="{http://hl7.org/fhir}oid"/>
<element name="patternUuid" type="{http://hl7.org/fhir}uuid"/>
<element name="patternId" type="{http://hl7.org/fhir}id"/>
<element name="patternUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="patternPositiveInt" type="{http://hl7.org/fhir}positiveInt"/>
<element name="patternMarkdown" type="{http://hl7.org/fhir}markdown"/>
<element name="patternAnnotation" type="{http://hl7.org/fhir}Annotation"/>
<element name="patternAttachment" type="{http://hl7.org/fhir}Attachment"/>
<element name="patternIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="patternCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="patternCoding" type="{http://hl7.org/fhir}Coding"/>
<element name="patternQuantity" type="{http://hl7.org/fhir}Quantity"/>
<element name="patternRange" type="{http://hl7.org/fhir}Range"/>
<element name="patternPeriod" type="{http://hl7.org/fhir}Period"/>
<element name="patternRatio" type="{http://hl7.org/fhir}Ratio"/>
<element name="patternReference" type="{http://hl7.org/fhir}Reference"/>
<element name="patternSampledData" type="{http://hl7.org/fhir}SampledData"/>
<element name="patternSignature" type="{http://hl7.org/fhir}Signature"/>
<element name="patternHumanName" type="{http://hl7.org/fhir}HumanName"/>
<element name="patternAddress" type="{http://hl7.org/fhir}Address"/>
<element name="patternContactPoint" type="{http://hl7.org/fhir}ContactPoint"/>
<element name="patternTiming" type="{http://hl7.org/fhir}Timing"/>
<element name="patternMeta" type="{http://hl7.org/fhir}Meta"/>
</choice>
<choice minOccurs="0">
<element name="exampleBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="exampleInteger" type="{http://hl7.org/fhir}integer"/>
<element name="exampleDecimal" type="{http://hl7.org/fhir}decimal"/>
<element name="exampleBase64Binary" type="{http://hl7.org/fhir}base64Binary"/>
<element name="exampleInstant" type="{http://hl7.org/fhir}instant"/>
<element name="exampleString" type="{http://hl7.org/fhir}string"/>
<element name="exampleUri" type="{http://hl7.org/fhir}uri"/>
<element name="exampleDate" type="{http://hl7.org/fhir}date"/>
<element name="exampleDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="exampleTime" type="{http://hl7.org/fhir}time"/>
<element name="exampleCode" type="{http://hl7.org/fhir}code"/>
<element name="exampleOid" type="{http://hl7.org/fhir}oid"/>
<element name="exampleUuid" type="{http://hl7.org/fhir}uuid"/>
<element name="exampleId" type="{http://hl7.org/fhir}id"/>
<element name="exampleUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="examplePositiveInt" type="{http://hl7.org/fhir}positiveInt"/>
<element name="exampleMarkdown" type="{http://hl7.org/fhir}markdown"/>
<element name="exampleAnnotation" type="{http://hl7.org/fhir}Annotation"/>
<element name="exampleAttachment" type="{http://hl7.org/fhir}Attachment"/>
<element name="exampleIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="exampleCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="exampleCoding" type="{http://hl7.org/fhir}Coding"/>
<element name="exampleQuantity" type="{http://hl7.org/fhir}Quantity"/>
<element name="exampleRange" type="{http://hl7.org/fhir}Range"/>
<element name="examplePeriod" type="{http://hl7.org/fhir}Period"/>
<element name="exampleRatio" type="{http://hl7.org/fhir}Ratio"/>
<element name="exampleReference" type="{http://hl7.org/fhir}Reference"/>
<element name="exampleSampledData" type="{http://hl7.org/fhir}SampledData"/>
<element name="exampleSignature" type="{http://hl7.org/fhir}Signature"/>
<element name="exampleHumanName" type="{http://hl7.org/fhir}HumanName"/>
<element name="exampleAddress" type="{http://hl7.org/fhir}Address"/>
<element name="exampleContactPoint" type="{http://hl7.org/fhir}ContactPoint"/>
<element name="exampleTiming" type="{http://hl7.org/fhir}Timing"/>
<element name="exampleMeta" type="{http://hl7.org/fhir}Meta"/>
</choice>
<choice minOccurs="0">
<element name="minValueBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="minValueInteger" type="{http://hl7.org/fhir}integer"/>
<element name="minValueDecimal" type="{http://hl7.org/fhir}decimal"/>
<element name="minValueBase64Binary" type="{http://hl7.org/fhir}base64Binary"/>
<element name="minValueInstant" type="{http://hl7.org/fhir}instant"/>
<element name="minValueString" type="{http://hl7.org/fhir}string"/>
<element name="minValueUri" type="{http://hl7.org/fhir}uri"/>
<element name="minValueDate" type="{http://hl7.org/fhir}date"/>
<element name="minValueDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="minValueTime" type="{http://hl7.org/fhir}time"/>
<element name="minValueCode" type="{http://hl7.org/fhir}code"/>
<element name="minValueOid" type="{http://hl7.org/fhir}oid"/>
<element name="minValueUuid" type="{http://hl7.org/fhir}uuid"/>
<element name="minValueId" type="{http://hl7.org/fhir}id"/>
<element name="minValueUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="minValuePositiveInt" type="{http://hl7.org/fhir}positiveInt"/>
<element name="minValueMarkdown" type="{http://hl7.org/fhir}markdown"/>
<element name="minValueAnnotation" type="{http://hl7.org/fhir}Annotation"/>
<element name="minValueAttachment" type="{http://hl7.org/fhir}Attachment"/>
<element name="minValueIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="minValueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="minValueCoding" type="{http://hl7.org/fhir}Coding"/>
<element name="minValueQuantity" type="{http://hl7.org/fhir}Quantity"/>
<element name="minValueRange" type="{http://hl7.org/fhir}Range"/>
<element name="minValuePeriod" type="{http://hl7.org/fhir}Period"/>
<element name="minValueRatio" type="{http://hl7.org/fhir}Ratio"/>
<element name="minValueReference" type="{http://hl7.org/fhir}Reference"/>
<element name="minValueSampledData" type="{http://hl7.org/fhir}SampledData"/>
<element name="minValueSignature" type="{http://hl7.org/fhir}Signature"/>
<element name="minValueHumanName" type="{http://hl7.org/fhir}HumanName"/>
<element name="minValueAddress" type="{http://hl7.org/fhir}Address"/>
<element name="minValueContactPoint" type="{http://hl7.org/fhir}ContactPoint"/>
<element name="minValueTiming" type="{http://hl7.org/fhir}Timing"/>
<element name="minValueMeta" type="{http://hl7.org/fhir}Meta"/>
</choice>
<choice minOccurs="0">
<element name="maxValueBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="maxValueInteger" type="{http://hl7.org/fhir}integer"/>
<element name="maxValueDecimal" type="{http://hl7.org/fhir}decimal"/>
<element name="maxValueBase64Binary" type="{http://hl7.org/fhir}base64Binary"/>
<element name="maxValueInstant" type="{http://hl7.org/fhir}instant"/>
<element name="maxValueString" type="{http://hl7.org/fhir}string"/>
<element name="maxValueUri" type="{http://hl7.org/fhir}uri"/>
<element name="maxValueDate" type="{http://hl7.org/fhir}date"/>
<element name="maxValueDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="maxValueTime" type="{http://hl7.org/fhir}time"/>
<element name="maxValueCode" type="{http://hl7.org/fhir}code"/>
<element name="maxValueOid" type="{http://hl7.org/fhir}oid"/>
<element name="maxValueUuid" type="{http://hl7.org/fhir}uuid"/>
<element name="maxValueId" type="{http://hl7.org/fhir}id"/>
<element name="maxValueUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="maxValuePositiveInt" type="{http://hl7.org/fhir}positiveInt"/>
<element name="maxValueMarkdown" type="{http://hl7.org/fhir}markdown"/>
<element name="maxValueAnnotation" type="{http://hl7.org/fhir}Annotation"/>
<element name="maxValueAttachment" type="{http://hl7.org/fhir}Attachment"/>
<element name="maxValueIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="maxValueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="maxValueCoding" type="{http://hl7.org/fhir}Coding"/>
<element name="maxValueQuantity" type="{http://hl7.org/fhir}Quantity"/>
<element name="maxValueRange" type="{http://hl7.org/fhir}Range"/>
<element name="maxValuePeriod" type="{http://hl7.org/fhir}Period"/>
<element name="maxValueRatio" type="{http://hl7.org/fhir}Ratio"/>
<element name="maxValueReference" type="{http://hl7.org/fhir}Reference"/>
<element name="maxValueSampledData" type="{http://hl7.org/fhir}SampledData"/>
<element name="maxValueSignature" type="{http://hl7.org/fhir}Signature"/>
<element name="maxValueHumanName" type="{http://hl7.org/fhir}HumanName"/>
<element name="maxValueAddress" type="{http://hl7.org/fhir}Address"/>
<element name="maxValueContactPoint" type="{http://hl7.org/fhir}ContactPoint"/>
<element name="maxValueTiming" type="{http://hl7.org/fhir}Timing"/>
<element name="maxValueMeta" type="{http://hl7.org/fhir}Meta"/>
</choice>
<element name="maxLength" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
<element name="condition" type="{http://hl7.org/fhir}id" maxOccurs="unbounded" minOccurs="0"/>
<element name="constraint" type="{http://hl7.org/fhir}ElementDefinition.Constraint" maxOccurs="unbounded" minOccurs="0"/>
<element name="mustSupport" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="isModifier" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="isSummary" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="binding" type="{http://hl7.org/fhir}ElementDefinition.Binding" minOccurs="0"/>
<element name="mapping" type="{http://hl7.org/fhir}ElementDefinition.Mapping" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ElementDefinitionBaseprotected ElementDefinitionBindingprotected Markdownprotected List<ElementDefinitionConstraint> protected Uriprotected Addressprotected Annotationprotected Attachmentprotected Base64Binaryprotected Booleanprotected Codeprotected CodeableConceptprotected Codingprotected ContactPointprotected Dateprotected DateTimeprotected Decimalprotected HumanNameprotected Idprotected Identifierprotected Instantprotected Integerprotected Markdownprotected Metaprotected Oidprotected Periodprotected PositiveIntprotected Quantityprotected Rangeprotected Ratioprotected Referenceprotected SampledDataprotected Signatureprotected Stringprotected Timeprotected Timingprotected UnsignedIntprotected Uriprotected Uuidprotected Markdownprotected Addressprotected Annotationprotected Attachmentprotected Base64Binaryprotected Booleanprotected Codeprotected CodeableConceptprotected Codingprotected ContactPointprotected Dateprotected DateTimeprotected Decimalprotected HumanNameprotected Idprotected Identifierprotected Instantprotected Integerprotected Markdownprotected Metaprotected Oidprotected Periodprotected PositiveIntprotected Quantityprotected Rangeprotected Ratioprotected Referenceprotected SampledDataprotected Signatureprotected Stringprotected Timeprotected Timingprotected UnsignedIntprotected Uriprotected Uuidprotected Addressprotected Annotationprotected Attachmentprotected Base64Binaryprotected Booleanprotected Codeprotected CodeableConceptprotected Codingprotected ContactPointprotected Dateprotected DateTimeprotected Decimalprotected HumanNameprotected Idprotected Identifierprotected Instantprotected Integerprotected Markdownprotected Metaprotected Oidprotected Periodprotected PositiveIntprotected Quantityprotected Rangeprotected Ratioprotected Referenceprotected SampledDataprotected Signatureprotected Stringprotected Timeprotected Timingprotected UnsignedIntprotected Uriprotected Uuidprotected Booleanprotected Booleanprotected Stringprotected List<ElementDefinitionMapping> protected Stringprotected Integerprotected Addressprotected Annotationprotected Attachmentprotected Base64Binaryprotected Booleanprotected Codeprotected CodeableConceptprotected Codingprotected ContactPointprotected Dateprotected DateTimeprotected Decimalprotected HumanNameprotected Idprotected Identifierprotected Instantprotected Integerprotected Markdownprotected Metaprotected Oidprotected Periodprotected PositiveIntprotected Quantityprotected Rangeprotected Ratioprotected Referenceprotected SampledDataprotected Signatureprotected Stringprotected Timeprotected Timingprotected UnsignedIntprotected Uriprotected Uuidprotected Markdownprotected Integerprotected Addressprotected Annotationprotected Attachmentprotected Base64Binaryprotected Booleanprotected Codeprotected CodeableConceptprotected Codingprotected ContactPointprotected Dateprotected DateTimeprotected Decimalprotected HumanNameprotected Idprotected Identifierprotected Instantprotected Integerprotected Markdownprotected Metaprotected Oidprotected Periodprotected PositiveIntprotected Quantityprotected Rangeprotected Ratioprotected Referenceprotected SampledDataprotected Signatureprotected Stringprotected Timeprotected Timingprotected UnsignedIntprotected Uriprotected Uuidprotected Booleanprotected Stringprotected Stringprotected Addressprotected Annotationprotected Attachmentprotected Base64Binaryprotected Booleanprotected Codeprotected CodeableConceptprotected Codingprotected ContactPointprotected Dateprotected DateTimeprotected Decimalprotected HumanNameprotected Idprotected Identifierprotected Instantprotected Integerprotected Markdownprotected Metaprotected Oidprotected Periodprotected PositiveIntprotected Quantityprotected Rangeprotected Ratioprotected Referenceprotected SampledDataprotected Signatureprotected Stringprotected Timeprotected Timingprotected UnsignedIntprotected Uriprotected Uuidprotected List<PropertyRepresentation> protected Markdownprotected ElementDefinitionSlicingprotected List<ElementDefinitionType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getAlias()Gets the value of the alias property.getBase()Gets the value of the base property.Gets the value of the binding property.getCode()Gets the value of the code property.Gets the value of the comments property.Gets the value of the condition property.Gets the value of the constraint property.Gets the value of the contentReference property.Gets the value of the defaultValueAddress property.Gets the value of the defaultValueAnnotation property.Gets the value of the defaultValueAttachment property.Gets the value of the defaultValueBase64Binary property.Gets the value of the defaultValueBoolean property.Gets the value of the defaultValueCode property.Gets the value of the defaultValueCodeableConcept property.Gets the value of the defaultValueCoding property.Gets the value of the defaultValueContactPoint property.Gets the value of the defaultValueDate property.Gets the value of the defaultValueDateTime property.Gets the value of the defaultValueDecimal property.Gets the value of the defaultValueHumanName property.Gets the value of the defaultValueId property.Gets the value of the defaultValueIdentifier property.Gets the value of the defaultValueInstant property.Gets the value of the defaultValueInteger property.Gets the value of the defaultValueMarkdown property.Gets the value of the defaultValueMeta property.Gets the value of the defaultValueOid property.Gets the value of the defaultValuePeriod property.Gets the value of the defaultValuePositiveInt property.Gets the value of the defaultValueQuantity property.Gets the value of the defaultValueRange property.Gets the value of the defaultValueRatio property.Gets the value of the defaultValueReference property.Gets the value of the defaultValueSampledData property.Gets the value of the defaultValueSignature property.Gets the value of the defaultValueString property.Gets the value of the defaultValueTime property.Gets the value of the defaultValueTiming property.Gets the value of the defaultValueUnsignedInt property.Gets the value of the defaultValueUri property.Gets the value of the defaultValueUuid property.Gets the value of the definition property.Gets the value of the exampleAddress property.Gets the value of the exampleAnnotation property.Gets the value of the exampleAttachment property.Gets the value of the exampleBase64Binary property.Gets the value of the exampleBoolean property.Gets the value of the exampleCode property.Gets the value of the exampleCodeableConcept property.Gets the value of the exampleCoding property.Gets the value of the exampleContactPoint property.Gets the value of the exampleDate property.Gets the value of the exampleDateTime property.Gets the value of the exampleDecimal property.Gets the value of the exampleHumanName property.Gets the value of the exampleId property.Gets the value of the exampleIdentifier property.Gets the value of the exampleInstant property.Gets the value of the exampleInteger property.Gets the value of the exampleMarkdown property.Gets the value of the exampleMeta property.Gets the value of the exampleOid property.Gets the value of the examplePeriod property.Gets the value of the examplePositiveInt property.Gets the value of the exampleQuantity property.Gets the value of the exampleRange property.Gets the value of the exampleRatio property.Gets the value of the exampleReference property.Gets the value of the exampleSampledData property.Gets the value of the exampleSignature property.Gets the value of the exampleString property.Gets the value of the exampleTime property.Gets the value of the exampleTiming property.Gets the value of the exampleUnsignedInt property.Gets the value of the exampleUri property.Gets the value of the exampleUuid property.Gets the value of the fixedAddress property.Gets the value of the fixedAnnotation property.Gets the value of the fixedAttachment property.Gets the value of the fixedBase64Binary property.Gets the value of the fixedBoolean property.Gets the value of the fixedCode property.Gets the value of the fixedCodeableConcept property.Gets the value of the fixedCoding property.Gets the value of the fixedContactPoint property.Gets the value of the fixedDate property.Gets the value of the fixedDateTime property.Gets the value of the fixedDecimal property.Gets the value of the fixedHumanName property.Gets the value of the fixedId property.Gets the value of the fixedIdentifier property.Gets the value of the fixedInstant property.Gets the value of the fixedInteger property.Gets the value of the fixedMarkdown property.Gets the value of the fixedMeta property.Gets the value of the fixedOid property.Gets the value of the fixedPeriod property.Gets the value of the fixedPositiveInt property.Gets the value of the fixedQuantity property.Gets the value of the fixedRange property.Gets the value of the fixedRatio property.Gets the value of the fixedReference property.Gets the value of the fixedSampledData property.Gets the value of the fixedSignature property.Gets the value of the fixedString property.Gets the value of the fixedTime property.Gets the value of the fixedTiming property.Gets the value of the fixedUnsignedInt property.Gets the value of the fixedUri property.Gets the value of the fixedUuid property.Gets the value of the isModifier property.Gets the value of the isSummary property.getLabel()Gets the value of the label property.Gets the value of the mapping property.getMax()Gets the value of the max property.Gets the value of the maxLength property.Gets the value of the maxValueAddress property.Gets the value of the maxValueAnnotation property.Gets the value of the maxValueAttachment property.Gets the value of the maxValueBase64Binary property.Gets the value of the maxValueBoolean property.Gets the value of the maxValueCode property.Gets the value of the maxValueCodeableConcept property.Gets the value of the maxValueCoding property.Gets the value of the maxValueContactPoint property.Gets the value of the maxValueDate property.Gets the value of the maxValueDateTime property.Gets the value of the maxValueDecimal property.Gets the value of the maxValueHumanName property.Gets the value of the maxValueId property.Gets the value of the maxValueIdentifier property.Gets the value of the maxValueInstant property.Gets the value of the maxValueInteger property.Gets the value of the maxValueMarkdown property.Gets the value of the maxValueMeta property.Gets the value of the maxValueOid property.Gets the value of the maxValuePeriod property.Gets the value of the maxValuePositiveInt property.Gets the value of the maxValueQuantity property.Gets the value of the maxValueRange property.Gets the value of the maxValueRatio property.Gets the value of the maxValueReference property.Gets the value of the maxValueSampledData property.Gets the value of the maxValueSignature property.Gets the value of the maxValueString property.Gets the value of the maxValueTime property.Gets the value of the maxValueTiming property.Gets the value of the maxValueUnsignedInt property.Gets the value of the maxValueUri property.Gets the value of the maxValueUuid property.Gets the value of the meaningWhenMissing property.getMin()Gets the value of the min property.Gets the value of the minValueAddress property.Gets the value of the minValueAnnotation property.Gets the value of the minValueAttachment property.Gets the value of the minValueBase64Binary property.Gets the value of the minValueBoolean property.Gets the value of the minValueCode property.Gets the value of the minValueCodeableConcept property.Gets the value of the minValueCoding property.Gets the value of the minValueContactPoint property.Gets the value of the minValueDate property.Gets the value of the minValueDateTime property.Gets the value of the minValueDecimal property.Gets the value of the minValueHumanName property.Gets the value of the minValueId property.Gets the value of the minValueIdentifier property.Gets the value of the minValueInstant property.Gets the value of the minValueInteger property.Gets the value of the minValueMarkdown property.Gets the value of the minValueMeta property.Gets the value of the minValueOid property.Gets the value of the minValuePeriod property.Gets the value of the minValuePositiveInt property.Gets the value of the minValueQuantity property.Gets the value of the minValueRange property.Gets the value of the minValueRatio property.Gets the value of the minValueReference property.Gets the value of the minValueSampledData property.Gets the value of the minValueSignature property.Gets the value of the minValueString property.Gets the value of the minValueTime property.Gets the value of the minValueTiming property.Gets the value of the minValueUnsignedInt property.Gets the value of the minValueUri property.Gets the value of the minValueUuid property.Gets the value of the mustSupport property.getName()Gets the value of the name property.getPath()Gets the value of the path property.Gets the value of the patternAddress property.Gets the value of the patternAnnotation property.Gets the value of the patternAttachment property.Gets the value of the patternBase64Binary property.Gets the value of the patternBoolean property.Gets the value of the patternCode property.Gets the value of the patternCodeableConcept property.Gets the value of the patternCoding property.Gets the value of the patternContactPoint property.Gets the value of the patternDate property.Gets the value of the patternDateTime property.Gets the value of the patternDecimal property.Gets the value of the patternHumanName property.Gets the value of the patternId property.Gets the value of the patternIdentifier property.Gets the value of the patternInstant property.Gets the value of the patternInteger property.Gets the value of the patternMarkdown property.Gets the value of the patternMeta property.Gets the value of the patternOid property.Gets the value of the patternPeriod property.Gets the value of the patternPositiveInt property.Gets the value of the patternQuantity property.Gets the value of the patternRange property.Gets the value of the patternRatio property.Gets the value of the patternReference property.Gets the value of the patternSampledData property.Gets the value of the patternSignature property.Gets the value of the patternString property.Gets the value of the patternTime property.Gets the value of the patternTiming property.Gets the value of the patternUnsignedInt property.Gets the value of the patternUri property.Gets the value of the patternUuid property.Gets the value of the representation property.Gets the value of the requirements property.getShort()Gets the value of the short property.Gets the value of the slicing property.getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidvoidsetBase(ElementDefinitionBase value) Sets the value of the base property.voidSets the value of the binding property.voidvoidsetComments(Markdown value) Sets the value of the comments property.voidsetCondition(List<Id> value) voidvoidsetContentReference(Uri value) Sets the value of the contentReference property.voidsetDefaultValueAddress(Address value) Sets the value of the defaultValueAddress property.voidSets the value of the defaultValueAnnotation property.voidSets the value of the defaultValueAttachment property.voidSets the value of the defaultValueBase64Binary property.voidsetDefaultValueBoolean(Boolean value) Sets the value of the defaultValueBoolean property.voidsetDefaultValueCode(Code value) Sets the value of the defaultValueCode property.voidSets the value of the defaultValueCodeableConcept property.voidsetDefaultValueCoding(Coding value) Sets the value of the defaultValueCoding property.voidSets the value of the defaultValueContactPoint property.voidsetDefaultValueDate(Date value) Sets the value of the defaultValueDate property.voidsetDefaultValueDateTime(DateTime value) Sets the value of the defaultValueDateTime property.voidsetDefaultValueDecimal(Decimal value) Sets the value of the defaultValueDecimal property.voidSets the value of the defaultValueHumanName property.voidsetDefaultValueId(Id value) Sets the value of the defaultValueId property.voidSets the value of the defaultValueIdentifier property.voidsetDefaultValueInstant(Instant value) Sets the value of the defaultValueInstant property.voidsetDefaultValueInteger(Integer value) Sets the value of the defaultValueInteger property.voidsetDefaultValueMarkdown(Markdown value) Sets the value of the defaultValueMarkdown property.voidsetDefaultValueMeta(Meta value) Sets the value of the defaultValueMeta property.voidsetDefaultValueOid(Oid value) Sets the value of the defaultValueOid property.voidsetDefaultValuePeriod(Period value) Sets the value of the defaultValuePeriod property.voidSets the value of the defaultValuePositiveInt property.voidsetDefaultValueQuantity(Quantity value) Sets the value of the defaultValueQuantity property.voidsetDefaultValueRange(Range value) Sets the value of the defaultValueRange property.voidsetDefaultValueRatio(Ratio value) Sets the value of the defaultValueRatio property.voidSets the value of the defaultValueReference property.voidSets the value of the defaultValueSampledData property.voidSets the value of the defaultValueSignature property.voidsetDefaultValueString(String value) Sets the value of the defaultValueString property.voidsetDefaultValueTime(Time value) Sets the value of the defaultValueTime property.voidsetDefaultValueTiming(Timing value) Sets the value of the defaultValueTiming property.voidSets the value of the defaultValueUnsignedInt property.voidsetDefaultValueUri(Uri value) Sets the value of the defaultValueUri property.voidsetDefaultValueUuid(Uuid value) Sets the value of the defaultValueUuid property.voidsetDefinition(Markdown value) Sets the value of the definition property.voidsetExampleAddress(Address value) Sets the value of the exampleAddress property.voidsetExampleAnnotation(Annotation value) Sets the value of the exampleAnnotation property.voidsetExampleAttachment(Attachment value) Sets the value of the exampleAttachment property.voidSets the value of the exampleBase64Binary property.voidsetExampleBoolean(Boolean value) Sets the value of the exampleBoolean property.voidsetExampleCode(Code value) Sets the value of the exampleCode property.voidSets the value of the exampleCodeableConcept property.voidsetExampleCoding(Coding value) Sets the value of the exampleCoding property.voidSets the value of the exampleContactPoint property.voidsetExampleDate(Date value) Sets the value of the exampleDate property.voidsetExampleDateTime(DateTime value) Sets the value of the exampleDateTime property.voidsetExampleDecimal(Decimal value) Sets the value of the exampleDecimal property.voidsetExampleHumanName(HumanName value) Sets the value of the exampleHumanName property.voidsetExampleId(Id value) Sets the value of the exampleId property.voidsetExampleIdentifier(Identifier value) Sets the value of the exampleIdentifier property.voidsetExampleInstant(Instant value) Sets the value of the exampleInstant property.voidsetExampleInteger(Integer value) Sets the value of the exampleInteger property.voidsetExampleMarkdown(Markdown value) Sets the value of the exampleMarkdown property.voidsetExampleMeta(Meta value) Sets the value of the exampleMeta property.voidsetExampleOid(Oid value) Sets the value of the exampleOid property.voidsetExamplePeriod(Period value) Sets the value of the examplePeriod property.voidsetExamplePositiveInt(PositiveInt value) Sets the value of the examplePositiveInt property.voidsetExampleQuantity(Quantity value) Sets the value of the exampleQuantity property.voidsetExampleRange(Range value) Sets the value of the exampleRange property.voidsetExampleRatio(Ratio value) Sets the value of the exampleRatio property.voidsetExampleReference(Reference value) Sets the value of the exampleReference property.voidsetExampleSampledData(SampledData value) Sets the value of the exampleSampledData property.voidsetExampleSignature(Signature value) Sets the value of the exampleSignature property.voidsetExampleString(String value) Sets the value of the exampleString property.voidsetExampleTime(Time value) Sets the value of the exampleTime property.voidsetExampleTiming(Timing value) Sets the value of the exampleTiming property.voidsetExampleUnsignedInt(UnsignedInt value) Sets the value of the exampleUnsignedInt property.voidsetExampleUri(Uri value) Sets the value of the exampleUri property.voidsetExampleUuid(Uuid value) Sets the value of the exampleUuid property.voidsetFixedAddress(Address value) Sets the value of the fixedAddress property.voidsetFixedAnnotation(Annotation value) Sets the value of the fixedAnnotation property.voidsetFixedAttachment(Attachment value) Sets the value of the fixedAttachment property.voidsetFixedBase64Binary(Base64Binary value) Sets the value of the fixedBase64Binary property.voidsetFixedBoolean(Boolean value) Sets the value of the fixedBoolean property.voidsetFixedCode(Code value) Sets the value of the fixedCode property.voidSets the value of the fixedCodeableConcept property.voidsetFixedCoding(Coding value) Sets the value of the fixedCoding property.voidsetFixedContactPoint(ContactPoint value) Sets the value of the fixedContactPoint property.voidsetFixedDate(Date value) Sets the value of the fixedDate property.voidsetFixedDateTime(DateTime value) Sets the value of the fixedDateTime property.voidsetFixedDecimal(Decimal value) Sets the value of the fixedDecimal property.voidsetFixedHumanName(HumanName value) Sets the value of the fixedHumanName property.voidsetFixedId(Id value) Sets the value of the fixedId property.voidsetFixedIdentifier(Identifier value) Sets the value of the fixedIdentifier property.voidsetFixedInstant(Instant value) Sets the value of the fixedInstant property.voidsetFixedInteger(Integer value) Sets the value of the fixedInteger property.voidsetFixedMarkdown(Markdown value) Sets the value of the fixedMarkdown property.voidsetFixedMeta(Meta value) Sets the value of the fixedMeta property.voidsetFixedOid(Oid value) Sets the value of the fixedOid property.voidsetFixedPeriod(Period value) Sets the value of the fixedPeriod property.voidsetFixedPositiveInt(PositiveInt value) Sets the value of the fixedPositiveInt property.voidsetFixedQuantity(Quantity value) Sets the value of the fixedQuantity property.voidsetFixedRange(Range value) Sets the value of the fixedRange property.voidsetFixedRatio(Ratio value) Sets the value of the fixedRatio property.voidsetFixedReference(Reference value) Sets the value of the fixedReference property.voidsetFixedSampledData(SampledData value) Sets the value of the fixedSampledData property.voidsetFixedSignature(Signature value) Sets the value of the fixedSignature property.voidsetFixedString(String value) Sets the value of the fixedString property.voidsetFixedTime(Time value) Sets the value of the fixedTime property.voidsetFixedTiming(Timing value) Sets the value of the fixedTiming property.voidsetFixedUnsignedInt(UnsignedInt value) Sets the value of the fixedUnsignedInt property.voidsetFixedUri(Uri value) Sets the value of the fixedUri property.voidsetFixedUuid(Uuid value) Sets the value of the fixedUuid property.voidsetIsModifier(Boolean value) Sets the value of the isModifier property.voidsetIsSummary(Boolean value) Sets the value of the isSummary property.voidSets the value of the label property.voidsetMapping(List<ElementDefinitionMapping> value) voidSets the value of the max property.voidsetMaxLength(Integer value) Sets the value of the maxLength property.voidsetMaxValueAddress(Address value) Sets the value of the maxValueAddress property.voidsetMaxValueAnnotation(Annotation value) Sets the value of the maxValueAnnotation property.voidsetMaxValueAttachment(Attachment value) Sets the value of the maxValueAttachment property.voidSets the value of the maxValueBase64Binary property.voidsetMaxValueBoolean(Boolean value) Sets the value of the maxValueBoolean property.voidsetMaxValueCode(Code value) Sets the value of the maxValueCode property.voidSets the value of the maxValueCodeableConcept property.voidsetMaxValueCoding(Coding value) Sets the value of the maxValueCoding property.voidSets the value of the maxValueContactPoint property.voidsetMaxValueDate(Date value) Sets the value of the maxValueDate property.voidsetMaxValueDateTime(DateTime value) Sets the value of the maxValueDateTime property.voidsetMaxValueDecimal(Decimal value) Sets the value of the maxValueDecimal property.voidsetMaxValueHumanName(HumanName value) Sets the value of the maxValueHumanName property.voidsetMaxValueId(Id value) Sets the value of the maxValueId property.voidsetMaxValueIdentifier(Identifier value) Sets the value of the maxValueIdentifier property.voidsetMaxValueInstant(Instant value) Sets the value of the maxValueInstant property.voidsetMaxValueInteger(Integer value) Sets the value of the maxValueInteger property.voidsetMaxValueMarkdown(Markdown value) Sets the value of the maxValueMarkdown property.voidsetMaxValueMeta(Meta value) Sets the value of the maxValueMeta property.voidsetMaxValueOid(Oid value) Sets the value of the maxValueOid property.voidsetMaxValuePeriod(Period value) Sets the value of the maxValuePeriod property.voidSets the value of the maxValuePositiveInt property.voidsetMaxValueQuantity(Quantity value) Sets the value of the maxValueQuantity property.voidsetMaxValueRange(Range value) Sets the value of the maxValueRange property.voidsetMaxValueRatio(Ratio value) Sets the value of the maxValueRatio property.voidsetMaxValueReference(Reference value) Sets the value of the maxValueReference property.voidSets the value of the maxValueSampledData property.voidsetMaxValueSignature(Signature value) Sets the value of the maxValueSignature property.voidsetMaxValueString(String value) Sets the value of the maxValueString property.voidsetMaxValueTime(Time value) Sets the value of the maxValueTime property.voidsetMaxValueTiming(Timing value) Sets the value of the maxValueTiming property.voidSets the value of the maxValueUnsignedInt property.voidsetMaxValueUri(Uri value) Sets the value of the maxValueUri property.voidsetMaxValueUuid(Uuid value) Sets the value of the maxValueUuid property.voidsetMeaningWhenMissing(Markdown value) Sets the value of the meaningWhenMissing property.voidSets the value of the min property.voidsetMinValueAddress(Address value) Sets the value of the minValueAddress property.voidsetMinValueAnnotation(Annotation value) Sets the value of the minValueAnnotation property.voidsetMinValueAttachment(Attachment value) Sets the value of the minValueAttachment property.voidSets the value of the minValueBase64Binary property.voidsetMinValueBoolean(Boolean value) Sets the value of the minValueBoolean property.voidsetMinValueCode(Code value) Sets the value of the minValueCode property.voidSets the value of the minValueCodeableConcept property.voidsetMinValueCoding(Coding value) Sets the value of the minValueCoding property.voidSets the value of the minValueContactPoint property.voidsetMinValueDate(Date value) Sets the value of the minValueDate property.voidsetMinValueDateTime(DateTime value) Sets the value of the minValueDateTime property.voidsetMinValueDecimal(Decimal value) Sets the value of the minValueDecimal property.voidsetMinValueHumanName(HumanName value) Sets the value of the minValueHumanName property.voidsetMinValueId(Id value) Sets the value of the minValueId property.voidsetMinValueIdentifier(Identifier value) Sets the value of the minValueIdentifier property.voidsetMinValueInstant(Instant value) Sets the value of the minValueInstant property.voidsetMinValueInteger(Integer value) Sets the value of the minValueInteger property.voidsetMinValueMarkdown(Markdown value) Sets the value of the minValueMarkdown property.voidsetMinValueMeta(Meta value) Sets the value of the minValueMeta property.voidsetMinValueOid(Oid value) Sets the value of the minValueOid property.voidsetMinValuePeriod(Period value) Sets the value of the minValuePeriod property.voidSets the value of the minValuePositiveInt property.voidsetMinValueQuantity(Quantity value) Sets the value of the minValueQuantity property.voidsetMinValueRange(Range value) Sets the value of the minValueRange property.voidsetMinValueRatio(Ratio value) Sets the value of the minValueRatio property.voidsetMinValueReference(Reference value) Sets the value of the minValueReference property.voidSets the value of the minValueSampledData property.voidsetMinValueSignature(Signature value) Sets the value of the minValueSignature property.voidsetMinValueString(String value) Sets the value of the minValueString property.voidsetMinValueTime(Time value) Sets the value of the minValueTime property.voidsetMinValueTiming(Timing value) Sets the value of the minValueTiming property.voidSets the value of the minValueUnsignedInt property.voidsetMinValueUri(Uri value) Sets the value of the minValueUri property.voidsetMinValueUuid(Uuid value) Sets the value of the minValueUuid property.voidsetMustSupport(Boolean value) Sets the value of the mustSupport property.voidSets the value of the name property.voidSets the value of the path property.voidsetPatternAddress(Address value) Sets the value of the patternAddress property.voidsetPatternAnnotation(Annotation value) Sets the value of the patternAnnotation property.voidsetPatternAttachment(Attachment value) Sets the value of the patternAttachment property.voidSets the value of the patternBase64Binary property.voidsetPatternBoolean(Boolean value) Sets the value of the patternBoolean property.voidsetPatternCode(Code value) Sets the value of the patternCode property.voidSets the value of the patternCodeableConcept property.voidsetPatternCoding(Coding value) Sets the value of the patternCoding property.voidSets the value of the patternContactPoint property.voidsetPatternDate(Date value) Sets the value of the patternDate property.voidsetPatternDateTime(DateTime value) Sets the value of the patternDateTime property.voidsetPatternDecimal(Decimal value) Sets the value of the patternDecimal property.voidsetPatternHumanName(HumanName value) Sets the value of the patternHumanName property.voidsetPatternId(Id value) Sets the value of the patternId property.voidsetPatternIdentifier(Identifier value) Sets the value of the patternIdentifier property.voidsetPatternInstant(Instant value) Sets the value of the patternInstant property.voidsetPatternInteger(Integer value) Sets the value of the patternInteger property.voidsetPatternMarkdown(Markdown value) Sets the value of the patternMarkdown property.voidsetPatternMeta(Meta value) Sets the value of the patternMeta property.voidsetPatternOid(Oid value) Sets the value of the patternOid property.voidsetPatternPeriod(Period value) Sets the value of the patternPeriod property.voidsetPatternPositiveInt(PositiveInt value) Sets the value of the patternPositiveInt property.voidsetPatternQuantity(Quantity value) Sets the value of the patternQuantity property.voidsetPatternRange(Range value) Sets the value of the patternRange property.voidsetPatternRatio(Ratio value) Sets the value of the patternRatio property.voidsetPatternReference(Reference value) Sets the value of the patternReference property.voidsetPatternSampledData(SampledData value) Sets the value of the patternSampledData property.voidsetPatternSignature(Signature value) Sets the value of the patternSignature property.voidsetPatternString(String value) Sets the value of the patternString property.voidsetPatternTime(Time value) Sets the value of the patternTime property.voidsetPatternTiming(Timing value) Sets the value of the patternTiming property.voidsetPatternUnsignedInt(UnsignedInt value) Sets the value of the patternUnsignedInt property.voidsetPatternUri(Uri value) Sets the value of the patternUri property.voidsetPatternUuid(Uuid value) Sets the value of the patternUuid property.voidvoidsetRequirements(Markdown value) Sets the value of the requirements property.voidSets the value of the short property.voidSets the value of the slicing property.voidsetType(List<ElementDefinitionType> value) toString()withAlias(Collection<String> values) withBase(ElementDefinitionBase value) withCode(Collection<Coding> values) withComments(Markdown value) withCondition(Collection<Id> values) withCondition(Id... values) withConstraint(ElementDefinitionConstraint... values) withContentReference(Uri value) withDefaultValueAddress(Address value) withDefaultValueBoolean(Boolean value) withDefaultValueCode(Code value) withDefaultValueCoding(Coding value) withDefaultValueDate(Date value) withDefaultValueDateTime(DateTime value) withDefaultValueDecimal(Decimal value) withDefaultValueId(Id value) withDefaultValueInstant(Instant value) withDefaultValueInteger(Integer value) withDefaultValueMarkdown(Markdown value) withDefaultValueMeta(Meta value) withDefaultValueOid(Oid value) withDefaultValuePeriod(Period value) withDefaultValueQuantity(Quantity value) withDefaultValueRange(Range value) withDefaultValueRatio(Ratio value) withDefaultValueString(String value) withDefaultValueTime(Time value) withDefaultValueTiming(Timing value) withDefaultValueUri(Uri value) withDefaultValueUuid(Uuid value) withDefinition(Markdown value) withExampleAddress(Address value) withExampleAnnotation(Annotation value) withExampleAttachment(Attachment value) withExampleBoolean(Boolean value) withExampleCode(Code value) withExampleCoding(Coding value) withExampleDate(Date value) withExampleDateTime(DateTime value) withExampleDecimal(Decimal value) withExampleHumanName(HumanName value) withExampleId(Id value) withExampleIdentifier(Identifier value) withExampleInstant(Instant value) withExampleInteger(Integer value) withExampleMarkdown(Markdown value) withExampleMeta(Meta value) withExampleOid(Oid value) withExamplePeriod(Period value) withExampleQuantity(Quantity value) withExampleRange(Range value) withExampleRatio(Ratio value) withExampleReference(Reference value) withExampleSignature(Signature value) withExampleString(String value) withExampleTime(Time value) withExampleTiming(Timing value) withExampleUri(Uri value) withExampleUuid(Uuid value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFixedAddress(Address value) withFixedAnnotation(Annotation value) withFixedAttachment(Attachment value) withFixedBoolean(Boolean value) withFixedCode(Code value) withFixedCoding(Coding value) withFixedDate(Date value) withFixedDateTime(DateTime value) withFixedDecimal(Decimal value) withFixedHumanName(HumanName value) withFixedId(Id value) withFixedIdentifier(Identifier value) withFixedInstant(Instant value) withFixedInteger(Integer value) withFixedMarkdown(Markdown value) withFixedMeta(Meta value) withFixedOid(Oid value) withFixedPeriod(Period value) withFixedPositiveInt(PositiveInt value) withFixedQuantity(Quantity value) withFixedRange(Range value) withFixedRatio(Ratio value) withFixedReference(Reference value) withFixedSampledData(SampledData value) withFixedSignature(Signature value) withFixedString(String value) withFixedTime(Time value) withFixedTiming(Timing value) withFixedUnsignedInt(UnsignedInt value) withFixedUri(Uri value) withFixedUuid(Uuid value) withIsModifier(Boolean value) withIsSummary(Boolean value) withMapping(ElementDefinitionMapping... values) withMaxLength(Integer value) withMaxValueAddress(Address value) withMaxValueAnnotation(Annotation value) withMaxValueAttachment(Attachment value) withMaxValueBoolean(Boolean value) withMaxValueCode(Code value) withMaxValueCoding(Coding value) withMaxValueDate(Date value) withMaxValueDateTime(DateTime value) withMaxValueDecimal(Decimal value) withMaxValueHumanName(HumanName value) withMaxValueId(Id value) withMaxValueIdentifier(Identifier value) withMaxValueInstant(Instant value) withMaxValueInteger(Integer value) withMaxValueMarkdown(Markdown value) withMaxValueMeta(Meta value) withMaxValueOid(Oid value) withMaxValuePeriod(Period value) withMaxValueQuantity(Quantity value) withMaxValueRange(Range value) withMaxValueRatio(Ratio value) withMaxValueReference(Reference value) withMaxValueSignature(Signature value) withMaxValueString(String value) withMaxValueTime(Time value) withMaxValueTiming(Timing value) withMaxValueUri(Uri value) withMaxValueUuid(Uuid value) withMeaningWhenMissing(Markdown value) withMinValueAddress(Address value) withMinValueAnnotation(Annotation value) withMinValueAttachment(Attachment value) withMinValueBoolean(Boolean value) withMinValueCode(Code value) withMinValueCoding(Coding value) withMinValueDate(Date value) withMinValueDateTime(DateTime value) withMinValueDecimal(Decimal value) withMinValueHumanName(HumanName value) withMinValueId(Id value) withMinValueIdentifier(Identifier value) withMinValueInstant(Instant value) withMinValueInteger(Integer value) withMinValueMarkdown(Markdown value) withMinValueMeta(Meta value) withMinValueOid(Oid value) withMinValuePeriod(Period value) withMinValueQuantity(Quantity value) withMinValueRange(Range value) withMinValueRatio(Ratio value) withMinValueReference(Reference value) withMinValueSignature(Signature value) withMinValueString(String value) withMinValueTime(Time value) withMinValueTiming(Timing value) withMinValueUri(Uri value) withMinValueUuid(Uuid value) withMustSupport(Boolean value) withPatternAddress(Address value) withPatternAnnotation(Annotation value) withPatternAttachment(Attachment value) withPatternBoolean(Boolean value) withPatternCode(Code value) withPatternCoding(Coding value) withPatternDate(Date value) withPatternDateTime(DateTime value) withPatternDecimal(Decimal value) withPatternHumanName(HumanName value) withPatternId(Id value) withPatternIdentifier(Identifier value) withPatternInstant(Instant value) withPatternInteger(Integer value) withPatternMarkdown(Markdown value) withPatternMeta(Meta value) withPatternOid(Oid value) withPatternPeriod(Period value) withPatternQuantity(Quantity value) withPatternRange(Range value) withPatternRatio(Ratio value) withPatternReference(Reference value) withPatternSignature(Signature value) withPatternString(String value) withPatternTime(Time value) withPatternTiming(Timing value) withPatternUri(Uri value) withPatternUuid(Uuid value) withRepresentation(PropertyRepresentation... values) withRequirements(Markdown value) withType(Collection<ElementDefinitionType> values) withType(ElementDefinitionType... values) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
path
-
representation
-
name
-
label
-
code
-
slicing
-
_short
-
definition
-
comments
-
requirements
-
alias
-
min
-
max
-
base
-
contentReference
-
type
-
defaultValueBoolean
-
defaultValueInteger
-
defaultValueDecimal
-
defaultValueBase64Binary
-
defaultValueInstant
-
defaultValueString
-
defaultValueUri
-
defaultValueDate
-
defaultValueDateTime
-
defaultValueTime
-
defaultValueCode
-
defaultValueOid
-
defaultValueUuid
-
defaultValueId
-
defaultValueUnsignedInt
-
defaultValuePositiveInt
-
defaultValueMarkdown
-
defaultValueAnnotation
-
defaultValueAttachment
-
defaultValueIdentifier
-
defaultValueCodeableConcept
-
defaultValueCoding
-
defaultValueQuantity
-
defaultValueRange
-
defaultValuePeriod
-
defaultValueRatio
-
defaultValueReference
-
defaultValueSampledData
-
defaultValueSignature
-
defaultValueHumanName
-
defaultValueAddress
-
defaultValueContactPoint
-
defaultValueTiming
-
defaultValueMeta
-
meaningWhenMissing
-
fixedBoolean
-
fixedInteger
-
fixedDecimal
-
fixedBase64Binary
-
fixedInstant
-
fixedString
-
fixedUri
-
fixedDate
-
fixedDateTime
-
fixedTime
-
fixedCode
-
fixedOid
-
fixedUuid
-
fixedId
-
fixedUnsignedInt
-
fixedPositiveInt
-
fixedMarkdown
-
fixedAnnotation
-
fixedAttachment
-
fixedIdentifier
-
fixedCodeableConcept
-
fixedCoding
-
fixedQuantity
-
fixedRange
-
fixedPeriod
-
fixedRatio
-
fixedReference
-
fixedSampledData
-
fixedSignature
-
fixedHumanName
-
fixedAddress
-
fixedContactPoint
-
fixedTiming
-
fixedMeta
-
patternBoolean
-
patternInteger
-
patternDecimal
-
patternBase64Binary
-
patternInstant
-
patternString
-
patternUri
-
patternDate
-
patternDateTime
-
patternTime
-
patternCode
-
patternOid
-
patternUuid
-
patternId
-
patternUnsignedInt
-
patternPositiveInt
-
patternMarkdown
-
patternAnnotation
-
patternAttachment
-
patternIdentifier
-
patternCodeableConcept
-
patternCoding
-
patternQuantity
-
patternRange
-
patternPeriod
-
patternRatio
-
patternReference
-
patternSampledData
-
patternSignature
-
patternHumanName
-
patternAddress
-
patternContactPoint
-
patternTiming
-
patternMeta
-
exampleBoolean
-
exampleInteger
-
exampleDecimal
-
exampleBase64Binary
-
exampleInstant
-
exampleString
-
exampleUri
-
exampleDate
-
exampleDateTime
-
exampleTime
-
exampleCode
-
exampleOid
-
exampleUuid
-
exampleId
-
exampleUnsignedInt
-
examplePositiveInt
-
exampleMarkdown
-
exampleAnnotation
-
exampleAttachment
-
exampleIdentifier
-
exampleCodeableConcept
-
exampleCoding
-
exampleQuantity
-
exampleRange
-
examplePeriod
-
exampleRatio
-
exampleReference
-
exampleSampledData
-
exampleSignature
-
exampleHumanName
-
exampleAddress
-
exampleContactPoint
-
exampleTiming
-
exampleMeta
-
minValueBoolean
-
minValueInteger
-
minValueDecimal
-
minValueBase64Binary
-
minValueInstant
-
minValueString
-
minValueUri
-
minValueDate
-
minValueDateTime
-
minValueTime
-
minValueCode
-
minValueOid
-
minValueUuid
-
minValueId
-
minValueUnsignedInt
-
minValuePositiveInt
-
minValueMarkdown
-
minValueAnnotation
-
minValueAttachment
-
minValueIdentifier
-
minValueCodeableConcept
-
minValueCoding
-
minValueQuantity
-
minValueRange
-
minValuePeriod
-
minValueRatio
-
minValueReference
-
minValueSampledData
-
minValueSignature
-
minValueHumanName
-
minValueAddress
-
minValueContactPoint
-
minValueTiming
-
minValueMeta
-
maxValueBoolean
-
maxValueInteger
-
maxValueDecimal
-
maxValueBase64Binary
-
maxValueInstant
-
maxValueString
-
maxValueUri
-
maxValueDate
-
maxValueDateTime
-
maxValueTime
-
maxValueCode
-
maxValueOid
-
maxValueUuid
-
maxValueId
-
maxValueUnsignedInt
-
maxValuePositiveInt
-
maxValueMarkdown
-
maxValueAnnotation
-
maxValueAttachment
-
maxValueIdentifier
-
maxValueCodeableConcept
-
maxValueCoding
-
maxValueQuantity
-
maxValueRange
-
maxValuePeriod
-
maxValueRatio
-
maxValueReference
-
maxValueSampledData
-
maxValueSignature
-
maxValueHumanName
-
maxValueAddress
-
maxValueContactPoint
-
maxValueTiming
-
maxValueMeta
-
maxLength
-
condition
-
constraint
-
mustSupport
-
isModifier
-
isSummary
-
binding
-
mapping
-
-
Constructor Details
-
ElementDefinition
public ElementDefinition()
-
-
Method Details
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getRepresentation
Gets the value of the representation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the representation property.For example, to add a new item, do as follows:
getRepresentation().add(newItem);Objects of the following type(s) are allowed in the list
PropertyRepresentation -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the code property.For example, to add a new item, do as follows:
getCode().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getSlicing
Gets the value of the slicing property.- Returns:
- possible object is
ElementDefinitionSlicing
-
setSlicing
Sets the value of the slicing property.- Parameters:
value- allowed object isElementDefinitionSlicing
-
getShort
Gets the value of the short property.- Returns:
- possible object is
String
-
setShort
Sets the value of the short property.- Parameters:
value- allowed object isString
-
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
Markdown
-
setDefinition
Sets the value of the definition property.- Parameters:
value- allowed object isMarkdown
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Markdown
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isMarkdown
-
getRequirements
Gets the value of the requirements property.- Returns:
- possible object is
Markdown
-
setRequirements
Sets the value of the requirements property.- Parameters:
value- allowed object isMarkdown
-
getAlias
Gets the value of the alias property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the alias property.For example, to add a new item, do as follows:
getAlias().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMin
Gets the value of the min property.- Returns:
- possible object is
Integer
-
setMin
Sets the value of the min property.- Parameters:
value- allowed object isInteger
-
getMax
Gets the value of the max property.- Returns:
- possible object is
String
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
ElementDefinitionBase
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isElementDefinitionBase
-
getContentReference
Gets the value of the contentReference property.- Returns:
- possible object is
Uri
-
setContentReference
Sets the value of the contentReference property.- Parameters:
value- allowed object isUri
-
getType
Gets the value of the type property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the type property.For example, to add a new item, do as follows:
getType().add(newItem);Objects of the following type(s) are allowed in the list
ElementDefinitionType -
getDefaultValueBoolean
Gets the value of the defaultValueBoolean property.- Returns:
- possible object is
Boolean
-
setDefaultValueBoolean
Sets the value of the defaultValueBoolean property.- Parameters:
value- allowed object isBoolean
-
getDefaultValueInteger
Gets the value of the defaultValueInteger property.- Returns:
- possible object is
Integer
-
setDefaultValueInteger
Sets the value of the defaultValueInteger property.- Parameters:
value- allowed object isInteger
-
getDefaultValueDecimal
Gets the value of the defaultValueDecimal property.- Returns:
- possible object is
Decimal
-
setDefaultValueDecimal
Sets the value of the defaultValueDecimal property.- Parameters:
value- allowed object isDecimal
-
getDefaultValueBase64Binary
Gets the value of the defaultValueBase64Binary property.- Returns:
- possible object is
Base64Binary
-
setDefaultValueBase64Binary
Sets the value of the defaultValueBase64Binary property.- Parameters:
value- allowed object isBase64Binary
-
getDefaultValueInstant
Gets the value of the defaultValueInstant property.- Returns:
- possible object is
Instant
-
setDefaultValueInstant
Sets the value of the defaultValueInstant property.- Parameters:
value- allowed object isInstant
-
getDefaultValueString
Gets the value of the defaultValueString property.- Returns:
- possible object is
String
-
setDefaultValueString
Sets the value of the defaultValueString property.- Parameters:
value- allowed object isString
-
getDefaultValueUri
Gets the value of the defaultValueUri property.- Returns:
- possible object is
Uri
-
setDefaultValueUri
Sets the value of the defaultValueUri property.- Parameters:
value- allowed object isUri
-
getDefaultValueDate
Gets the value of the defaultValueDate property.- Returns:
- possible object is
Date
-
setDefaultValueDate
Sets the value of the defaultValueDate property.- Parameters:
value- allowed object isDate
-
getDefaultValueDateTime
Gets the value of the defaultValueDateTime property.- Returns:
- possible object is
DateTime
-
setDefaultValueDateTime
Sets the value of the defaultValueDateTime property.- Parameters:
value- allowed object isDateTime
-
getDefaultValueTime
Gets the value of the defaultValueTime property.- Returns:
- possible object is
Time
-
setDefaultValueTime
Sets the value of the defaultValueTime property.- Parameters:
value- allowed object isTime
-
getDefaultValueCode
Gets the value of the defaultValueCode property.- Returns:
- possible object is
Code
-
setDefaultValueCode
Sets the value of the defaultValueCode property.- Parameters:
value- allowed object isCode
-
getDefaultValueOid
Gets the value of the defaultValueOid property.- Returns:
- possible object is
Oid
-
setDefaultValueOid
Sets the value of the defaultValueOid property.- Parameters:
value- allowed object isOid
-
getDefaultValueUuid
Gets the value of the defaultValueUuid property.- Returns:
- possible object is
Uuid
-
setDefaultValueUuid
Sets the value of the defaultValueUuid property.- Parameters:
value- allowed object isUuid
-
getDefaultValueId
Gets the value of the defaultValueId property.- Returns:
- possible object is
Id
-
setDefaultValueId
Sets the value of the defaultValueId property.- Parameters:
value- allowed object isId
-
getDefaultValueUnsignedInt
Gets the value of the defaultValueUnsignedInt property.- Returns:
- possible object is
UnsignedInt
-
setDefaultValueUnsignedInt
Sets the value of the defaultValueUnsignedInt property.- Parameters:
value- allowed object isUnsignedInt
-
getDefaultValuePositiveInt
Gets the value of the defaultValuePositiveInt property.- Returns:
- possible object is
PositiveInt
-
setDefaultValuePositiveInt
Sets the value of the defaultValuePositiveInt property.- Parameters:
value- allowed object isPositiveInt
-
getDefaultValueMarkdown
Gets the value of the defaultValueMarkdown property.- Returns:
- possible object is
Markdown
-
setDefaultValueMarkdown
Sets the value of the defaultValueMarkdown property.- Parameters:
value- allowed object isMarkdown
-
getDefaultValueAnnotation
Gets the value of the defaultValueAnnotation property.- Returns:
- possible object is
Annotation
-
setDefaultValueAnnotation
Sets the value of the defaultValueAnnotation property.- Parameters:
value- allowed object isAnnotation
-
getDefaultValueAttachment
Gets the value of the defaultValueAttachment property.- Returns:
- possible object is
Attachment
-
setDefaultValueAttachment
Sets the value of the defaultValueAttachment property.- Parameters:
value- allowed object isAttachment
-
getDefaultValueIdentifier
Gets the value of the defaultValueIdentifier property.- Returns:
- possible object is
Identifier
-
setDefaultValueIdentifier
Sets the value of the defaultValueIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getDefaultValueCodeableConcept
Gets the value of the defaultValueCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setDefaultValueCodeableConcept
Sets the value of the defaultValueCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getDefaultValueCoding
Gets the value of the defaultValueCoding property.- Returns:
- possible object is
Coding
-
setDefaultValueCoding
Sets the value of the defaultValueCoding property.- Parameters:
value- allowed object isCoding
-
getDefaultValueQuantity
Gets the value of the defaultValueQuantity property.- Returns:
- possible object is
Quantity
-
setDefaultValueQuantity
Sets the value of the defaultValueQuantity property.- Parameters:
value- allowed object isQuantity
-
getDefaultValueRange
Gets the value of the defaultValueRange property.- Returns:
- possible object is
Range
-
setDefaultValueRange
Sets the value of the defaultValueRange property.- Parameters:
value- allowed object isRange
-
getDefaultValuePeriod
Gets the value of the defaultValuePeriod property.- Returns:
- possible object is
Period
-
setDefaultValuePeriod
Sets the value of the defaultValuePeriod property.- Parameters:
value- allowed object isPeriod
-
getDefaultValueRatio
Gets the value of the defaultValueRatio property.- Returns:
- possible object is
Ratio
-
setDefaultValueRatio
Sets the value of the defaultValueRatio property.- Parameters:
value- allowed object isRatio
-
getDefaultValueReference
Gets the value of the defaultValueReference property.- Returns:
- possible object is
Reference
-
setDefaultValueReference
Sets the value of the defaultValueReference property.- Parameters:
value- allowed object isReference
-
getDefaultValueSampledData
Gets the value of the defaultValueSampledData property.- Returns:
- possible object is
SampledData
-
setDefaultValueSampledData
Sets the value of the defaultValueSampledData property.- Parameters:
value- allowed object isSampledData
-
getDefaultValueSignature
Gets the value of the defaultValueSignature property.- Returns:
- possible object is
Signature
-
setDefaultValueSignature
Sets the value of the defaultValueSignature property.- Parameters:
value- allowed object isSignature
-
getDefaultValueHumanName
Gets the value of the defaultValueHumanName property.- Returns:
- possible object is
HumanName
-
setDefaultValueHumanName
Sets the value of the defaultValueHumanName property.- Parameters:
value- allowed object isHumanName
-
getDefaultValueAddress
Gets the value of the defaultValueAddress property.- Returns:
- possible object is
Address
-
setDefaultValueAddress
Sets the value of the defaultValueAddress property.- Parameters:
value- allowed object isAddress
-
getDefaultValueContactPoint
Gets the value of the defaultValueContactPoint property.- Returns:
- possible object is
ContactPoint
-
setDefaultValueContactPoint
Sets the value of the defaultValueContactPoint property.- Parameters:
value- allowed object isContactPoint
-
getDefaultValueTiming
Gets the value of the defaultValueTiming property.- Returns:
- possible object is
Timing
-
setDefaultValueTiming
Sets the value of the defaultValueTiming property.- Parameters:
value- allowed object isTiming
-
getDefaultValueMeta
Gets the value of the defaultValueMeta property.- Returns:
- possible object is
Meta
-
setDefaultValueMeta
Sets the value of the defaultValueMeta property.- Parameters:
value- allowed object isMeta
-
getMeaningWhenMissing
Gets the value of the meaningWhenMissing property.- Returns:
- possible object is
Markdown
-
setMeaningWhenMissing
Sets the value of the meaningWhenMissing property.- Parameters:
value- allowed object isMarkdown
-
getFixedBoolean
Gets the value of the fixedBoolean property.- Returns:
- possible object is
Boolean
-
setFixedBoolean
Sets the value of the fixedBoolean property.- Parameters:
value- allowed object isBoolean
-
getFixedInteger
Gets the value of the fixedInteger property.- Returns:
- possible object is
Integer
-
setFixedInteger
Sets the value of the fixedInteger property.- Parameters:
value- allowed object isInteger
-
getFixedDecimal
Gets the value of the fixedDecimal property.- Returns:
- possible object is
Decimal
-
setFixedDecimal
Sets the value of the fixedDecimal property.- Parameters:
value- allowed object isDecimal
-
getFixedBase64Binary
Gets the value of the fixedBase64Binary property.- Returns:
- possible object is
Base64Binary
-
setFixedBase64Binary
Sets the value of the fixedBase64Binary property.- Parameters:
value- allowed object isBase64Binary
-
getFixedInstant
Gets the value of the fixedInstant property.- Returns:
- possible object is
Instant
-
setFixedInstant
Sets the value of the fixedInstant property.- Parameters:
value- allowed object isInstant
-
getFixedString
Gets the value of the fixedString property.- Returns:
- possible object is
String
-
setFixedString
Sets the value of the fixedString property.- Parameters:
value- allowed object isString
-
getFixedUri
Gets the value of the fixedUri property.- Returns:
- possible object is
Uri
-
setFixedUri
Sets the value of the fixedUri property.- Parameters:
value- allowed object isUri
-
getFixedDate
Gets the value of the fixedDate property.- Returns:
- possible object is
Date
-
setFixedDate
Sets the value of the fixedDate property.- Parameters:
value- allowed object isDate
-
getFixedDateTime
Gets the value of the fixedDateTime property.- Returns:
- possible object is
DateTime
-
setFixedDateTime
Sets the value of the fixedDateTime property.- Parameters:
value- allowed object isDateTime
-
getFixedTime
Gets the value of the fixedTime property.- Returns:
- possible object is
Time
-
setFixedTime
Sets the value of the fixedTime property.- Parameters:
value- allowed object isTime
-
getFixedCode
Gets the value of the fixedCode property.- Returns:
- possible object is
Code
-
setFixedCode
Sets the value of the fixedCode property.- Parameters:
value- allowed object isCode
-
getFixedOid
Gets the value of the fixedOid property.- Returns:
- possible object is
Oid
-
setFixedOid
Sets the value of the fixedOid property.- Parameters:
value- allowed object isOid
-
getFixedUuid
Gets the value of the fixedUuid property.- Returns:
- possible object is
Uuid
-
setFixedUuid
Sets the value of the fixedUuid property.- Parameters:
value- allowed object isUuid
-
getFixedId
Gets the value of the fixedId property.- Returns:
- possible object is
Id
-
setFixedId
Sets the value of the fixedId property.- Parameters:
value- allowed object isId
-
getFixedUnsignedInt
Gets the value of the fixedUnsignedInt property.- Returns:
- possible object is
UnsignedInt
-
setFixedUnsignedInt
Sets the value of the fixedUnsignedInt property.- Parameters:
value- allowed object isUnsignedInt
-
getFixedPositiveInt
Gets the value of the fixedPositiveInt property.- Returns:
- possible object is
PositiveInt
-
setFixedPositiveInt
Sets the value of the fixedPositiveInt property.- Parameters:
value- allowed object isPositiveInt
-
getFixedMarkdown
Gets the value of the fixedMarkdown property.- Returns:
- possible object is
Markdown
-
setFixedMarkdown
Sets the value of the fixedMarkdown property.- Parameters:
value- allowed object isMarkdown
-
getFixedAnnotation
Gets the value of the fixedAnnotation property.- Returns:
- possible object is
Annotation
-
setFixedAnnotation
Sets the value of the fixedAnnotation property.- Parameters:
value- allowed object isAnnotation
-
getFixedAttachment
Gets the value of the fixedAttachment property.- Returns:
- possible object is
Attachment
-
setFixedAttachment
Sets the value of the fixedAttachment property.- Parameters:
value- allowed object isAttachment
-
getFixedIdentifier
Gets the value of the fixedIdentifier property.- Returns:
- possible object is
Identifier
-
setFixedIdentifier
Sets the value of the fixedIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getFixedCodeableConcept
Gets the value of the fixedCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setFixedCodeableConcept
Sets the value of the fixedCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getFixedCoding
Gets the value of the fixedCoding property.- Returns:
- possible object is
Coding
-
setFixedCoding
Sets the value of the fixedCoding property.- Parameters:
value- allowed object isCoding
-
getFixedQuantity
Gets the value of the fixedQuantity property.- Returns:
- possible object is
Quantity
-
setFixedQuantity
Sets the value of the fixedQuantity property.- Parameters:
value- allowed object isQuantity
-
getFixedRange
Gets the value of the fixedRange property.- Returns:
- possible object is
Range
-
setFixedRange
Sets the value of the fixedRange property.- Parameters:
value- allowed object isRange
-
getFixedPeriod
Gets the value of the fixedPeriod property.- Returns:
- possible object is
Period
-
setFixedPeriod
Sets the value of the fixedPeriod property.- Parameters:
value- allowed object isPeriod
-
getFixedRatio
Gets the value of the fixedRatio property.- Returns:
- possible object is
Ratio
-
setFixedRatio
Sets the value of the fixedRatio property.- Parameters:
value- allowed object isRatio
-
getFixedReference
Gets the value of the fixedReference property.- Returns:
- possible object is
Reference
-
setFixedReference
Sets the value of the fixedReference property.- Parameters:
value- allowed object isReference
-
getFixedSampledData
Gets the value of the fixedSampledData property.- Returns:
- possible object is
SampledData
-
setFixedSampledData
Sets the value of the fixedSampledData property.- Parameters:
value- allowed object isSampledData
-
getFixedSignature
Gets the value of the fixedSignature property.- Returns:
- possible object is
Signature
-
setFixedSignature
Sets the value of the fixedSignature property.- Parameters:
value- allowed object isSignature
-
getFixedHumanName
Gets the value of the fixedHumanName property.- Returns:
- possible object is
HumanName
-
setFixedHumanName
Sets the value of the fixedHumanName property.- Parameters:
value- allowed object isHumanName
-
getFixedAddress
Gets the value of the fixedAddress property.- Returns:
- possible object is
Address
-
setFixedAddress
Sets the value of the fixedAddress property.- Parameters:
value- allowed object isAddress
-
getFixedContactPoint
Gets the value of the fixedContactPoint property.- Returns:
- possible object is
ContactPoint
-
setFixedContactPoint
Sets the value of the fixedContactPoint property.- Parameters:
value- allowed object isContactPoint
-
getFixedTiming
Gets the value of the fixedTiming property.- Returns:
- possible object is
Timing
-
setFixedTiming
Sets the value of the fixedTiming property.- Parameters:
value- allowed object isTiming
-
getFixedMeta
Gets the value of the fixedMeta property.- Returns:
- possible object is
Meta
-
setFixedMeta
Sets the value of the fixedMeta property.- Parameters:
value- allowed object isMeta
-
getPatternBoolean
Gets the value of the patternBoolean property.- Returns:
- possible object is
Boolean
-
setPatternBoolean
Sets the value of the patternBoolean property.- Parameters:
value- allowed object isBoolean
-
getPatternInteger
Gets the value of the patternInteger property.- Returns:
- possible object is
Integer
-
setPatternInteger
Sets the value of the patternInteger property.- Parameters:
value- allowed object isInteger
-
getPatternDecimal
Gets the value of the patternDecimal property.- Returns:
- possible object is
Decimal
-
setPatternDecimal
Sets the value of the patternDecimal property.- Parameters:
value- allowed object isDecimal
-
getPatternBase64Binary
Gets the value of the patternBase64Binary property.- Returns:
- possible object is
Base64Binary
-
setPatternBase64Binary
Sets the value of the patternBase64Binary property.- Parameters:
value- allowed object isBase64Binary
-
getPatternInstant
Gets the value of the patternInstant property.- Returns:
- possible object is
Instant
-
setPatternInstant
Sets the value of the patternInstant property.- Parameters:
value- allowed object isInstant
-
getPatternString
Gets the value of the patternString property.- Returns:
- possible object is
String
-
setPatternString
Sets the value of the patternString property.- Parameters:
value- allowed object isString
-
getPatternUri
Gets the value of the patternUri property.- Returns:
- possible object is
Uri
-
setPatternUri
Sets the value of the patternUri property.- Parameters:
value- allowed object isUri
-
getPatternDate
Gets the value of the patternDate property.- Returns:
- possible object is
Date
-
setPatternDate
Sets the value of the patternDate property.- Parameters:
value- allowed object isDate
-
getPatternDateTime
Gets the value of the patternDateTime property.- Returns:
- possible object is
DateTime
-
setPatternDateTime
Sets the value of the patternDateTime property.- Parameters:
value- allowed object isDateTime
-
getPatternTime
Gets the value of the patternTime property.- Returns:
- possible object is
Time
-
setPatternTime
Sets the value of the patternTime property.- Parameters:
value- allowed object isTime
-
getPatternCode
Gets the value of the patternCode property.- Returns:
- possible object is
Code
-
setPatternCode
Sets the value of the patternCode property.- Parameters:
value- allowed object isCode
-
getPatternOid
Gets the value of the patternOid property.- Returns:
- possible object is
Oid
-
setPatternOid
Sets the value of the patternOid property.- Parameters:
value- allowed object isOid
-
getPatternUuid
Gets the value of the patternUuid property.- Returns:
- possible object is
Uuid
-
setPatternUuid
Sets the value of the patternUuid property.- Parameters:
value- allowed object isUuid
-
getPatternId
Gets the value of the patternId property.- Returns:
- possible object is
Id
-
setPatternId
Sets the value of the patternId property.- Parameters:
value- allowed object isId
-
getPatternUnsignedInt
Gets the value of the patternUnsignedInt property.- Returns:
- possible object is
UnsignedInt
-
setPatternUnsignedInt
Sets the value of the patternUnsignedInt property.- Parameters:
value- allowed object isUnsignedInt
-
getPatternPositiveInt
Gets the value of the patternPositiveInt property.- Returns:
- possible object is
PositiveInt
-
setPatternPositiveInt
Sets the value of the patternPositiveInt property.- Parameters:
value- allowed object isPositiveInt
-
getPatternMarkdown
Gets the value of the patternMarkdown property.- Returns:
- possible object is
Markdown
-
setPatternMarkdown
Sets the value of the patternMarkdown property.- Parameters:
value- allowed object isMarkdown
-
getPatternAnnotation
Gets the value of the patternAnnotation property.- Returns:
- possible object is
Annotation
-
setPatternAnnotation
Sets the value of the patternAnnotation property.- Parameters:
value- allowed object isAnnotation
-
getPatternAttachment
Gets the value of the patternAttachment property.- Returns:
- possible object is
Attachment
-
setPatternAttachment
Sets the value of the patternAttachment property.- Parameters:
value- allowed object isAttachment
-
getPatternIdentifier
Gets the value of the patternIdentifier property.- Returns:
- possible object is
Identifier
-
setPatternIdentifier
Sets the value of the patternIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getPatternCodeableConcept
Gets the value of the patternCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setPatternCodeableConcept
Sets the value of the patternCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getPatternCoding
Gets the value of the patternCoding property.- Returns:
- possible object is
Coding
-
setPatternCoding
Sets the value of the patternCoding property.- Parameters:
value- allowed object isCoding
-
getPatternQuantity
Gets the value of the patternQuantity property.- Returns:
- possible object is
Quantity
-
setPatternQuantity
Sets the value of the patternQuantity property.- Parameters:
value- allowed object isQuantity
-
getPatternRange
Gets the value of the patternRange property.- Returns:
- possible object is
Range
-
setPatternRange
Sets the value of the patternRange property.- Parameters:
value- allowed object isRange
-
getPatternPeriod
Gets the value of the patternPeriod property.- Returns:
- possible object is
Period
-
setPatternPeriod
Sets the value of the patternPeriod property.- Parameters:
value- allowed object isPeriod
-
getPatternRatio
Gets the value of the patternRatio property.- Returns:
- possible object is
Ratio
-
setPatternRatio
Sets the value of the patternRatio property.- Parameters:
value- allowed object isRatio
-
getPatternReference
Gets the value of the patternReference property.- Returns:
- possible object is
Reference
-
setPatternReference
Sets the value of the patternReference property.- Parameters:
value- allowed object isReference
-
getPatternSampledData
Gets the value of the patternSampledData property.- Returns:
- possible object is
SampledData
-
setPatternSampledData
Sets the value of the patternSampledData property.- Parameters:
value- allowed object isSampledData
-
getPatternSignature
Gets the value of the patternSignature property.- Returns:
- possible object is
Signature
-
setPatternSignature
Sets the value of the patternSignature property.- Parameters:
value- allowed object isSignature
-
getPatternHumanName
Gets the value of the patternHumanName property.- Returns:
- possible object is
HumanName
-
setPatternHumanName
Sets the value of the patternHumanName property.- Parameters:
value- allowed object isHumanName
-
getPatternAddress
Gets the value of the patternAddress property.- Returns:
- possible object is
Address
-
setPatternAddress
Sets the value of the patternAddress property.- Parameters:
value- allowed object isAddress
-
getPatternContactPoint
Gets the value of the patternContactPoint property.- Returns:
- possible object is
ContactPoint
-
setPatternContactPoint
Sets the value of the patternContactPoint property.- Parameters:
value- allowed object isContactPoint
-
getPatternTiming
Gets the value of the patternTiming property.- Returns:
- possible object is
Timing
-
setPatternTiming
Sets the value of the patternTiming property.- Parameters:
value- allowed object isTiming
-
getPatternMeta
Gets the value of the patternMeta property.- Returns:
- possible object is
Meta
-
setPatternMeta
Sets the value of the patternMeta property.- Parameters:
value- allowed object isMeta
-
getExampleBoolean
Gets the value of the exampleBoolean property.- Returns:
- possible object is
Boolean
-
setExampleBoolean
Sets the value of the exampleBoolean property.- Parameters:
value- allowed object isBoolean
-
getExampleInteger
Gets the value of the exampleInteger property.- Returns:
- possible object is
Integer
-
setExampleInteger
Sets the value of the exampleInteger property.- Parameters:
value- allowed object isInteger
-
getExampleDecimal
Gets the value of the exampleDecimal property.- Returns:
- possible object is
Decimal
-
setExampleDecimal
Sets the value of the exampleDecimal property.- Parameters:
value- allowed object isDecimal
-
getExampleBase64Binary
Gets the value of the exampleBase64Binary property.- Returns:
- possible object is
Base64Binary
-
setExampleBase64Binary
Sets the value of the exampleBase64Binary property.- Parameters:
value- allowed object isBase64Binary
-
getExampleInstant
Gets the value of the exampleInstant property.- Returns:
- possible object is
Instant
-
setExampleInstant
Sets the value of the exampleInstant property.- Parameters:
value- allowed object isInstant
-
getExampleString
Gets the value of the exampleString property.- Returns:
- possible object is
String
-
setExampleString
Sets the value of the exampleString property.- Parameters:
value- allowed object isString
-
getExampleUri
Gets the value of the exampleUri property.- Returns:
- possible object is
Uri
-
setExampleUri
Sets the value of the exampleUri property.- Parameters:
value- allowed object isUri
-
getExampleDate
Gets the value of the exampleDate property.- Returns:
- possible object is
Date
-
setExampleDate
Sets the value of the exampleDate property.- Parameters:
value- allowed object isDate
-
getExampleDateTime
Gets the value of the exampleDateTime property.- Returns:
- possible object is
DateTime
-
setExampleDateTime
Sets the value of the exampleDateTime property.- Parameters:
value- allowed object isDateTime
-
getExampleTime
Gets the value of the exampleTime property.- Returns:
- possible object is
Time
-
setExampleTime
Sets the value of the exampleTime property.- Parameters:
value- allowed object isTime
-
getExampleCode
Gets the value of the exampleCode property.- Returns:
- possible object is
Code
-
setExampleCode
Sets the value of the exampleCode property.- Parameters:
value- allowed object isCode
-
getExampleOid
Gets the value of the exampleOid property.- Returns:
- possible object is
Oid
-
setExampleOid
Sets the value of the exampleOid property.- Parameters:
value- allowed object isOid
-
getExampleUuid
Gets the value of the exampleUuid property.- Returns:
- possible object is
Uuid
-
setExampleUuid
Sets the value of the exampleUuid property.- Parameters:
value- allowed object isUuid
-
getExampleId
Gets the value of the exampleId property.- Returns:
- possible object is
Id
-
setExampleId
Sets the value of the exampleId property.- Parameters:
value- allowed object isId
-
getExampleUnsignedInt
Gets the value of the exampleUnsignedInt property.- Returns:
- possible object is
UnsignedInt
-
setExampleUnsignedInt
Sets the value of the exampleUnsignedInt property.- Parameters:
value- allowed object isUnsignedInt
-
getExamplePositiveInt
Gets the value of the examplePositiveInt property.- Returns:
- possible object is
PositiveInt
-
setExamplePositiveInt
Sets the value of the examplePositiveInt property.- Parameters:
value- allowed object isPositiveInt
-
getExampleMarkdown
Gets the value of the exampleMarkdown property.- Returns:
- possible object is
Markdown
-
setExampleMarkdown
Sets the value of the exampleMarkdown property.- Parameters:
value- allowed object isMarkdown
-
getExampleAnnotation
Gets the value of the exampleAnnotation property.- Returns:
- possible object is
Annotation
-
setExampleAnnotation
Sets the value of the exampleAnnotation property.- Parameters:
value- allowed object isAnnotation
-
getExampleAttachment
Gets the value of the exampleAttachment property.- Returns:
- possible object is
Attachment
-
setExampleAttachment
Sets the value of the exampleAttachment property.- Parameters:
value- allowed object isAttachment
-
getExampleIdentifier
Gets the value of the exampleIdentifier property.- Returns:
- possible object is
Identifier
-
setExampleIdentifier
Sets the value of the exampleIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getExampleCodeableConcept
Gets the value of the exampleCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setExampleCodeableConcept
Sets the value of the exampleCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getExampleCoding
Gets the value of the exampleCoding property.- Returns:
- possible object is
Coding
-
setExampleCoding
Sets the value of the exampleCoding property.- Parameters:
value- allowed object isCoding
-
getExampleQuantity
Gets the value of the exampleQuantity property.- Returns:
- possible object is
Quantity
-
setExampleQuantity
Sets the value of the exampleQuantity property.- Parameters:
value- allowed object isQuantity
-
getExampleRange
Gets the value of the exampleRange property.- Returns:
- possible object is
Range
-
setExampleRange
Sets the value of the exampleRange property.- Parameters:
value- allowed object isRange
-
getExamplePeriod
Gets the value of the examplePeriod property.- Returns:
- possible object is
Period
-
setExamplePeriod
Sets the value of the examplePeriod property.- Parameters:
value- allowed object isPeriod
-
getExampleRatio
Gets the value of the exampleRatio property.- Returns:
- possible object is
Ratio
-
setExampleRatio
Sets the value of the exampleRatio property.- Parameters:
value- allowed object isRatio
-
getExampleReference
Gets the value of the exampleReference property.- Returns:
- possible object is
Reference
-
setExampleReference
Sets the value of the exampleReference property.- Parameters:
value- allowed object isReference
-
getExampleSampledData
Gets the value of the exampleSampledData property.- Returns:
- possible object is
SampledData
-
setExampleSampledData
Sets the value of the exampleSampledData property.- Parameters:
value- allowed object isSampledData
-
getExampleSignature
Gets the value of the exampleSignature property.- Returns:
- possible object is
Signature
-
setExampleSignature
Sets the value of the exampleSignature property.- Parameters:
value- allowed object isSignature
-
getExampleHumanName
Gets the value of the exampleHumanName property.- Returns:
- possible object is
HumanName
-
setExampleHumanName
Sets the value of the exampleHumanName property.- Parameters:
value- allowed object isHumanName
-
getExampleAddress
Gets the value of the exampleAddress property.- Returns:
- possible object is
Address
-
setExampleAddress
Sets the value of the exampleAddress property.- Parameters:
value- allowed object isAddress
-
getExampleContactPoint
Gets the value of the exampleContactPoint property.- Returns:
- possible object is
ContactPoint
-
setExampleContactPoint
Sets the value of the exampleContactPoint property.- Parameters:
value- allowed object isContactPoint
-
getExampleTiming
Gets the value of the exampleTiming property.- Returns:
- possible object is
Timing
-
setExampleTiming
Sets the value of the exampleTiming property.- Parameters:
value- allowed object isTiming
-
getExampleMeta
Gets the value of the exampleMeta property.- Returns:
- possible object is
Meta
-
setExampleMeta
Sets the value of the exampleMeta property.- Parameters:
value- allowed object isMeta
-
getMinValueBoolean
Gets the value of the minValueBoolean property.- Returns:
- possible object is
Boolean
-
setMinValueBoolean
Sets the value of the minValueBoolean property.- Parameters:
value- allowed object isBoolean
-
getMinValueInteger
Gets the value of the minValueInteger property.- Returns:
- possible object is
Integer
-
setMinValueInteger
Sets the value of the minValueInteger property.- Parameters:
value- allowed object isInteger
-
getMinValueDecimal
Gets the value of the minValueDecimal property.- Returns:
- possible object is
Decimal
-
setMinValueDecimal
Sets the value of the minValueDecimal property.- Parameters:
value- allowed object isDecimal
-
getMinValueBase64Binary
Gets the value of the minValueBase64Binary property.- Returns:
- possible object is
Base64Binary
-
setMinValueBase64Binary
Sets the value of the minValueBase64Binary property.- Parameters:
value- allowed object isBase64Binary
-
getMinValueInstant
Gets the value of the minValueInstant property.- Returns:
- possible object is
Instant
-
setMinValueInstant
Sets the value of the minValueInstant property.- Parameters:
value- allowed object isInstant
-
getMinValueString
Gets the value of the minValueString property.- Returns:
- possible object is
String
-
setMinValueString
Sets the value of the minValueString property.- Parameters:
value- allowed object isString
-
getMinValueUri
Gets the value of the minValueUri property.- Returns:
- possible object is
Uri
-
setMinValueUri
Sets the value of the minValueUri property.- Parameters:
value- allowed object isUri
-
getMinValueDate
Gets the value of the minValueDate property.- Returns:
- possible object is
Date
-
setMinValueDate
Sets the value of the minValueDate property.- Parameters:
value- allowed object isDate
-
getMinValueDateTime
Gets the value of the minValueDateTime property.- Returns:
- possible object is
DateTime
-
setMinValueDateTime
Sets the value of the minValueDateTime property.- Parameters:
value- allowed object isDateTime
-
getMinValueTime
Gets the value of the minValueTime property.- Returns:
- possible object is
Time
-
setMinValueTime
Sets the value of the minValueTime property.- Parameters:
value- allowed object isTime
-
getMinValueCode
Gets the value of the minValueCode property.- Returns:
- possible object is
Code
-
setMinValueCode
Sets the value of the minValueCode property.- Parameters:
value- allowed object isCode
-
getMinValueOid
Gets the value of the minValueOid property.- Returns:
- possible object is
Oid
-
setMinValueOid
Sets the value of the minValueOid property.- Parameters:
value- allowed object isOid
-
getMinValueUuid
Gets the value of the minValueUuid property.- Returns:
- possible object is
Uuid
-
setMinValueUuid
Sets the value of the minValueUuid property.- Parameters:
value- allowed object isUuid
-
getMinValueId
Gets the value of the minValueId property.- Returns:
- possible object is
Id
-
setMinValueId
Sets the value of the minValueId property.- Parameters:
value- allowed object isId
-
getMinValueUnsignedInt
Gets the value of the minValueUnsignedInt property.- Returns:
- possible object is
UnsignedInt
-
setMinValueUnsignedInt
Sets the value of the minValueUnsignedInt property.- Parameters:
value- allowed object isUnsignedInt
-
getMinValuePositiveInt
Gets the value of the minValuePositiveInt property.- Returns:
- possible object is
PositiveInt
-
setMinValuePositiveInt
Sets the value of the minValuePositiveInt property.- Parameters:
value- allowed object isPositiveInt
-
getMinValueMarkdown
Gets the value of the minValueMarkdown property.- Returns:
- possible object is
Markdown
-
setMinValueMarkdown
Sets the value of the minValueMarkdown property.- Parameters:
value- allowed object isMarkdown
-
getMinValueAnnotation
Gets the value of the minValueAnnotation property.- Returns:
- possible object is
Annotation
-
setMinValueAnnotation
Sets the value of the minValueAnnotation property.- Parameters:
value- allowed object isAnnotation
-
getMinValueAttachment
Gets the value of the minValueAttachment property.- Returns:
- possible object is
Attachment
-
setMinValueAttachment
Sets the value of the minValueAttachment property.- Parameters:
value- allowed object isAttachment
-
getMinValueIdentifier
Gets the value of the minValueIdentifier property.- Returns:
- possible object is
Identifier
-
setMinValueIdentifier
Sets the value of the minValueIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getMinValueCodeableConcept
Gets the value of the minValueCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setMinValueCodeableConcept
Sets the value of the minValueCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getMinValueCoding
Gets the value of the minValueCoding property.- Returns:
- possible object is
Coding
-
setMinValueCoding
Sets the value of the minValueCoding property.- Parameters:
value- allowed object isCoding
-
getMinValueQuantity
Gets the value of the minValueQuantity property.- Returns:
- possible object is
Quantity
-
setMinValueQuantity
Sets the value of the minValueQuantity property.- Parameters:
value- allowed object isQuantity
-
getMinValueRange
Gets the value of the minValueRange property.- Returns:
- possible object is
Range
-
setMinValueRange
Sets the value of the minValueRange property.- Parameters:
value- allowed object isRange
-
getMinValuePeriod
Gets the value of the minValuePeriod property.- Returns:
- possible object is
Period
-
setMinValuePeriod
Sets the value of the minValuePeriod property.- Parameters:
value- allowed object isPeriod
-
getMinValueRatio
Gets the value of the minValueRatio property.- Returns:
- possible object is
Ratio
-
setMinValueRatio
Sets the value of the minValueRatio property.- Parameters:
value- allowed object isRatio
-
getMinValueReference
Gets the value of the minValueReference property.- Returns:
- possible object is
Reference
-
setMinValueReference
Sets the value of the minValueReference property.- Parameters:
value- allowed object isReference
-
getMinValueSampledData
Gets the value of the minValueSampledData property.- Returns:
- possible object is
SampledData
-
setMinValueSampledData
Sets the value of the minValueSampledData property.- Parameters:
value- allowed object isSampledData
-
getMinValueSignature
Gets the value of the minValueSignature property.- Returns:
- possible object is
Signature
-
setMinValueSignature
Sets the value of the minValueSignature property.- Parameters:
value- allowed object isSignature
-
getMinValueHumanName
Gets the value of the minValueHumanName property.- Returns:
- possible object is
HumanName
-
setMinValueHumanName
Sets the value of the minValueHumanName property.- Parameters:
value- allowed object isHumanName
-
getMinValueAddress
Gets the value of the minValueAddress property.- Returns:
- possible object is
Address
-
setMinValueAddress
Sets the value of the minValueAddress property.- Parameters:
value- allowed object isAddress
-
getMinValueContactPoint
Gets the value of the minValueContactPoint property.- Returns:
- possible object is
ContactPoint
-
setMinValueContactPoint
Sets the value of the minValueContactPoint property.- Parameters:
value- allowed object isContactPoint
-
getMinValueTiming
Gets the value of the minValueTiming property.- Returns:
- possible object is
Timing
-
setMinValueTiming
Sets the value of the minValueTiming property.- Parameters:
value- allowed object isTiming
-
getMinValueMeta
Gets the value of the minValueMeta property.- Returns:
- possible object is
Meta
-
setMinValueMeta
Sets the value of the minValueMeta property.- Parameters:
value- allowed object isMeta
-
getMaxValueBoolean
Gets the value of the maxValueBoolean property.- Returns:
- possible object is
Boolean
-
setMaxValueBoolean
Sets the value of the maxValueBoolean property.- Parameters:
value- allowed object isBoolean
-
getMaxValueInteger
Gets the value of the maxValueInteger property.- Returns:
- possible object is
Integer
-
setMaxValueInteger
Sets the value of the maxValueInteger property.- Parameters:
value- allowed object isInteger
-
getMaxValueDecimal
Gets the value of the maxValueDecimal property.- Returns:
- possible object is
Decimal
-
setMaxValueDecimal
Sets the value of the maxValueDecimal property.- Parameters:
value- allowed object isDecimal
-
getMaxValueBase64Binary
Gets the value of the maxValueBase64Binary property.- Returns:
- possible object is
Base64Binary
-
setMaxValueBase64Binary
Sets the value of the maxValueBase64Binary property.- Parameters:
value- allowed object isBase64Binary
-
getMaxValueInstant
Gets the value of the maxValueInstant property.- Returns:
- possible object is
Instant
-
setMaxValueInstant
Sets the value of the maxValueInstant property.- Parameters:
value- allowed object isInstant
-
getMaxValueString
Gets the value of the maxValueString property.- Returns:
- possible object is
String
-
setMaxValueString
Sets the value of the maxValueString property.- Parameters:
value- allowed object isString
-
getMaxValueUri
Gets the value of the maxValueUri property.- Returns:
- possible object is
Uri
-
setMaxValueUri
Sets the value of the maxValueUri property.- Parameters:
value- allowed object isUri
-
getMaxValueDate
Gets the value of the maxValueDate property.- Returns:
- possible object is
Date
-
setMaxValueDate
Sets the value of the maxValueDate property.- Parameters:
value- allowed object isDate
-
getMaxValueDateTime
Gets the value of the maxValueDateTime property.- Returns:
- possible object is
DateTime
-
setMaxValueDateTime
Sets the value of the maxValueDateTime property.- Parameters:
value- allowed object isDateTime
-
getMaxValueTime
Gets the value of the maxValueTime property.- Returns:
- possible object is
Time
-
setMaxValueTime
Sets the value of the maxValueTime property.- Parameters:
value- allowed object isTime
-
getMaxValueCode
Gets the value of the maxValueCode property.- Returns:
- possible object is
Code
-
setMaxValueCode
Sets the value of the maxValueCode property.- Parameters:
value- allowed object isCode
-
getMaxValueOid
Gets the value of the maxValueOid property.- Returns:
- possible object is
Oid
-
setMaxValueOid
Sets the value of the maxValueOid property.- Parameters:
value- allowed object isOid
-
getMaxValueUuid
Gets the value of the maxValueUuid property.- Returns:
- possible object is
Uuid
-
setMaxValueUuid
Sets the value of the maxValueUuid property.- Parameters:
value- allowed object isUuid
-
getMaxValueId
Gets the value of the maxValueId property.- Returns:
- possible object is
Id
-
setMaxValueId
Sets the value of the maxValueId property.- Parameters:
value- allowed object isId
-
getMaxValueUnsignedInt
Gets the value of the maxValueUnsignedInt property.- Returns:
- possible object is
UnsignedInt
-
setMaxValueUnsignedInt
Sets the value of the maxValueUnsignedInt property.- Parameters:
value- allowed object isUnsignedInt
-
getMaxValuePositiveInt
Gets the value of the maxValuePositiveInt property.- Returns:
- possible object is
PositiveInt
-
setMaxValuePositiveInt
Sets the value of the maxValuePositiveInt property.- Parameters:
value- allowed object isPositiveInt
-
getMaxValueMarkdown
Gets the value of the maxValueMarkdown property.- Returns:
- possible object is
Markdown
-
setMaxValueMarkdown
Sets the value of the maxValueMarkdown property.- Parameters:
value- allowed object isMarkdown
-
getMaxValueAnnotation
Gets the value of the maxValueAnnotation property.- Returns:
- possible object is
Annotation
-
setMaxValueAnnotation
Sets the value of the maxValueAnnotation property.- Parameters:
value- allowed object isAnnotation
-
getMaxValueAttachment
Gets the value of the maxValueAttachment property.- Returns:
- possible object is
Attachment
-
setMaxValueAttachment
Sets the value of the maxValueAttachment property.- Parameters:
value- allowed object isAttachment
-
getMaxValueIdentifier
Gets the value of the maxValueIdentifier property.- Returns:
- possible object is
Identifier
-
setMaxValueIdentifier
Sets the value of the maxValueIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getMaxValueCodeableConcept
Gets the value of the maxValueCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setMaxValueCodeableConcept
Sets the value of the maxValueCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getMaxValueCoding
Gets the value of the maxValueCoding property.- Returns:
- possible object is
Coding
-
setMaxValueCoding
Sets the value of the maxValueCoding property.- Parameters:
value- allowed object isCoding
-
getMaxValueQuantity
Gets the value of the maxValueQuantity property.- Returns:
- possible object is
Quantity
-
setMaxValueQuantity
Sets the value of the maxValueQuantity property.- Parameters:
value- allowed object isQuantity
-
getMaxValueRange
Gets the value of the maxValueRange property.- Returns:
- possible object is
Range
-
setMaxValueRange
Sets the value of the maxValueRange property.- Parameters:
value- allowed object isRange
-
getMaxValuePeriod
Gets the value of the maxValuePeriod property.- Returns:
- possible object is
Period
-
setMaxValuePeriod
Sets the value of the maxValuePeriod property.- Parameters:
value- allowed object isPeriod
-
getMaxValueRatio
Gets the value of the maxValueRatio property.- Returns:
- possible object is
Ratio
-
setMaxValueRatio
Sets the value of the maxValueRatio property.- Parameters:
value- allowed object isRatio
-
getMaxValueReference
Gets the value of the maxValueReference property.- Returns:
- possible object is
Reference
-
setMaxValueReference
Sets the value of the maxValueReference property.- Parameters:
value- allowed object isReference
-
getMaxValueSampledData
Gets the value of the maxValueSampledData property.- Returns:
- possible object is
SampledData
-
setMaxValueSampledData
Sets the value of the maxValueSampledData property.- Parameters:
value- allowed object isSampledData
-
getMaxValueSignature
Gets the value of the maxValueSignature property.- Returns:
- possible object is
Signature
-
setMaxValueSignature
Sets the value of the maxValueSignature property.- Parameters:
value- allowed object isSignature
-
getMaxValueHumanName
Gets the value of the maxValueHumanName property.- Returns:
- possible object is
HumanName
-
setMaxValueHumanName
Sets the value of the maxValueHumanName property.- Parameters:
value- allowed object isHumanName
-
getMaxValueAddress
Gets the value of the maxValueAddress property.- Returns:
- possible object is
Address
-
setMaxValueAddress
Sets the value of the maxValueAddress property.- Parameters:
value- allowed object isAddress
-
getMaxValueContactPoint
Gets the value of the maxValueContactPoint property.- Returns:
- possible object is
ContactPoint
-
setMaxValueContactPoint
Sets the value of the maxValueContactPoint property.- Parameters:
value- allowed object isContactPoint
-
getMaxValueTiming
Gets the value of the maxValueTiming property.- Returns:
- possible object is
Timing
-
setMaxValueTiming
Sets the value of the maxValueTiming property.- Parameters:
value- allowed object isTiming
-
getMaxValueMeta
Gets the value of the maxValueMeta property.- Returns:
- possible object is
Meta
-
setMaxValueMeta
Sets the value of the maxValueMeta property.- Parameters:
value- allowed object isMeta
-
getMaxLength
Gets the value of the maxLength property.- Returns:
- possible object is
Integer
-
setMaxLength
Sets the value of the maxLength property.- Parameters:
value- allowed object isInteger
-
getCondition
Gets the value of the condition property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the condition property.For example, to add a new item, do as follows:
getCondition().add(newItem);Objects of the following type(s) are allowed in the list
Id -
getConstraint
Gets the value of the constraint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the constraint property.For example, to add a new item, do as follows:
getConstraint().add(newItem);Objects of the following type(s) are allowed in the list
ElementDefinitionConstraint -
getMustSupport
Gets the value of the mustSupport property.- Returns:
- possible object is
Boolean
-
setMustSupport
Sets the value of the mustSupport property.- Parameters:
value- allowed object isBoolean
-
getIsModifier
Gets the value of the isModifier property.- Returns:
- possible object is
Boolean
-
setIsModifier
Sets the value of the isModifier property.- Parameters:
value- allowed object isBoolean
-
getIsSummary
Gets the value of the isSummary property.- Returns:
- possible object is
Boolean
-
setIsSummary
Sets the value of the isSummary property.- Parameters:
value- allowed object isBoolean
-
getBinding
Gets the value of the binding property.- Returns:
- possible object is
ElementDefinitionBinding
-
setBinding
Sets the value of the binding property.- Parameters:
value- allowed object isElementDefinitionBinding
-
getMapping
Gets the value of the mapping property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the mapping property.For example, to add a new item, do as follows:
getMapping().add(newItem);Objects of the following type(s) are allowed in the list
ElementDefinitionMapping -
withPath
-
withRepresentation
-
withRepresentation
-
withName
-
withLabel
-
withCode
-
withCode
-
withSlicing
-
withShort
-
withDefinition
-
withComments
-
withRequirements
-
withAlias
-
withAlias
-
withMin
-
withMax
-
withBase
-
withContentReference
-
withType
-
withType
-
withDefaultValueBoolean
-
withDefaultValueInteger
-
withDefaultValueDecimal
-
withDefaultValueBase64Binary
-
withDefaultValueInstant
-
withDefaultValueString
-
withDefaultValueUri
-
withDefaultValueDate
-
withDefaultValueDateTime
-
withDefaultValueTime
-
withDefaultValueCode
-
withDefaultValueOid
-
withDefaultValueUuid
-
withDefaultValueId
-
withDefaultValueUnsignedInt
-
withDefaultValuePositiveInt
-
withDefaultValueMarkdown
-
withDefaultValueAnnotation
-
withDefaultValueAttachment
-
withDefaultValueIdentifier
-
withDefaultValueCodeableConcept
-
withDefaultValueCoding
-
withDefaultValueQuantity
-
withDefaultValueRange
-
withDefaultValuePeriod
-
withDefaultValueRatio
-
withDefaultValueReference
-
withDefaultValueSampledData
-
withDefaultValueSignature
-
withDefaultValueHumanName
-
withDefaultValueAddress
-
withDefaultValueContactPoint
-
withDefaultValueTiming
-
withDefaultValueMeta
-
withMeaningWhenMissing
-
withFixedBoolean
-
withFixedInteger
-
withFixedDecimal
-
withFixedBase64Binary
-
withFixedInstant
-
withFixedString
-
withFixedUri
-
withFixedDate
-
withFixedDateTime
-
withFixedTime
-
withFixedCode
-
withFixedOid
-
withFixedUuid
-
withFixedId
-
withFixedUnsignedInt
-
withFixedPositiveInt
-
withFixedMarkdown
-
withFixedAnnotation
-
withFixedAttachment
-
withFixedIdentifier
-
withFixedCodeableConcept
-
withFixedCoding
-
withFixedQuantity
-
withFixedRange
-
withFixedPeriod
-
withFixedRatio
-
withFixedReference
-
withFixedSampledData
-
withFixedSignature
-
withFixedHumanName
-
withFixedAddress
-
withFixedContactPoint
-
withFixedTiming
-
withFixedMeta
-
withPatternBoolean
-
withPatternInteger
-
withPatternDecimal
-
withPatternBase64Binary
-
withPatternInstant
-
withPatternString
-
withPatternUri
-
withPatternDate
-
withPatternDateTime
-
withPatternTime
-
withPatternCode
-
withPatternOid
-
withPatternUuid
-
withPatternId
-
withPatternUnsignedInt
-
withPatternPositiveInt
-
withPatternMarkdown
-
withPatternAnnotation
-
withPatternAttachment
-
withPatternIdentifier
-
withPatternCodeableConcept
-
withPatternCoding
-
withPatternQuantity
-
withPatternRange
-
withPatternPeriod
-
withPatternRatio
-
withPatternReference
-
withPatternSampledData
-
withPatternSignature
-
withPatternHumanName
-
withPatternAddress
-
withPatternContactPoint
-
withPatternTiming
-
withPatternMeta
-
withExampleBoolean
-
withExampleInteger
-
withExampleDecimal
-
withExampleBase64Binary
-
withExampleInstant
-
withExampleString
-
withExampleUri
-
withExampleDate
-
withExampleDateTime
-
withExampleTime
-
withExampleCode
-
withExampleOid
-
withExampleUuid
-
withExampleId
-
withExampleUnsignedInt
-
withExamplePositiveInt
-
withExampleMarkdown
-
withExampleAnnotation
-
withExampleAttachment
-
withExampleIdentifier
-
withExampleCodeableConcept
-
withExampleCoding
-
withExampleQuantity
-
withExampleRange
-
withExamplePeriod
-
withExampleRatio
-
withExampleReference
-
withExampleSampledData
-
withExampleSignature
-
withExampleHumanName
-
withExampleAddress
-
withExampleContactPoint
-
withExampleTiming
-
withExampleMeta
-
withMinValueBoolean
-
withMinValueInteger
-
withMinValueDecimal
-
withMinValueBase64Binary
-
withMinValueInstant
-
withMinValueString
-
withMinValueUri
-
withMinValueDate
-
withMinValueDateTime
-
withMinValueTime
-
withMinValueCode
-
withMinValueOid
-
withMinValueUuid
-
withMinValueId
-
withMinValueUnsignedInt
-
withMinValuePositiveInt
-
withMinValueMarkdown
-
withMinValueAnnotation
-
withMinValueAttachment
-
withMinValueIdentifier
-
withMinValueCodeableConcept
-
withMinValueCoding
-
withMinValueQuantity
-
withMinValueRange
-
withMinValuePeriod
-
withMinValueRatio
-
withMinValueReference
-
withMinValueSampledData
-
withMinValueSignature
-
withMinValueHumanName
-
withMinValueAddress
-
withMinValueContactPoint
-
withMinValueTiming
-
withMinValueMeta
-
withMaxValueBoolean
-
withMaxValueInteger
-
withMaxValueDecimal
-
withMaxValueBase64Binary
-
withMaxValueInstant
-
withMaxValueString
-
withMaxValueUri
-
withMaxValueDate
-
withMaxValueDateTime
-
withMaxValueTime
-
withMaxValueCode
-
withMaxValueOid
-
withMaxValueUuid
-
withMaxValueId
-
withMaxValueUnsignedInt
-
withMaxValuePositiveInt
-
withMaxValueMarkdown
-
withMaxValueAnnotation
-
withMaxValueAttachment
-
withMaxValueIdentifier
-
withMaxValueCodeableConcept
-
withMaxValueCoding
-
withMaxValueQuantity
-
withMaxValueRange
-
withMaxValuePeriod
-
withMaxValueRatio
-
withMaxValueReference
-
withMaxValueSampledData
-
withMaxValueSignature
-
withMaxValueHumanName
-
withMaxValueAddress
-
withMaxValueContactPoint
-
withMaxValueTiming
-
withMaxValueMeta
-
withMaxLength
-
withCondition
-
withCondition
-
withConstraint
-
withConstraint
-
withMustSupport
-
withIsModifier
-
withIsSummary
-
withBinding
-
withMapping
-
withMapping
-
withExtension
- Overrides:
withExtensionin classElement
-
withExtension
- Overrides:
withExtensionin classElement
-
withId
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-
setRepresentation
-
setCode
-
setAlias
-
setType
-
setCondition
-
setConstraint
-
setMapping
-