![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Account.GuarantorComponent
Packages that use Account.GuarantorComponent
-
Uses of Account.GuarantorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Account.GuarantorComponentModifier and TypeMethodDescriptionprotected Account.GuarantorComponent
JsonParser.parseAccountGuarantorComponent
(com.google.gson.JsonObject json, Account owner) protected Account.GuarantorComponent
XmlParser.parseAccountGuarantorComponent
(org.xmlpull.v1.XmlPullParser xpp, Account owner) Methods in org.hl7.fhir.r4.formats with parameters of type Account.GuarantorComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAccountGuarantorComponent
(String name, Account.GuarantorComponent element) protected void
RdfParser.composeAccountGuarantorComponent
(Turtle.Complex parent, String parentType, String name, Account.GuarantorComponent element, int index) protected void
XmlParser.composeAccountGuarantorComponent
(String name, Account.GuarantorComponent element) protected void
XmlParser.composeAccountGuarantorComponentElements
(Account.GuarantorComponent element) protected void
JsonParser.composeAccountGuarantorComponentInner
(Account.GuarantorComponent element) protected boolean
XmlParser.parseAccountGuarantorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account owner, Account.GuarantorComponent res) protected void
JsonParser.parseAccountGuarantorComponentProperties
(com.google.gson.JsonObject json, Account owner, Account.GuarantorComponent res) -
Uses of Account.GuarantorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Account.GuarantorComponentModifier and TypeFieldDescriptionprotected List
<Account.GuarantorComponent> Account.guarantor
The parties responsible for balancing the account if other payment options fall short.Methods in org.hl7.fhir.r4.model that return Account.GuarantorComponentModifier and TypeMethodDescriptionAccount.addGuarantor()
Account.GuarantorComponent.copy()
Account.getGuarantorFirstRep()
Account.GuarantorComponent.setOnHold
(boolean value) Account.GuarantorComponent.setOnHoldElement
(BooleanType value) Account.GuarantorComponent.setPartyTarget
(Resource value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Account.GuarantorComponentMethods in org.hl7.fhir.r4.model with parameters of type Account.GuarantorComponentModifier and TypeMethodDescriptionAccount.addGuarantor
(Account.GuarantorComponent t) void
Account.GuarantorComponent.copyValues
(Account.GuarantorComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Account.GuarantorComponentModifier and TypeMethodDescriptionAccount.setGuarantor
(List<Account.GuarantorComponent> theGuarantor)