public static class Conformance.RestSecurityCertificate extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Certificates associated with security profiles
| Constructor and Description |
|---|
RestSecurityCertificate() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
byte[] |
getBlob()
Gets the value(s) for blob ().
|
ca.uhn.fhir.model.primitive.Base64BinaryDt |
getBlobElement()
Gets the value(s) for blob ().
|
String |
getType()
Gets the value(s) for type ().
|
ca.uhn.fhir.model.primitive.CodeDt |
getTypeElement()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
Conformance.RestSecurityCertificate |
setBlob(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)
Sets the value(s) for blob ()
|
Conformance.RestSecurityCertificate |
setBlob(byte[] theBytes)
Sets the value for blob ()
|
Conformance.RestSecurityCertificate |
setType(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for type ()
|
Conformance.RestSecurityCertificate |
setType(String theCode)
Sets the value for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RestSecurityCertificate()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.CodeDt getTypeElement()
null.
Definition: Mime type for certificate
public String getType()
null.
Definition: Mime type for certificate
public Conformance.RestSecurityCertificate setType(ca.uhn.fhir.model.primitive.CodeDt theValue)
Definition: Mime type for certificate
public Conformance.RestSecurityCertificate setType(String theCode)
Definition: Mime type for certificate
public ca.uhn.fhir.model.primitive.Base64BinaryDt getBlobElement()
null.
Definition: Actual certificate
public byte[] getBlob()
null.
Definition: Actual certificate
public Conformance.RestSecurityCertificate setBlob(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)
Definition: Actual certificate
public Conformance.RestSecurityCertificate setBlob(byte[] theBytes)
Definition: Actual certificate
Copyright © 2014–2018 University Health Network. All rights reserved.