Class Observation
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Observation
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Observation 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 extensionsJava class for Observation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Observation"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="status" type="{http://hl7.org/fhir}ObservationStatus"/> <element name="category" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="code" type="{http://hl7.org/fhir}CodeableConcept"/> <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <choice minOccurs="0"> <element name="effectiveDateTime" type="{http://hl7.org/fhir}dateTime"/> <element name="effectivePeriod" type="{http://hl7.org/fhir}Period"/> </choice> <element name="issued" type="{http://hl7.org/fhir}instant" minOccurs="0"/> <element name="performer" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <choice minOccurs="0"> <element name="valueQuantity" type="{http://hl7.org/fhir}Quantity"/> <element name="valueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/> <element name="valueString" type="{http://hl7.org/fhir}string"/> <element name="valueRange" type="{http://hl7.org/fhir}Range"/> <element name="valueRatio" type="{http://hl7.org/fhir}Ratio"/> <element name="valueSampledData" type="{http://hl7.org/fhir}SampledData"/> <element name="valueAttachment" type="{http://hl7.org/fhir}Attachment"/> <element name="valueTime" type="{http://hl7.org/fhir}time"/> <element name="valueDateTime" type="{http://hl7.org/fhir}dateTime"/> <element name="valuePeriod" type="{http://hl7.org/fhir}Period"/> </choice> <element name="dataAbsentReason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="interpretation" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="bodySite" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="method" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="specimen" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="device" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="referenceRange" type="{http://hl7.org/fhir}Observation.ReferenceRange" maxOccurs="unbounded" minOccurs="0"/> <element name="related" type="{http://hl7.org/fhir}Observation.Related" maxOccurs="unbounded" minOccurs="0"/> <element name="component" type="{http://hl7.org/fhir}Observation.Component" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description Observation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)CodeableConceptgetBodySite()Gets the value of the bodySite property.CodeableConceptgetCategory()Gets the value of the category property.CodeableConceptgetCode()Gets the value of the code property.StringgetComment()Gets the value of the comment property.java.util.List<ObservationComponent>getComponent()Gets the value of the component property.CodeableConceptgetDataAbsentReason()Gets the value of the dataAbsentReason property.ReferencegetDevice()Gets the value of the device property.DateTimegetEffectiveDateTime()Gets the value of the effectiveDateTime property.PeriodgetEffectivePeriod()Gets the value of the effectivePeriod property.ReferencegetEncounter()Gets the value of the encounter property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.CodeableConceptgetInterpretation()Gets the value of the interpretation property.InstantgetIssued()Gets the value of the issued property.CodeableConceptgetMethod()Gets the value of the method property.java.util.List<Reference>getPerformer()Gets the value of the performer property.java.util.List<ObservationReferenceRange>getReferenceRange()Gets the value of the referenceRange property.java.util.List<ObservationRelated>getRelated()Gets the value of the related property.ReferencegetSpecimen()Gets the value of the specimen property.ObservationStatusgetStatus()Gets the value of the status property.ReferencegetSubject()Gets the value of the subject property.AttachmentgetValueAttachment()Gets the value of the valueAttachment property.CodeableConceptgetValueCodeableConcept()Gets the value of the valueCodeableConcept property.DateTimegetValueDateTime()Gets the value of the valueDateTime property.PeriodgetValuePeriod()Gets the value of the valuePeriod property.QuantitygetValueQuantity()Gets the value of the valueQuantity property.RangegetValueRange()Gets the value of the valueRange property.RatiogetValueRatio()Gets the value of the valueRatio property.SampledDatagetValueSampledData()Gets the value of the valueSampledData property.StringgetValueString()Gets the value of the valueString property.TimegetValueTime()Gets the value of the valueTime property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetBodySite(CodeableConcept value)Sets the value of the bodySite property.voidsetCategory(CodeableConcept value)Sets the value of the category property.voidsetCode(CodeableConcept value)Sets the value of the code property.voidsetComment(String value)Sets the value of the comment property.voidsetDataAbsentReason(CodeableConcept value)Sets the value of the dataAbsentReason property.voidsetDevice(Reference value)Sets the value of the device property.voidsetEffectiveDateTime(DateTime value)Sets the value of the effectiveDateTime property.voidsetEffectivePeriod(Period value)Sets the value of the effectivePeriod property.voidsetEncounter(Reference value)Sets the value of the encounter property.voidsetInterpretation(CodeableConcept value)Sets the value of the interpretation property.voidsetIssued(Instant value)Sets the value of the issued property.voidsetMethod(CodeableConcept value)Sets the value of the method property.voidsetSpecimen(Reference value)Sets the value of the specimen property.voidsetStatus(ObservationStatus value)Sets the value of the status property.voidsetSubject(Reference value)Sets the value of the subject property.voidsetValueAttachment(Attachment value)Sets the value of the valueAttachment property.voidsetValueCodeableConcept(CodeableConcept value)Sets the value of the valueCodeableConcept property.voidsetValueDateTime(DateTime value)Sets the value of the valueDateTime property.voidsetValuePeriod(Period value)Sets the value of the valuePeriod property.voidsetValueQuantity(Quantity value)Sets the value of the valueQuantity property.voidsetValueRange(Range value)Sets the value of the valueRange property.voidsetValueRatio(Ratio value)Sets the value of the valueRatio property.voidsetValueSampledData(SampledData value)Sets the value of the valueSampledData property.voidsetValueString(String value)Sets the value of the valueString property.voidsetValueTime(Time value)Sets the value of the valueTime property.java.lang.StringtoString()ObservationwithBodySite(CodeableConcept value)ObservationwithCategory(CodeableConcept value)ObservationwithCode(CodeableConcept value)ObservationwithComment(String value)ObservationwithComponent(java.util.Collection<ObservationComponent> values)ObservationwithComponent(ObservationComponent... values)ObservationwithContained(java.util.Collection<ResourceContainer> values)ObservationwithContained(ResourceContainer... values)ObservationwithDataAbsentReason(CodeableConcept value)ObservationwithDevice(Reference value)ObservationwithEffectiveDateTime(DateTime value)ObservationwithEffectivePeriod(Period value)ObservationwithEncounter(Reference value)ObservationwithExtension(java.util.Collection<Extension> values)ObservationwithExtension(Extension... values)ObservationwithId(Id value)ObservationwithIdentifier(java.util.Collection<Identifier> values)ObservationwithIdentifier(Identifier... values)ObservationwithImplicitRules(Uri value)ObservationwithInterpretation(CodeableConcept value)ObservationwithIssued(Instant value)ObservationwithLanguage(Code value)ObservationwithMeta(Meta value)ObservationwithMethod(CodeableConcept value)ObservationwithModifierExtension(java.util.Collection<Extension> values)ObservationwithModifierExtension(Extension... values)ObservationwithPerformer(java.util.Collection<Reference> values)ObservationwithPerformer(Reference... values)ObservationwithReferenceRange(java.util.Collection<ObservationReferenceRange> values)ObservationwithReferenceRange(ObservationReferenceRange... values)ObservationwithRelated(java.util.Collection<ObservationRelated> values)ObservationwithRelated(ObservationRelated... values)ObservationwithSpecimen(Reference value)ObservationwithStatus(ObservationStatus value)ObservationwithSubject(Reference value)ObservationwithText(Narrative value)ObservationwithValueAttachment(Attachment value)ObservationwithValueCodeableConcept(CodeableConcept value)ObservationwithValueDateTime(DateTime value)ObservationwithValuePeriod(Period value)ObservationwithValueQuantity(Quantity value)ObservationwithValueRange(Range value)ObservationwithValueRatio(Ratio value)ObservationwithValueSampledData(SampledData value)ObservationwithValueString(String value)ObservationwithValueTime(Time value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
identifier
protected java.util.List<Identifier> identifier
-
status
protected ObservationStatus status
-
category
protected CodeableConcept category
-
code
protected CodeableConcept code
-
subject
protected Reference subject
-
encounter
protected Reference encounter
-
effectiveDateTime
protected DateTime effectiveDateTime
-
effectivePeriod
protected Period effectivePeriod
-
issued
protected Instant issued
-
performer
protected java.util.List<Reference> performer
-
valueQuantity
protected Quantity valueQuantity
-
valueCodeableConcept
protected CodeableConcept valueCodeableConcept
-
valueString
protected String valueString
-
valueRange
protected Range valueRange
-
valueRatio
protected Ratio valueRatio
-
valueSampledData
protected SampledData valueSampledData
-
valueAttachment
protected Attachment valueAttachment
-
valueTime
protected Time valueTime
-
valueDateTime
protected DateTime valueDateTime
-
valuePeriod
protected Period valuePeriod
-
dataAbsentReason
protected CodeableConcept dataAbsentReason
-
interpretation
protected CodeableConcept interpretation
-
comment
protected String comment
-
bodySite
protected CodeableConcept bodySite
-
method
protected CodeableConcept method
-
specimen
protected Reference specimen
-
device
protected Reference device
-
referenceRange
protected java.util.List<ObservationReferenceRange> referenceRange
-
related
protected java.util.List<ObservationRelated> related
-
component
protected java.util.List<ObservationComponent> component
-
-
Method Detail
-
getIdentifier
public java.util.List<Identifier> 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 JAXB 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
-
getStatus
public ObservationStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
ObservationStatus
-
setStatus
public void setStatus(ObservationStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isObservationStatus
-
getCategory
public CodeableConcept getCategory()
Gets the value of the category property.- Returns:
- possible object is
CodeableConcept
-
setCategory
public void setCategory(CodeableConcept value)
Sets the value of the category property.- Parameters:
value- allowed object isCodeableConcept
-
getCode
public CodeableConcept getCode()
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
public void setCode(CodeableConcept value)
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
getSubject
public Reference getSubject()
Gets the value of the subject property.- Returns:
- possible object is
Reference
-
setSubject
public void setSubject(Reference value)
Sets the value of the subject property.- Parameters:
value- allowed object isReference
-
getEncounter
public Reference getEncounter()
Gets the value of the encounter property.- Returns:
- possible object is
Reference
-
setEncounter
public void setEncounter(Reference value)
Sets the value of the encounter property.- Parameters:
value- allowed object isReference
-
getEffectiveDateTime
public DateTime getEffectiveDateTime()
Gets the value of the effectiveDateTime property.- Returns:
- possible object is
DateTime
-
setEffectiveDateTime
public void setEffectiveDateTime(DateTime value)
Sets the value of the effectiveDateTime property.- Parameters:
value- allowed object isDateTime
-
getEffectivePeriod
public Period getEffectivePeriod()
Gets the value of the effectivePeriod property.- Returns:
- possible object is
Period
-
setEffectivePeriod
public void setEffectivePeriod(Period value)
Sets the value of the effectivePeriod property.- Parameters:
value- allowed object isPeriod
-
getIssued
public Instant getIssued()
Gets the value of the issued property.- Returns:
- possible object is
Instant
-
setIssued
public void setIssued(Instant value)
Sets the value of the issued property.- Parameters:
value- allowed object isInstant
-
getPerformer
public java.util.List<Reference> getPerformer()
Gets the value of the performer 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 JAXB object. This is why there is not a
setmethod for the performer property.For example, to add a new item, do as follows:
getPerformer().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getValueQuantity
public Quantity getValueQuantity()
Gets the value of the valueQuantity property.- Returns:
- possible object is
Quantity
-
setValueQuantity
public void setValueQuantity(Quantity value)
Sets the value of the valueQuantity property.- Parameters:
value- allowed object isQuantity
-
getValueCodeableConcept
public CodeableConcept getValueCodeableConcept()
Gets the value of the valueCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setValueCodeableConcept
public void setValueCodeableConcept(CodeableConcept value)
Sets the value of the valueCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getValueString
public String getValueString()
Gets the value of the valueString property.- Returns:
- possible object is
String
-
setValueString
public void setValueString(String value)
Sets the value of the valueString property.- Parameters:
value- allowed object isString
-
getValueRange
public Range getValueRange()
Gets the value of the valueRange property.- Returns:
- possible object is
Range
-
setValueRange
public void setValueRange(Range value)
Sets the value of the valueRange property.- Parameters:
value- allowed object isRange
-
getValueRatio
public Ratio getValueRatio()
Gets the value of the valueRatio property.- Returns:
- possible object is
Ratio
-
setValueRatio
public void setValueRatio(Ratio value)
Sets the value of the valueRatio property.- Parameters:
value- allowed object isRatio
-
getValueSampledData
public SampledData getValueSampledData()
Gets the value of the valueSampledData property.- Returns:
- possible object is
SampledData
-
setValueSampledData
public void setValueSampledData(SampledData value)
Sets the value of the valueSampledData property.- Parameters:
value- allowed object isSampledData
-
getValueAttachment
public Attachment getValueAttachment()
Gets the value of the valueAttachment property.- Returns:
- possible object is
Attachment
-
setValueAttachment
public void setValueAttachment(Attachment value)
Sets the value of the valueAttachment property.- Parameters:
value- allowed object isAttachment
-
getValueTime
public Time getValueTime()
Gets the value of the valueTime property.- Returns:
- possible object is
Time
-
setValueTime
public void setValueTime(Time value)
Sets the value of the valueTime property.- Parameters:
value- allowed object isTime
-
getValueDateTime
public DateTime getValueDateTime()
Gets the value of the valueDateTime property.- Returns:
- possible object is
DateTime
-
setValueDateTime
public void setValueDateTime(DateTime value)
Sets the value of the valueDateTime property.- Parameters:
value- allowed object isDateTime
-
getValuePeriod
public Period getValuePeriod()
Gets the value of the valuePeriod property.- Returns:
- possible object is
Period
-
setValuePeriod
public void setValuePeriod(Period value)
Sets the value of the valuePeriod property.- Parameters:
value- allowed object isPeriod
-
getDataAbsentReason
public CodeableConcept getDataAbsentReason()
Gets the value of the dataAbsentReason property.- Returns:
- possible object is
CodeableConcept
-
setDataAbsentReason
public void setDataAbsentReason(CodeableConcept value)
Sets the value of the dataAbsentReason property.- Parameters:
value- allowed object isCodeableConcept
-
getInterpretation
public CodeableConcept getInterpretation()
Gets the value of the interpretation property.- Returns:
- possible object is
CodeableConcept
-
setInterpretation
public void setInterpretation(CodeableConcept value)
Sets the value of the interpretation property.- Parameters:
value- allowed object isCodeableConcept
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getBodySite
public CodeableConcept getBodySite()
Gets the value of the bodySite property.- Returns:
- possible object is
CodeableConcept
-
setBodySite
public void setBodySite(CodeableConcept value)
Sets the value of the bodySite property.- Parameters:
value- allowed object isCodeableConcept
-
getMethod
public CodeableConcept getMethod()
Gets the value of the method property.- Returns:
- possible object is
CodeableConcept
-
setMethod
public void setMethod(CodeableConcept value)
Sets the value of the method property.- Parameters:
value- allowed object isCodeableConcept
-
getSpecimen
public Reference getSpecimen()
Gets the value of the specimen property.- Returns:
- possible object is
Reference
-
setSpecimen
public void setSpecimen(Reference value)
Sets the value of the specimen property.- Parameters:
value- allowed object isReference
-
getDevice
public Reference getDevice()
Gets the value of the device property.- Returns:
- possible object is
Reference
-
setDevice
public void setDevice(Reference value)
Sets the value of the device property.- Parameters:
value- allowed object isReference
-
getReferenceRange
public java.util.List<ObservationReferenceRange> getReferenceRange()
Gets the value of the referenceRange 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 JAXB object. This is why there is not a
setmethod for the referenceRange property.For example, to add a new item, do as follows:
getReferenceRange().add(newItem);Objects of the following type(s) are allowed in the list
ObservationReferenceRange
-
getRelated
public java.util.List<ObservationRelated> getRelated()
Gets the value of the related 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 JAXB object. This is why there is not a
setmethod for the related property.For example, to add a new item, do as follows:
getRelated().add(newItem);Objects of the following type(s) are allowed in the list
ObservationRelated
-
getComponent
public java.util.List<ObservationComponent> getComponent()
Gets the value of the component 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 JAXB object. This is why there is not a
setmethod for the component property.For example, to add a new item, do as follows:
getComponent().add(newItem);Objects of the following type(s) are allowed in the list
ObservationComponent
-
withIdentifier
public Observation withIdentifier(Identifier... values)
-
withIdentifier
public Observation withIdentifier(java.util.Collection<Identifier> values)
-
withStatus
public Observation withStatus(ObservationStatus value)
-
withCategory
public Observation withCategory(CodeableConcept value)
-
withCode
public Observation withCode(CodeableConcept value)
-
withSubject
public Observation withSubject(Reference value)
-
withEncounter
public Observation withEncounter(Reference value)
-
withEffectiveDateTime
public Observation withEffectiveDateTime(DateTime value)
-
withEffectivePeriod
public Observation withEffectivePeriod(Period value)
-
withIssued
public Observation withIssued(Instant value)
-
withPerformer
public Observation withPerformer(Reference... values)
-
withPerformer
public Observation withPerformer(java.util.Collection<Reference> values)
-
withValueQuantity
public Observation withValueQuantity(Quantity value)
-
withValueCodeableConcept
public Observation withValueCodeableConcept(CodeableConcept value)
-
withValueString
public Observation withValueString(String value)
-
withValueRange
public Observation withValueRange(Range value)
-
withValueRatio
public Observation withValueRatio(Ratio value)
-
withValueSampledData
public Observation withValueSampledData(SampledData value)
-
withValueAttachment
public Observation withValueAttachment(Attachment value)
-
withValueTime
public Observation withValueTime(Time value)
-
withValueDateTime
public Observation withValueDateTime(DateTime value)
-
withValuePeriod
public Observation withValuePeriod(Period value)
-
withDataAbsentReason
public Observation withDataAbsentReason(CodeableConcept value)
-
withInterpretation
public Observation withInterpretation(CodeableConcept value)
-
withComment
public Observation withComment(String value)
-
withBodySite
public Observation withBodySite(CodeableConcept value)
-
withMethod
public Observation withMethod(CodeableConcept value)
-
withSpecimen
public Observation withSpecimen(Reference value)
-
withDevice
public Observation withDevice(Reference value)
-
withReferenceRange
public Observation withReferenceRange(ObservationReferenceRange... values)
-
withReferenceRange
public Observation withReferenceRange(java.util.Collection<ObservationReferenceRange> values)
-
withRelated
public Observation withRelated(ObservationRelated... values)
-
withRelated
public Observation withRelated(java.util.Collection<ObservationRelated> values)
-
withComponent
public Observation withComponent(ObservationComponent... values)
-
withComponent
public Observation withComponent(java.util.Collection<ObservationComponent> values)
-
withText
public Observation withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Observation withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Observation withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Observation withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Observation withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Observation withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Observation withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Observation withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Observation withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Observation withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Observation withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-