Package org.hl7.fhir
Class Account
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Account
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Account 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 Account complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Account"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="status" type="{http://hl7.org/fhir}AccountStatus" minOccurs="0"/> <element name="activePeriod" type="{http://hl7.org/fhir}Period" minOccurs="0"/> <element name="currency" type="{http://hl7.org/fhir}Coding" minOccurs="0"/> <element name="balance" type="{http://hl7.org/fhir}Money" minOccurs="0"/> <element name="coveragePeriod" type="{http://hl7.org/fhir}Period" minOccurs="0"/> <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="owner" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PeriodactivePeriodprotected Moneybalanceprotected PeriodcoveragePeriodprotected Codingcurrencyprotected Stringdescriptionprotected java.util.List<Identifier>identifierprotected Stringnameprotected Referenceownerprotected AccountStatusstatusprotected Referencesubjectprotected CodeableConcepttype-
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 Account()
-
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)PeriodgetActivePeriod()Gets the value of the activePeriod property.MoneygetBalance()Gets the value of the balance property.PeriodgetCoveragePeriod()Gets the value of the coveragePeriod property.CodinggetCurrency()Gets the value of the currency property.StringgetDescription()Gets the value of the description property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.StringgetName()Gets the value of the name property.ReferencegetOwner()Gets the value of the owner property.AccountStatusgetStatus()Gets the value of the status property.ReferencegetSubject()Gets the value of the subject property.CodeableConceptgetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetActivePeriod(Period value)Sets the value of the activePeriod property.voidsetBalance(Money value)Sets the value of the balance property.voidsetCoveragePeriod(Period value)Sets the value of the coveragePeriod property.voidsetCurrency(Coding value)Sets the value of the currency property.voidsetDescription(String value)Sets the value of the description property.voidsetName(String value)Sets the value of the name property.voidsetOwner(Reference value)Sets the value of the owner property.voidsetStatus(AccountStatus value)Sets the value of the status property.voidsetSubject(Reference value)Sets the value of the subject property.voidsetType(CodeableConcept value)Sets the value of the type property.java.lang.StringtoString()AccountwithActivePeriod(Period value)AccountwithBalance(Money value)AccountwithContained(java.util.Collection<ResourceContainer> values)AccountwithContained(ResourceContainer... values)AccountwithCoveragePeriod(Period value)AccountwithCurrency(Coding value)AccountwithDescription(String value)AccountwithExtension(java.util.Collection<Extension> values)AccountwithExtension(Extension... values)AccountwithId(Id value)AccountwithIdentifier(java.util.Collection<Identifier> values)AccountwithIdentifier(Identifier... values)AccountwithImplicitRules(Uri value)AccountwithLanguage(Code value)AccountwithMeta(Meta value)AccountwithModifierExtension(java.util.Collection<Extension> values)AccountwithModifierExtension(Extension... values)AccountwithName(String value)AccountwithOwner(Reference value)AccountwithStatus(AccountStatus value)AccountwithSubject(Reference value)AccountwithText(Narrative value)AccountwithType(CodeableConcept 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
-
name
protected String name
-
type
protected CodeableConcept type
-
status
protected AccountStatus status
-
activePeriod
protected Period activePeriod
-
currency
protected Coding currency
-
balance
protected Money balance
-
coveragePeriod
protected Period coveragePeriod
-
subject
protected Reference subject
-
owner
protected Reference owner
-
description
protected String description
-
-
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
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
public CodeableConcept getType()
Gets the value of the type property.- Returns:
- possible object is
CodeableConcept
-
setType
public void setType(CodeableConcept value)
Sets the value of the type property.- Parameters:
value- allowed object isCodeableConcept
-
getStatus
public AccountStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
AccountStatus
-
setStatus
public void setStatus(AccountStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isAccountStatus
-
getActivePeriod
public Period getActivePeriod()
Gets the value of the activePeriod property.- Returns:
- possible object is
Period
-
setActivePeriod
public void setActivePeriod(Period value)
Sets the value of the activePeriod property.- Parameters:
value- allowed object isPeriod
-
getCurrency
public Coding getCurrency()
Gets the value of the currency property.- Returns:
- possible object is
Coding
-
setCurrency
public void setCurrency(Coding value)
Sets the value of the currency property.- Parameters:
value- allowed object isCoding
-
getBalance
public Money getBalance()
Gets the value of the balance property.- Returns:
- possible object is
Money
-
setBalance
public void setBalance(Money value)
Sets the value of the balance property.- Parameters:
value- allowed object isMoney
-
getCoveragePeriod
public Period getCoveragePeriod()
Gets the value of the coveragePeriod property.- Returns:
- possible object is
Period
-
setCoveragePeriod
public void setCoveragePeriod(Period value)
Sets the value of the coveragePeriod property.- Parameters:
value- allowed object isPeriod
-
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
-
getOwner
public Reference getOwner()
Gets the value of the owner property.- Returns:
- possible object is
Reference
-
setOwner
public void setOwner(Reference value)
Sets the value of the owner property.- Parameters:
value- allowed object isReference
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
withIdentifier
public Account withIdentifier(Identifier... values)
-
withIdentifier
public Account withIdentifier(java.util.Collection<Identifier> values)
-
withType
public Account withType(CodeableConcept value)
-
withStatus
public Account withStatus(AccountStatus value)
-
withText
public Account withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Account withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Account withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Account withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Account withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Account withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Account withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Account withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Account withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Account withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Account 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
-
-