Package eu.europa.esig.dss.policy.jaxb
Class ContainerConstraints
java.lang.Object
eu.europa.esig.dss.policy.jaxb.ContainerConstraints
- All Implemented Interfaces:
Serializable
ASiC specific constraints
Java 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="SignedFilesPresent" 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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected MultiValuesConstraint
protected MultiValuesConstraint
protected MultiValuesConstraint
protected LevelConstraint
protected LevelConstraint
protected LevelConstraint
protected LevelConstraint
protected LevelConstraint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptableContainerTypes property.Gets the value of the acceptableMimeTypeFileContent property.Gets the value of the acceptableZipComment property.Gets the value of the allFilesSigned property.Gets the value of the manifestFilePresent property.Gets the value of the mimeTypeFilePresent property.Gets the value of the signedFilesPresent property.Gets the value of the zipCommentPresent property.void
Sets the value of the acceptableContainerTypes property.void
Sets the value of the acceptableMimeTypeFileContent property.void
Sets the value of the acceptableZipComment property.void
setAllFilesSigned
(LevelConstraint value) Sets the value of the allFilesSigned property.void
Sets the value of the manifestFilePresent property.void
Sets the value of the mimeTypeFilePresent property.void
Sets the value of the signedFilesPresent property.void
Sets the value of the zipCommentPresent property.
-
Field Details
-
acceptableContainerTypes
-
zipCommentPresent
-
acceptableZipComment
-
mimeTypeFilePresent
-
acceptableMimeTypeFileContent
-
manifestFilePresent
-
signedFilesPresent
-
allFilesSigned
-
-
Constructor Details
-
ContainerConstraints
public ContainerConstraints()
-
-
Method Details
-
getAcceptableContainerTypes
Gets the value of the acceptableContainerTypes property.- Returns:
- possible object is
MultiValuesConstraint
-
setAcceptableContainerTypes
Sets the value of the acceptableContainerTypes property.- Parameters:
value
- allowed object isMultiValuesConstraint
-
getZipCommentPresent
Gets the value of the zipCommentPresent property.- Returns:
- possible object is
LevelConstraint
-
setZipCommentPresent
Sets the value of the zipCommentPresent property.- Parameters:
value
- allowed object isLevelConstraint
-
getAcceptableZipComment
Gets the value of the acceptableZipComment property.- Returns:
- possible object is
MultiValuesConstraint
-
setAcceptableZipComment
Sets the value of the acceptableZipComment property.- Parameters:
value
- allowed object isMultiValuesConstraint
-
getMimeTypeFilePresent
Gets the value of the mimeTypeFilePresent property.- Returns:
- possible object is
LevelConstraint
-
setMimeTypeFilePresent
Sets the value of the mimeTypeFilePresent property.- Parameters:
value
- allowed object isLevelConstraint
-
getAcceptableMimeTypeFileContent
Gets the value of the acceptableMimeTypeFileContent property.- Returns:
- possible object is
MultiValuesConstraint
-
setAcceptableMimeTypeFileContent
Sets the value of the acceptableMimeTypeFileContent property.- Parameters:
value
- allowed object isMultiValuesConstraint
-
getManifestFilePresent
Gets the value of the manifestFilePresent property.- Returns:
- possible object is
LevelConstraint
-
setManifestFilePresent
Sets the value of the manifestFilePresent property.- Parameters:
value
- allowed object isLevelConstraint
-
getSignedFilesPresent
Gets the value of the signedFilesPresent property.- Returns:
- possible object is
LevelConstraint
-
setSignedFilesPresent
Sets the value of the signedFilesPresent property.- Parameters:
value
- allowed object isLevelConstraint
-
getAllFilesSigned
Gets the value of the allFilesSigned property.- Returns:
- possible object is
LevelConstraint
-
setAllFilesSigned
Sets the value of the allFilesSigned property.- Parameters:
value
- allowed object isLevelConstraint
-