Class ModuleDefinition
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ModuleDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModuleDefinition">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="model" type="{http://hl7.org/fhir}ModuleDefinition.Model" maxOccurs="unbounded" minOccurs="0"/>
<element name="library" type="{http://hl7.org/fhir}ModuleDefinition.Library" maxOccurs="unbounded" minOccurs="0"/>
<element name="codeSystem" type="{http://hl7.org/fhir}ModuleDefinition.CodeSystem" maxOccurs="unbounded" minOccurs="0"/>
<element name="valueSet" type="{http://hl7.org/fhir}ModuleDefinition.ValueSet" maxOccurs="unbounded" minOccurs="0"/>
<element name="parameter" type="{http://hl7.org/fhir}ModuleDefinition.Parameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="data" type="{http://hl7.org/fhir}ModuleDefinition.Data" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ModuleDefinitionCodeSystem> protected List<ModuleDefinitionData> protected List<Identifier> protected List<ModuleDefinitionLibrary> protected List<ModuleDefinitionModel> protected List<ModuleDefinitionParameter> protected List<ModuleDefinitionValueSet> protected StringFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
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 codeSystem property.getData()Gets the value of the data property.Gets the value of the identifier property.Gets the value of the library property.getModel()Gets the value of the model property.Gets the value of the parameter property.Gets the value of the valueSet property.Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidvoidsetData(List<ModuleDefinitionData> value) voidsetIdentifier(List<Identifier> value) voidsetLibrary(List<ModuleDefinitionLibrary> value) voidsetModel(List<ModuleDefinitionModel> value) voidvoidsetValueSet(List<ModuleDefinitionValueSet> value) voidsetVersion(String value) Sets the value of the version property.toString()withCodeSystem(ModuleDefinitionCodeSystem... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withData(Collection<ModuleDefinitionData> values) withData(ModuleDefinitionData... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withLibrary(Collection<ModuleDefinitionLibrary> values) withLibrary(ModuleDefinitionLibrary... values) withModel(Collection<ModuleDefinitionModel> values) withModel(ModuleDefinitionModel... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withParameter(ModuleDefinitionParameter... values) withValueSet(ModuleDefinitionValueSet... values) withVersion(String value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
version
-
model
-
library
-
codeSystem
-
valueSet
-
parameter
-
data
-
-
Constructor Details
-
ModuleDefinition
public ModuleDefinition()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier 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 identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getModel
Gets the value of the model 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 model property.For example, to add a new item, do as follows:
getModel().add(newItem);Objects of the following type(s) are allowed in the list
ModuleDefinitionModel -
getLibrary
Gets the value of the library 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 library property.For example, to add a new item, do as follows:
getLibrary().add(newItem);Objects of the following type(s) are allowed in the list
ModuleDefinitionLibrary -
getCodeSystem
Gets the value of the codeSystem 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 codeSystem property.For example, to add a new item, do as follows:
getCodeSystem().add(newItem);Objects of the following type(s) are allowed in the list
ModuleDefinitionCodeSystem -
getValueSet
Gets the value of the valueSet 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 valueSet property.For example, to add a new item, do as follows:
getValueSet().add(newItem);Objects of the following type(s) are allowed in the list
ModuleDefinitionValueSet -
getParameter
Gets the value of the parameter 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 parameter property.For example, to add a new item, do as follows:
getParameter().add(newItem);Objects of the following type(s) are allowed in the list
ModuleDefinitionParameter -
getData
Gets the value of the data 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 data property.For example, to add a new item, do as follows:
getData().add(newItem);Objects of the following type(s) are allowed in the list
ModuleDefinitionData -
withIdentifier
-
withIdentifier
-
withVersion
-
withModel
-
withModel
-
withLibrary
-
withLibrary
-
withCodeSystem
-
withCodeSystem
-
withValueSet
-
withValueSet
-
withParameter
-
withParameter
-
withData
-
withData
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
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) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
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 classDomainResource
-
setIdentifier
-
setModel
-
setLibrary
-
setCodeSystem
-
setValueSet
-
setParameter
-
setData
-