Class ElementDefinitionType
- 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.Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementDefinition.Type">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="code" type="{http://hl7.org/fhir}code"/>
<element name="profile" type="{http://hl7.org/fhir}uri" maxOccurs="unbounded" minOccurs="0"/>
<element name="aggregation" type="{http://hl7.org/fhir}AggregationMode" maxOccurs="unbounded" minOccurs="0"/>
<element name="versioning" type="{http://hl7.org/fhir}ReferenceVersionRules" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AggregationMode> protected Codeprotected ReferenceVersionRules -
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) Gets the value of the aggregation property.getCode()Gets the value of the code property.Gets the value of the profile property.Gets the value of the versioning property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAggregation(List<AggregationMode> value) voidSets the value of the code property.voidsetProfile(List<Uri> value) voidSets the value of the versioning property.toString()withAggregation(Collection<AggregationMode> values) withAggregation(AggregationMode... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withProfile(Collection<Uri> values) withProfile(Uri... values) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
code
-
profile
-
aggregation
-
versioning
-
-
Constructor Details
-
ElementDefinitionType
public ElementDefinitionType()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
Code
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCode
-
getProfile
Gets the value of the profile 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 profile property.For example, to add a new item, do as follows:
getProfile().add(newItem);Objects of the following type(s) are allowed in the list
Uri -
getAggregation
Gets the value of the aggregation 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 aggregation property.For example, to add a new item, do as follows:
getAggregation().add(newItem);Objects of the following type(s) are allowed in the list
AggregationMode -
getVersioning
Gets the value of the versioning property.- Returns:
- possible object is
ReferenceVersionRules
-
setVersioning
Sets the value of the versioning property.- Parameters:
value- allowed object isReferenceVersionRules
-
withCode
-
withProfile
-
withProfile
-
withAggregation
-
withAggregation
-
withVersioning
-
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
-
setProfile
-
setAggregation
-