Class NamingSystem
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for NamingSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamingSystem">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="name" type="{http://hl7.org/fhir}string"/>
<element name="status" type="{http://hl7.org/fhir}ConformanceResourceStatus"/>
<element name="kind" type="{http://hl7.org/fhir}NamingSystemType"/>
<element name="date" type="{http://hl7.org/fhir}dateTime"/>
<element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="contact" type="{http://hl7.org/fhir}NamingSystem.Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="responsible" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="useContext" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="usage" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="uniqueId" type="{http://hl7.org/fhir}NamingSystem.UniqueId" maxOccurs="unbounded"/>
<element name="replacedBy" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<NamingSystemContact> protected DateTimeprotected Stringprotected NamingSystemTypeprotected Stringprotected Stringprotected Referenceprotected Stringprotected ConformanceResourceStatusprotected CodeableConceptprotected List<NamingSystemUniqueId> protected Stringprotected List<CodeableConcept> Fields 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 contact property.getDate()Gets the value of the date property.Gets the value of the description property.getKind()Gets the value of the kind property.getName()Gets the value of the name property.Gets the value of the publisher property.Gets the value of the replacedBy property.Gets the value of the responsible property.Gets the value of the status property.getType()Gets the value of the type property.Gets the value of the uniqueId property.getUsage()Gets the value of the usage property.Gets the value of the useContext property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetContact(List<NamingSystemContact> value) voidSets the value of the date property.voidsetDescription(String value) Sets the value of the description property.voidsetKind(NamingSystemType value) Sets the value of the kind property.voidSets the value of the name property.voidsetPublisher(String value) Sets the value of the publisher property.voidsetReplacedBy(Reference value) Sets the value of the replacedBy property.voidsetResponsible(String value) Sets the value of the responsible property.voidSets the value of the status property.voidsetType(CodeableConcept value) Sets the value of the type property.voidsetUniqueId(List<NamingSystemUniqueId> value) voidSets the value of the usage property.voidsetUseContext(List<CodeableConcept> value) toString()withContact(Collection<NamingSystemContact> values) withContact(NamingSystemContact... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withImplicitRules(Uri value) withKind(NamingSystemType value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPublisher(String value) withReplacedBy(Reference value) withResponsible(String value) withType(CodeableConcept value) withUniqueId(Collection<NamingSystemUniqueId> values) withUniqueId(NamingSystemUniqueId... values) withUseContext(Collection<CodeableConcept> values) withUseContext(CodeableConcept... values) 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
-
name
-
status
-
kind
-
date
-
publisher
-
contact
-
responsible
-
type
-
description
-
useContext
-
usage
-
uniqueId
-
replacedBy
-
-
Constructor Details
-
NamingSystem
public NamingSystem()
-
-
Method Details
-
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
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ConformanceResourceStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isConformanceResourceStatus
-
getKind
Gets the value of the kind property.- Returns:
- possible object is
NamingSystemType
-
setKind
Sets the value of the kind property.- Parameters:
value- allowed object isNamingSystemType
-
getDate
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
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
NamingSystemContact -
getResponsible
Gets the value of the responsible property.- Returns:
- possible object is
String
-
setResponsible
Sets the value of the responsible property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
CodeableConcept
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCodeableConcept
-
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
-
getUseContext
Gets the value of the useContext 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 useContext property.For example, to add a new item, do as follows:
getUseContext().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
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
-
getUniqueId
Gets the value of the uniqueId 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 uniqueId property.For example, to add a new item, do as follows:
getUniqueId().add(newItem);Objects of the following type(s) are allowed in the list
NamingSystemUniqueId -
getReplacedBy
Gets the value of the replacedBy property.- Returns:
- possible object is
Reference
-
setReplacedBy
Sets the value of the replacedBy property.- Parameters:
value- allowed object isReference
-
withName
-
withStatus
-
withKind
-
withDate
-
withPublisher
-
withContact
-
withContact
-
withResponsible
-
withType
-
withDescription
-
withUseContext
-
withUseContext
-
withUsage
-
withUniqueId
-
withUniqueId
-
withReplacedBy
-
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
-
setContact
-
setUseContext
-
setUniqueId
-