Package org.hl7.fhir
Class ExpansionProfile
java.lang.Object
org.hl7.fhir.Resource
org.hl7.fhir.DomainResource
org.hl7.fhir.ExpansionProfile
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ExpansionProfile
extends DomainResource
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions
Java class for ExpansionProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpansionProfile">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="url" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" 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="status" type="{http://hl7.org/fhir}ConformanceResourceStatus"/>
<element name="experimental" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="contact" type="{http://hl7.org/fhir}ExpansionProfile.Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="codeSystem" type="{http://hl7.org/fhir}ExpansionProfile.CodeSystem" minOccurs="0"/>
<element name="includeDesignations" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="designation" type="{http://hl7.org/fhir}ExpansionProfile.Designation" minOccurs="0"/>
<element name="includeDefinition" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="includeInactive" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="excludeNested" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="excludeNotForUI" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="excludePostCoordinated" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="displayLanguage" type="{http://hl7.org/fhir}code" minOccurs="0"/>
<element name="limitedExpansion" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExpansionProfileCodeSystemprotected List<ExpansionProfileContact> protected DateTimeprotected Stringprotected ExpansionProfileDesignationprotected Codeprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Identifierprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected Stringprotected ConformanceResourceStatusprotected Uriprotected 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.Gets the value of the contact property.getDate()Gets the value of the date property.Gets the value of the description property.Gets the value of the designation property.Gets the value of the displayLanguage property.Gets the value of the excludeNested property.Gets the value of the excludeNotForUI property.Gets the value of the excludePostCoordinated property.Gets the value of the experimental property.Gets the value of the identifier property.Gets the value of the includeDefinition property.Gets the value of the includeDesignations property.Gets the value of the includeInactive property.Gets the value of the limitedExpansion property.getName()Gets the value of the name property.Gets the value of the publisher property.Gets the value of the status property.getUrl()Gets the value of the url property.Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the codeSystem property.voidsetContact(List<ExpansionProfileContact> value) voidSets the value of the date property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the designation property.voidsetDisplayLanguage(Code value) Sets the value of the displayLanguage property.voidsetExcludeNested(Boolean value) Sets the value of the excludeNested property.voidsetExcludeNotForUI(Boolean value) Sets the value of the excludeNotForUI property.voidsetExcludePostCoordinated(Boolean value) Sets the value of the excludePostCoordinated property.voidsetExperimental(Boolean value) Sets the value of the experimental property.voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidsetIncludeDefinition(Boolean value) Sets the value of the includeDefinition property.voidsetIncludeDesignations(Boolean value) Sets the value of the includeDesignations property.voidsetIncludeInactive(Boolean value) Sets the value of the includeInactive property.voidsetLimitedExpansion(Boolean value) Sets the value of the limitedExpansion property.voidSets the value of the name property.voidsetPublisher(String value) Sets the value of the publisher property.voidSets the value of the status property.voidSets the value of the url property.voidsetVersion(String value) Sets the value of the version property.toString()withContact(Collection<ExpansionProfileContact> values) withContact(ExpansionProfileContact... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDescription(String value) withDisplayLanguage(Code value) withExcludeNested(Boolean value) withExcludeNotForUI(Boolean value) withExperimental(Boolean value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Identifier value) withImplicitRules(Uri value) withIncludeDefinition(Boolean value) withIncludeDesignations(Boolean value) withIncludeInactive(Boolean value) withLanguage(Code value) withLimitedExpansion(Boolean value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPublisher(String value) 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
-
url
-
identifier
-
version
-
name
-
status
-
experimental
-
publisher
-
contact
-
date
-
description
-
codeSystem
-
includeDesignations
-
designation
-
includeDefinition
-
includeInactive
-
excludeNested
-
excludeNotForUI
-
excludePostCoordinated
-
displayLanguage
-
limitedExpansion
-
-
Constructor Details
-
ExpansionProfile
public ExpansionProfile()
-
-
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.- Returns:
- possible object is
Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
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
-
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
-
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
-
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
ExpansionProfileContact -
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
-
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
-
getCodeSystem
Gets the value of the codeSystem property.- Returns:
- possible object is
ExpansionProfileCodeSystem
-
setCodeSystem
Sets the value of the codeSystem property.- Parameters:
value- allowed object isExpansionProfileCodeSystem
-
getIncludeDesignations
Gets the value of the includeDesignations property.- Returns:
- possible object is
Boolean
-
setIncludeDesignations
Sets the value of the includeDesignations property.- Parameters:
value- allowed object isBoolean
-
getDesignation
Gets the value of the designation property.- Returns:
- possible object is
ExpansionProfileDesignation
-
setDesignation
Sets the value of the designation property.- Parameters:
value- allowed object isExpansionProfileDesignation
-
getIncludeDefinition
Gets the value of the includeDefinition property.- Returns:
- possible object is
Boolean
-
setIncludeDefinition
Sets the value of the includeDefinition property.- Parameters:
value- allowed object isBoolean
-
getIncludeInactive
Gets the value of the includeInactive property.- Returns:
- possible object is
Boolean
-
setIncludeInactive
Sets the value of the includeInactive property.- Parameters:
value- allowed object isBoolean
-
getExcludeNested
Gets the value of the excludeNested property.- Returns:
- possible object is
Boolean
-
setExcludeNested
Sets the value of the excludeNested property.- Parameters:
value- allowed object isBoolean
-
getExcludeNotForUI
Gets the value of the excludeNotForUI property.- Returns:
- possible object is
Boolean
-
setExcludeNotForUI
Sets the value of the excludeNotForUI property.- Parameters:
value- allowed object isBoolean
-
getExcludePostCoordinated
Gets the value of the excludePostCoordinated property.- Returns:
- possible object is
Boolean
-
setExcludePostCoordinated
Sets the value of the excludePostCoordinated property.- Parameters:
value- allowed object isBoolean
-
getDisplayLanguage
Gets the value of the displayLanguage property.- Returns:
- possible object is
Code
-
setDisplayLanguage
Sets the value of the displayLanguage property.- Parameters:
value- allowed object isCode
-
getLimitedExpansion
Gets the value of the limitedExpansion property.- Returns:
- possible object is
Boolean
-
setLimitedExpansion
Sets the value of the limitedExpansion property.- Parameters:
value- allowed object isBoolean
-
withUrl
-
withIdentifier
-
withVersion
-
withName
-
withStatus
-
withExperimental
-
withPublisher
-
withContact
-
withContact
-
withDate
-
withDescription
-
withCodeSystem
-
withIncludeDesignations
-
withDesignation
-
withIncludeDefinition
-
withIncludeInactive
-
withExcludeNested
-
withExcludeNotForUI
-
withExcludePostCoordinated
-
withDisplayLanguage
-
withLimitedExpansion
-
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
-