Class Meta
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Meta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Meta">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="versionId" type="{http://hl7.org/fhir}id" minOccurs="0"/>
<element name="lastUpdated" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
<element name="profile" type="{http://hl7.org/fhir}uri" maxOccurs="unbounded" minOccurs="0"/>
<element name="security" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="tag" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 lastUpdated property.Gets the value of the profile property.Gets the value of the security property.getTag()Gets the value of the tag property.Gets the value of the versionId property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetLastUpdated(Instant value) Sets the value of the lastUpdated property.voidsetProfile(List<Uri> value) voidsetSecurity(List<Coding> value) voidvoidsetVersionId(Id value) Sets the value of the versionId property.toString()withExtension(Collection<Extension> values) withExtension(Extension... values) withLastUpdated(Instant value) withProfile(Collection<Uri> values) withProfile(Uri... values) withSecurity(Collection<Coding> values) withSecurity(Coding... values) withTag(Collection<Coding> values) withVersionId(Id value) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
versionId
-
lastUpdated
-
profile
-
security
-
tag
-
-
Constructor Details
-
Meta
public Meta()
-
-
Method Details
-
getVersionId
Gets the value of the versionId property.- Returns:
- possible object is
Id
-
setVersionId
Sets the value of the versionId property.- Parameters:
value- allowed object isId
-
getLastUpdated
Gets the value of the lastUpdated property.- Returns:
- possible object is
Instant
-
setLastUpdated
Sets the value of the lastUpdated property.- Parameters:
value- allowed object isInstant
-
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 -
getSecurity
Gets the value of the security 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 security property.For example, to add a new item, do as follows:
getSecurity().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getTag
Gets the value of the tag 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 tag property.For example, to add a new item, do as follows:
getTag().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
withVersionId
-
withLastUpdated
-
withProfile
-
withProfile
-
withSecurity
-
withSecurity
-
withTag
-
withTag
-
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
-
setSecurity
-
setTag
-