public class ContainerInfo extends Object
| Constructor and Description |
|---|
ContainerInfo() |
| Modifier and Type | Method and Description |
|---|---|
ASiCContainerType |
getContainerType() |
List<ManifestFile> |
getManifestFiles() |
String |
getMimeTypeContent() |
List<String> |
getSignedDocumentFilenames() |
String |
getZipComment() |
boolean |
isMimeTypeFilePresent() |
void |
setContainerType(ASiCContainerType containerType) |
void |
setManifestFiles(List<ManifestFile> manifestFiles) |
void |
setMimeTypeContent(String mimeTypeContent) |
void |
setMimeTypeFilePresent(boolean mimeTypeFilePresent) |
void |
setSignedDocumentFilenames(List<String> signedDocumentFilenames) |
void |
setZipComment(String zipComment) |
public ASiCContainerType getContainerType()
public void setContainerType(ASiCContainerType containerType)
public String getZipComment()
public void setZipComment(String zipComment)
public boolean isMimeTypeFilePresent()
public void setMimeTypeFilePresent(boolean mimeTypeFilePresent)
public String getMimeTypeContent()
public void setMimeTypeContent(String mimeTypeContent)
public void setSignedDocumentFilenames(List<String> signedDocumentFilenames)
public List<ManifestFile> getManifestFiles()
public void setManifestFiles(List<ManifestFile> manifestFiles)
Copyright © 2018. All rights reserved.