Package org.hl7.fhir
Class OrganizationContact
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.OrganizationContact
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class OrganizationContact extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc.Java class for Organization.Contact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization.Contact"> <complexContent> <extension base="{http://hl7.org/fhir}BackboneElement"> <sequence> <element name="purpose" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="name" type="{http://hl7.org/fhir}HumanName" minOccurs="0"/> <element name="telecom" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/> <element name="address" type="{http://hl7.org/fhir}Address" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Addressaddressprotected HumanNamenameprotected CodeableConceptpurposeprotected java.util.List<ContactPoint>telecom-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description OrganizationContact()
-
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)AddressgetAddress()Gets the value of the address property.HumanNamegetName()Gets the value of the name property.CodeableConceptgetPurpose()Gets the value of the purpose property.java.util.List<ContactPoint>getTelecom()Gets the value of the telecom property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAddress(Address value)Sets the value of the address property.voidsetName(HumanName value)Sets the value of the name property.voidsetPurpose(CodeableConcept value)Sets the value of the purpose property.java.lang.StringtoString()OrganizationContactwithAddress(Address value)OrganizationContactwithExtension(java.util.Collection<Extension> values)OrganizationContactwithExtension(Extension... values)OrganizationContactwithId(java.lang.String value)OrganizationContactwithModifierExtension(java.util.Collection<Extension> values)OrganizationContactwithModifierExtension(Extension... values)OrganizationContactwithName(HumanName value)OrganizationContactwithPurpose(CodeableConcept value)OrganizationContactwithTelecom(java.util.Collection<ContactPoint> values)OrganizationContactwithTelecom(ContactPoint... values)-
Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension
-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
purpose
protected CodeableConcept purpose
-
name
protected HumanName name
-
telecom
protected java.util.List<ContactPoint> telecom
-
address
protected Address address
-
-
Method Detail
-
getPurpose
public CodeableConcept getPurpose()
Gets the value of the purpose property.- Returns:
- possible object is
CodeableConcept
-
setPurpose
public void setPurpose(CodeableConcept value)
Sets the value of the purpose property.- Parameters:
value- allowed object isCodeableConcept
-
getName
public HumanName getName()
Gets the value of the name property.- Returns:
- possible object is
HumanName
-
setName
public void setName(HumanName value)
Sets the value of the name property.- Parameters:
value- allowed object isHumanName
-
getTelecom
public java.util.List<ContactPoint> getTelecom()
Gets the value of the telecom 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 telecom property.For example, to add a new item, do as follows:
getTelecom().add(newItem);Objects of the following type(s) are allowed in the list
ContactPoint
-
getAddress
public Address getAddress()
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
public void setAddress(Address value)
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
withPurpose
public OrganizationContact withPurpose(CodeableConcept value)
-
withName
public OrganizationContact withName(HumanName value)
-
withTelecom
public OrganizationContact withTelecom(ContactPoint... values)
-
withTelecom
public OrganizationContact withTelecom(java.util.Collection<ContactPoint> values)
-
withAddress
public OrganizationContact withAddress(Address value)
-
withModifierExtension
public OrganizationContact withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public OrganizationContact withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public OrganizationContact withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public OrganizationContact withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public OrganizationContact withId(java.lang.String value)
- Overrides:
withIdin classBackboneElement
-
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 classBackboneElement
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classBackboneElement
-
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 classBackboneElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBackboneElement
-
toString
public java.lang.String toString()
- Overrides:
toStringin classBackboneElement
-
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 classBackboneElement
-
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 classBackboneElement
-
-