Class Schedule
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Schedule
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Schedule 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 Schedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Schedule"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="serviceCategory" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="serviceType" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="specialty" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="actor" type="{http://hl7.org/fhir}Reference"/> <element name="planningHorizon" type="{http://hl7.org/fhir}Period" minOccurs="0"/> <element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Referenceactorprotected Stringcommentprotected java.util.List<Identifier>identifierprotected PeriodplanningHorizonprotected CodeableConceptserviceCategoryprotected java.util.List<CodeableConcept>serviceTypeprotected java.util.List<CodeableConcept>specialty-
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 Schedule()
-
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)ReferencegetActor()Gets the value of the actor property.StringgetComment()Gets the value of the comment property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.PeriodgetPlanningHorizon()Gets the value of the planningHorizon property.CodeableConceptgetServiceCategory()Gets the value of the serviceCategory property.java.util.List<CodeableConcept>getServiceType()Gets the value of the serviceType property.java.util.List<CodeableConcept>getSpecialty()Gets the value of the specialty property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetActor(Reference value)Sets the value of the actor property.voidsetComment(String value)Sets the value of the comment property.voidsetPlanningHorizon(Period value)Sets the value of the planningHorizon property.voidsetServiceCategory(CodeableConcept value)Sets the value of the serviceCategory property.java.lang.StringtoString()SchedulewithActor(Reference value)SchedulewithComment(String value)SchedulewithContained(java.util.Collection<ResourceContainer> values)SchedulewithContained(ResourceContainer... values)SchedulewithExtension(java.util.Collection<Extension> values)SchedulewithExtension(Extension... values)SchedulewithId(Id value)SchedulewithIdentifier(java.util.Collection<Identifier> values)SchedulewithIdentifier(Identifier... values)SchedulewithImplicitRules(Uri value)SchedulewithLanguage(Code value)SchedulewithMeta(Meta value)SchedulewithModifierExtension(java.util.Collection<Extension> values)SchedulewithModifierExtension(Extension... values)SchedulewithPlanningHorizon(Period value)SchedulewithServiceCategory(CodeableConcept value)SchedulewithServiceType(java.util.Collection<CodeableConcept> values)SchedulewithServiceType(CodeableConcept... values)SchedulewithSpecialty(java.util.Collection<CodeableConcept> values)SchedulewithSpecialty(CodeableConcept... values)SchedulewithText(Narrative 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
-
serviceCategory
protected CodeableConcept serviceCategory
-
serviceType
protected java.util.List<CodeableConcept> serviceType
-
specialty
protected java.util.List<CodeableConcept> specialty
-
actor
protected Reference actor
-
planningHorizon
protected Period planningHorizon
-
comment
protected String comment
-
-
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
-
getServiceCategory
public CodeableConcept getServiceCategory()
Gets the value of the serviceCategory property.- Returns:
- possible object is
CodeableConcept
-
setServiceCategory
public void setServiceCategory(CodeableConcept value)
Sets the value of the serviceCategory property.- Parameters:
value- allowed object isCodeableConcept
-
getServiceType
public java.util.List<CodeableConcept> getServiceType()
Gets the value of the serviceType 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 serviceType property.For example, to add a new item, do as follows:
getServiceType().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getSpecialty
public java.util.List<CodeableConcept> getSpecialty()
Gets the value of the specialty 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 specialty property.For example, to add a new item, do as follows:
getSpecialty().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getActor
public Reference getActor()
Gets the value of the actor property.- Returns:
- possible object is
Reference
-
setActor
public void setActor(Reference value)
Sets the value of the actor property.- Parameters:
value- allowed object isReference
-
getPlanningHorizon
public Period getPlanningHorizon()
Gets the value of the planningHorizon property.- Returns:
- possible object is
Period
-
setPlanningHorizon
public void setPlanningHorizon(Period value)
Sets the value of the planningHorizon property.- Parameters:
value- allowed object isPeriod
-
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
-
withIdentifier
public Schedule withIdentifier(Identifier... values)
-
withIdentifier
public Schedule withIdentifier(java.util.Collection<Identifier> values)
-
withServiceCategory
public Schedule withServiceCategory(CodeableConcept value)
-
withServiceType
public Schedule withServiceType(CodeableConcept... values)
-
withServiceType
public Schedule withServiceType(java.util.Collection<CodeableConcept> values)
-
withSpecialty
public Schedule withSpecialty(CodeableConcept... values)
-
withSpecialty
public Schedule withSpecialty(java.util.Collection<CodeableConcept> values)
-
withText
public Schedule withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Schedule withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Schedule withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Schedule withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Schedule withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Schedule withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Schedule withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Schedule withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Schedule withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Schedule withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Schedule 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
-
-