Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestSecurityCertificate
-
Uses of Conformance.RestSecurityCertificate in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionConformance.RestSecurity.getCertificate()
Gets the value(s) for certificate ().Modifier and TypeMethodDescriptionConformance.RestSecurity.addCertificate
(Conformance.RestSecurityCertificate theValue) Adds a given new value for certificate ()Modifier and TypeMethodDescriptionConformance.RestSecurity.setCertificate
(List<Conformance.RestSecurityCertificate> theValue) Sets the value(s) for certificate ()