Class ModuleMetadata
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ModuleMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModuleMetadata">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="url" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<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="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="type" type="{http://hl7.org/fhir}ModuleMetadataType"/>
<element name="status" type="{http://hl7.org/fhir}ModuleMetadataStatus"/>
<element name="experimental" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="purpose" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="usage" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="publicationDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
<element name="lastReviewDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
<element name="effectivePeriod" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<element name="coverage" type="{http://hl7.org/fhir}ModuleMetadata.Coverage" maxOccurs="unbounded" minOccurs="0"/>
<element name="topic" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="contributor" type="{http://hl7.org/fhir}ModuleMetadata.Contributor" maxOccurs="unbounded" minOccurs="0"/>
<element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="contact" type="{http://hl7.org/fhir}ModuleMetadata.Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="copyright" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="relatedResource" type="{http://hl7.org/fhir}ModuleMetadata.RelatedResource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ModuleMetadataContact> protected List<ModuleMetadataContributor> protected Stringprotected List<ModuleMetadataCoverage> protected Stringprotected Periodprotected Booleanprotected List<Identifier> protected Dateprotected Stringprotected Dateprotected Stringprotected Stringprotected List<ModuleMetadataRelatedResource> protected ModuleMetadataStatusprotected Stringprotected List<CodeableConcept> protected ModuleMetadataTypeprotected Uriprotected Stringprotected String -
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 contact property.Gets the value of the contributor property.Gets the value of the copyright property.Gets the value of the coverage property.Gets the value of the description property.Gets the value of the effectivePeriod property.Gets the value of the experimental property.Gets the value of the identifier property.Gets the value of the lastReviewDate property.getName()Gets the value of the name property.Gets the value of the publicationDate property.Gets the value of the publisher property.Gets the value of the purpose property.Gets the value of the relatedResource property.Gets the value of the status property.getTitle()Gets the value of the title property.getTopic()Gets the value of the topic property.getType()Gets the value of the type property.getUrl()Gets the value of the url property.getUsage()Gets the value of the usage property.Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetContact(List<ModuleMetadataContact> value) voidvoidsetCopyright(String value) Sets the value of the copyright property.voidsetCoverage(List<ModuleMetadataCoverage> value) voidsetDescription(String value) Sets the value of the description property.voidsetEffectivePeriod(Period value) Sets the value of the effectivePeriod property.voidsetExperimental(Boolean value) Sets the value of the experimental property.voidsetIdentifier(List<Identifier> value) voidsetLastReviewDate(Date value) Sets the value of the lastReviewDate property.voidSets the value of the name property.voidsetPublicationDate(Date value) Sets the value of the publicationDate property.voidsetPublisher(String value) Sets the value of the publisher property.voidsetPurpose(String value) Sets the value of the purpose property.voidvoidsetStatus(ModuleMetadataStatus value) Sets the value of the status property.voidSets the value of the title property.voidsetTopic(List<CodeableConcept> value) voidsetType(ModuleMetadataType value) Sets the value of the type property.voidSets the value of the url property.voidSets the value of the usage property.voidsetVersion(String value) Sets the value of the version property.toString()withContact(Collection<ModuleMetadataContact> values) withContact(ModuleMetadataContact... values) withContributor(ModuleMetadataContributor... values) withCopyright(String value) withCoverage(Collection<ModuleMetadataCoverage> values) withCoverage(ModuleMetadataCoverage... values) withDescription(String value) withEffectivePeriod(Period value) withExperimental(Boolean value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withLastReviewDate(Date value) withPublicationDate(Date value) withPublisher(String value) withPurpose(String value) withRelatedResource(ModuleMetadataRelatedResource... values) withStatus(ModuleMetadataStatus value) withTopic(Collection<CodeableConcept> values) withTopic(CodeableConcept... values) withType(ModuleMetadataType value) withVersion(String value) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
url
-
identifier
-
version
-
name
-
title
-
type
-
status
-
experimental
-
description
-
purpose
-
usage
-
publicationDate
-
lastReviewDate
-
effectivePeriod
-
coverage
-
topic
-
contributor
-
publisher
-
contact
-
copyright
-
-
Constructor Details
-
ModuleMetadata
public ModuleMetadata()
-
-
Method Details
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
Uri
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isUri
-
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
-
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
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
ModuleMetadataType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isModuleMetadataType
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ModuleMetadataStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isModuleMetadataStatus
-
getExperimental
Gets the value of the experimental property.- Returns:
- possible object is
Boolean
-
setExperimental
Sets the value of the experimental property.- Parameters:
value- allowed object isBoolean
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getPurpose
Gets the value of the purpose property.- Returns:
- possible object is
String
-
setPurpose
Sets the value of the purpose property.- Parameters:
value- allowed object isString
-
getUsage
Gets the value of the usage property.- Returns:
- possible object is
String
-
setUsage
Sets the value of the usage property.- Parameters:
value- allowed object isString
-
getPublicationDate
Gets the value of the publicationDate property.- Returns:
- possible object is
Date
-
setPublicationDate
Sets the value of the publicationDate property.- Parameters:
value- allowed object isDate
-
getLastReviewDate
Gets the value of the lastReviewDate property.- Returns:
- possible object is
Date
-
setLastReviewDate
Sets the value of the lastReviewDate property.- Parameters:
value- allowed object isDate
-
getEffectivePeriod
Gets the value of the effectivePeriod property.- Returns:
- possible object is
Period
-
setEffectivePeriod
Sets the value of the effectivePeriod property.- Parameters:
value- allowed object isPeriod
-
getCoverage
Gets the value of the coverage 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 coverage property.For example, to add a new item, do as follows:
getCoverage().add(newItem);Objects of the following type(s) are allowed in the list
ModuleMetadataCoverage -
getTopic
Gets the value of the topic 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 topic property.For example, to add a new item, do as follows:
getTopic().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getContributor
Gets the value of the contributor 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 contributor property.For example, to add a new item, do as follows:
getContributor().add(newItem);Objects of the following type(s) are allowed in the list
ModuleMetadataContributor -
getPublisher
Gets the value of the publisher property.- Returns:
- possible object is
String
-
setPublisher
Sets the value of the publisher property.- Parameters:
value- allowed object isString
-
getContact
Gets the value of the contact 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 contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
ModuleMetadataContact -
getCopyright
Gets the value of the copyright property.- Returns:
- possible object is
String
-
setCopyright
Sets the value of the copyright property.- Parameters:
value- allowed object isString
-
getRelatedResource
Gets the value of the relatedResource 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 relatedResource property.For example, to add a new item, do as follows:
getRelatedResource().add(newItem);Objects of the following type(s) are allowed in the list
ModuleMetadataRelatedResource -
withUrl
-
withIdentifier
-
withIdentifier
-
withVersion
-
withName
-
withTitle
-
withType
-
withStatus
-
withExperimental
-
withDescription
-
withPurpose
-
withUsage
-
withPublicationDate
-
withLastReviewDate
-
withEffectivePeriod
-
withCoverage
-
withCoverage
-
withTopic
-
withTopic
-
withContributor
-
withContributor
-
withPublisher
-
withContact
-
withContact
-
withCopyright
-
withRelatedResource
-
withRelatedResource
-
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
-
setIdentifier
-
setCoverage
-
setTopic
-
setContributor
-
setContact
-
setRelatedResource
-