Package gov.nist.secauto.oscal.lib.model
Class BackMatter.Resource.Base64
java.lang.Object
gov.nist.secauto.oscal.lib.model.BackMatter.Resource.Base64
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- BackMatter.Resource
@MetaschemaField(formalName="Base64",
description="A resource encoded using the Base64 alphabet defined by [RFC 2045](https://www.rfc-editor.org/rfc/rfc2045.html).",
name="base64",
moduleClass=OscalMetadataModule.class)
public static class BackMatter.Resource.Base64
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
A resource encoded using the Base64 alphabet defined by RFC 2045.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaData
getValue()
void
setFilename
(String value) void
setMediaType
(String value) void
setValue
(ByteBuffer value) toString()