Package eu.europa.esig.dss.policy.jaxb
Class ContainerConstraints
- java.lang.Object
-
- eu.europa.esig.dss.policy.jaxb.ContainerConstraints
-
- All Implemented Interfaces:
Serializable
public class ContainerConstraints extends Object implements Serializable
ASiC specific constraintsJava class for ContainerConstraints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContainerConstraints"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcceptableContainerTypes" type="{http://dss.esig.europa.eu/validation/policy}MultiValuesConstraint" minOccurs="0"/> <element name="ZipCommentPresent" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="AcceptableZipComment" type="{http://dss.esig.europa.eu/validation/policy}MultiValuesConstraint" minOccurs="0"/> <element name="MimeTypeFilePresent" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="AcceptableMimeTypeFileContent" type="{http://dss.esig.europa.eu/validation/policy}MultiValuesConstraint" minOccurs="0"/> <element name="ManifestFilePresent" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="AllFilesSigned" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MultiValuesConstraintacceptableContainerTypesprotected MultiValuesConstraintacceptableMimeTypeFileContentprotected MultiValuesConstraintacceptableZipCommentprotected LevelConstraintallFilesSignedprotected LevelConstraintmanifestFilePresentprotected LevelConstraintmimeTypeFilePresentprotected LevelConstraintzipCommentPresent
-
Constructor Summary
Constructors Constructor Description ContainerConstraints()
-
Method Summary
Modifier and Type Method Description MultiValuesConstraintgetAcceptableContainerTypes()Gets the value of the acceptableContainerTypes property.MultiValuesConstraintgetAcceptableMimeTypeFileContent()Gets the value of the acceptableMimeTypeFileContent property.MultiValuesConstraintgetAcceptableZipComment()Gets the value of the acceptableZipComment property.LevelConstraintgetAllFilesSigned()Gets the value of the allFilesSigned property.LevelConstraintgetManifestFilePresent()Gets the value of the manifestFilePresent property.LevelConstraintgetMimeTypeFilePresent()Gets the value of the mimeTypeFilePresent property.LevelConstraintgetZipCommentPresent()Gets the value of the zipCommentPresent property.voidsetAcceptableContainerTypes(MultiValuesConstraint value)Sets the value of the acceptableContainerTypes property.voidsetAcceptableMimeTypeFileContent(MultiValuesConstraint value)Sets the value of the acceptableMimeTypeFileContent property.voidsetAcceptableZipComment(MultiValuesConstraint value)Sets the value of the acceptableZipComment property.voidsetAllFilesSigned(LevelConstraint value)Sets the value of the allFilesSigned property.voidsetManifestFilePresent(LevelConstraint value)Sets the value of the manifestFilePresent property.voidsetMimeTypeFilePresent(LevelConstraint value)Sets the value of the mimeTypeFilePresent property.voidsetZipCommentPresent(LevelConstraint value)Sets the value of the zipCommentPresent property.
-
-
-
Field Detail
-
acceptableContainerTypes
protected MultiValuesConstraint acceptableContainerTypes
-
zipCommentPresent
protected LevelConstraint zipCommentPresent
-
acceptableZipComment
protected MultiValuesConstraint acceptableZipComment
-
mimeTypeFilePresent
protected LevelConstraint mimeTypeFilePresent
-
acceptableMimeTypeFileContent
protected MultiValuesConstraint acceptableMimeTypeFileContent
-
manifestFilePresent
protected LevelConstraint manifestFilePresent
-
allFilesSigned
protected LevelConstraint allFilesSigned
-
-
Method Detail
-
getAcceptableContainerTypes
public MultiValuesConstraint getAcceptableContainerTypes()
Gets the value of the acceptableContainerTypes property.- Returns:
- possible object is
MultiValuesConstraint
-
setAcceptableContainerTypes
public void setAcceptableContainerTypes(MultiValuesConstraint value)
Sets the value of the acceptableContainerTypes property.- Parameters:
value- allowed object isMultiValuesConstraint
-
getZipCommentPresent
public LevelConstraint getZipCommentPresent()
Gets the value of the zipCommentPresent property.- Returns:
- possible object is
LevelConstraint
-
setZipCommentPresent
public void setZipCommentPresent(LevelConstraint value)
Sets the value of the zipCommentPresent property.- Parameters:
value- allowed object isLevelConstraint
-
getAcceptableZipComment
public MultiValuesConstraint getAcceptableZipComment()
Gets the value of the acceptableZipComment property.- Returns:
- possible object is
MultiValuesConstraint
-
setAcceptableZipComment
public void setAcceptableZipComment(MultiValuesConstraint value)
Sets the value of the acceptableZipComment property.- Parameters:
value- allowed object isMultiValuesConstraint
-
getMimeTypeFilePresent
public LevelConstraint getMimeTypeFilePresent()
Gets the value of the mimeTypeFilePresent property.- Returns:
- possible object is
LevelConstraint
-
setMimeTypeFilePresent
public void setMimeTypeFilePresent(LevelConstraint value)
Sets the value of the mimeTypeFilePresent property.- Parameters:
value- allowed object isLevelConstraint
-
getAcceptableMimeTypeFileContent
public MultiValuesConstraint getAcceptableMimeTypeFileContent()
Gets the value of the acceptableMimeTypeFileContent property.- Returns:
- possible object is
MultiValuesConstraint
-
setAcceptableMimeTypeFileContent
public void setAcceptableMimeTypeFileContent(MultiValuesConstraint value)
Sets the value of the acceptableMimeTypeFileContent property.- Parameters:
value- allowed object isMultiValuesConstraint
-
getManifestFilePresent
public LevelConstraint getManifestFilePresent()
Gets the value of the manifestFilePresent property.- Returns:
- possible object is
LevelConstraint
-
setManifestFilePresent
public void setManifestFilePresent(LevelConstraint value)
Sets the value of the manifestFilePresent property.- Parameters:
value- allowed object isLevelConstraint
-
getAllFilesSigned
public LevelConstraint getAllFilesSigned()
Gets the value of the allFilesSigned property.- Returns:
- possible object is
LevelConstraint
-
setAllFilesSigned
public void setAllFilesSigned(LevelConstraint value)
Sets the value of the allFilesSigned property.- Parameters:
value- allowed object isLevelConstraint
-
-