public class ManifestCheckType extends Object
Java class for ManifestCheckType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManifestCheckType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Manifest" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}CheckResultType"
minOccurs="0"/>
<element name="XMLDsigManifest" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}CheckResultType"
minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CheckResultType |
manifest |
protected CheckResultType |
xmlDsigManifest |
| Constructor and Description |
|---|
ManifestCheckType() |
| Modifier and Type | Method and Description |
|---|---|
CheckResultType |
getManifest()
Gets the value of the manifest property.
|
CheckResultType |
getXMLDsigManifest()
Gets the value of the xmlDsigManifest property.
|
void |
setManifest(CheckResultType value)
Sets the value of the manifest property.
|
void |
setXMLDsigManifest(CheckResultType value)
Sets the value of the xmlDsigManifest property.
|
protected CheckResultType manifest
protected CheckResultType xmlDsigManifest
public CheckResultType getManifest()
CheckResultTypepublic void setManifest(CheckResultType value)
value - allowed object is CheckResultTypepublic CheckResultType getXMLDsigManifest()
CheckResultTypepublic void setXMLDsigManifest(CheckResultType value)
value - allowed object is CheckResultTypeCopyright © 2014–2019. All rights reserved.