Uses of Class
org.hl7.fhir.r4.model.Contract.SecurityLabelComponent
-
Packages that use Contract.SecurityLabelComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Contract.SecurityLabelComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Contract.SecurityLabelComponent Modifier and Type Method Description protected Contract.SecurityLabelComponentJsonParser. parseContractSecurityLabelComponent(com.google.gson.JsonObject json, Contract owner)protected Contract.SecurityLabelComponentXmlParser. parseContractSecurityLabelComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) -
Uses of Contract.SecurityLabelComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.SecurityLabelComponent Modifier and Type Field Description protected List<Contract.SecurityLabelComponent>Contract.TermComponent. securityLabelSecurity labels that protect the handling of information about the term and its elements, which may be specifically identified..Methods in org.hl7.fhir.r4.model that return types with arguments of type Contract.SecurityLabelComponent Modifier and Type Method Description List<Contract.SecurityLabelComponent>Contract.TermComponent. getSecurityLabel()Methods in org.hl7.fhir.r4.model with parameters of type Contract.SecurityLabelComponent Modifier and Type Method Description Contract.TermComponentContract.TermComponent. addSecurityLabel(Contract.SecurityLabelComponent t)voidContract.SecurityLabelComponent. copyValues(Contract.SecurityLabelComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.SecurityLabelComponent Modifier and Type Method Description Contract.TermComponentContract.TermComponent. setSecurityLabel(List<Contract.SecurityLabelComponent> theSecurityLabel)
-