Class AppointmentResponse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for AppointmentResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppointmentResponse">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="appointment" type="{http://hl7.org/fhir}Reference"/>
<element name="start" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
<element name="end" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
<element name="participantType" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="actor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="participantStatus" type="{http://hl7.org/fhir}code"/>
<element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Referenceprotected Referenceprotected Stringprotected Instantprotected List<Identifier> protected Codeprotected List<CodeableConcept> protected InstantFields 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) getActor()Gets the value of the actor property.Gets the value of the appointment property.Gets the value of the comment property.getEnd()Gets the value of the end property.Gets the value of the identifier property.Gets the value of the participantStatus property.Gets the value of the participantType property.getStart()Gets the value of the start property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the actor property.voidsetAppointment(Reference value) Sets the value of the appointment property.voidsetComment(String value) Sets the value of the comment property.voidSets the value of the end property.voidsetIdentifier(List<Identifier> value) voidsetParticipantStatus(Code value) Sets the value of the participantStatus property.voidsetParticipantType(List<CodeableConcept> value) voidSets the value of the start property.toString()withAppointment(Reference value) withComment(String value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withParticipantStatus(Code value) withParticipantType(Collection<CodeableConcept> values) withParticipantType(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
-
identifier
-
appointment
-
start
-
end
-
participantType
-
actor
-
participantStatus
-
comment
-
-
Constructor Details
-
AppointmentResponse
public AppointmentResponse()
-
-
Method Details
-
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 -
getAppointment
Gets the value of the appointment property.- Returns:
- possible object is
Reference
-
setAppointment
Sets the value of the appointment property.- Parameters:
value- allowed object isReference
-
getStart
Gets the value of the start property.- Returns:
- possible object is
Instant
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isInstant
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
Instant
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isInstant
-
getParticipantType
Gets the value of the participantType 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 participantType property.For example, to add a new item, do as follows:
getParticipantType().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getActor
Gets the value of the actor property.- Returns:
- possible object is
Reference
-
setActor
Sets the value of the actor property.- Parameters:
value- allowed object isReference
-
getParticipantStatus
Gets the value of the participantStatus property.- Returns:
- possible object is
Code
-
setParticipantStatus
Sets the value of the participantStatus property.- Parameters:
value- allowed object isCode
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
withIdentifier
-
withIdentifier
-
withAppointment
-
withStart
-
withEnd
-
withParticipantType
-
withParticipantType
-
withActor
-
withParticipantStatus
-
withComment
-
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
-
setIdentifier
-
setParticipantType
-