
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestSecurityCertificate
Packages that use Conformance.RestSecurityCertificate
-
Uses of Conformance.RestSecurityCertificate in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.RestSecurityCertificateModifier and TypeMethodDescriptionConformance.RestSecurity.addCertificate()
Adds and returns a new value for certificate ()Conformance.RestSecurity.getCertificateFirstRep()
Gets the first repetition for certificate (), creating it if it does not already exist.Conformance.RestSecurityCertificate.setBlob
(byte[] theBytes) Sets the value for blob ()Conformance.RestSecurityCertificate.setBlob
(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue) Sets the value(s) for blob ()Conformance.RestSecurityCertificate.setType
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for type ()Sets the value for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.RestSecurityCertificateModifier and TypeMethodDescriptionConformance.RestSecurity.getCertificate()
Gets the value(s) for certificate ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.RestSecurityCertificateModifier and TypeMethodDescriptionConformance.RestSecurity.addCertificate
(Conformance.RestSecurityCertificate theValue) Adds a given new value for certificate ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.RestSecurityCertificateModifier and TypeMethodDescriptionConformance.RestSecurity.setCertificate
(List<Conformance.RestSecurityCertificate> theValue) Sets the value(s) for certificate ()