public class SignatureInfoType extends Object
Java class for SignatureInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InputData" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}ContentExLocRefBaseType"
minOccurs="0"/>
<element name="SignerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SignatureCheck" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}CheckResultType"
minOccurs="0"/>
<element name="CertificateCheck" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}CheckResultType"/>
<element name="ManifestCheck" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}ManifestCheckType"
minOccurs="0"/>
<element name="Annotations" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}AnnotationsType"
minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationsType |
annotations |
protected CheckResultType |
certificateCheck |
protected ContentExLocRefBaseType |
inputData |
protected ManifestCheckType |
manifestCheck |
protected CheckResultType |
signatureCheck |
protected String |
signerName |
| Constructor and Description |
|---|
SignatureInfoType() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationsType |
getAnnotations()
Gets the value of the annotations property.
|
CheckResultType |
getCertificateCheck()
Gets the value of the certificateCheck property.
|
ContentExLocRefBaseType |
getInputData()
Gets the value of the inputData property.
|
ManifestCheckType |
getManifestCheck()
Gets the value of the manifestCheck property.
|
CheckResultType |
getSignatureCheck()
Gets the value of the signatureCheck property.
|
String |
getSignerName()
Gets the value of the signerName property.
|
void |
setAnnotations(AnnotationsType value)
Sets the value of the annotations property.
|
void |
setCertificateCheck(CheckResultType value)
Sets the value of the certificateCheck property.
|
void |
setInputData(ContentExLocRefBaseType value)
Sets the value of the inputData property.
|
void |
setManifestCheck(ManifestCheckType value)
Sets the value of the manifestCheck property.
|
void |
setSignatureCheck(CheckResultType value)
Sets the value of the signatureCheck property.
|
void |
setSignerName(String value)
Sets the value of the signerName property.
|
protected ContentExLocRefBaseType inputData
protected String signerName
protected CheckResultType signatureCheck
protected CheckResultType certificateCheck
protected ManifestCheckType manifestCheck
protected AnnotationsType annotations
public ContentExLocRefBaseType getInputData()
ContentExLocRefBaseTypepublic void setInputData(ContentExLocRefBaseType value)
value - allowed object is ContentExLocRefBaseTypepublic String getSignerName()
Stringpublic void setSignerName(String value)
value - allowed object is Stringpublic CheckResultType getSignatureCheck()
CheckResultTypepublic void setSignatureCheck(CheckResultType value)
value - allowed object is CheckResultTypepublic CheckResultType getCertificateCheck()
CheckResultTypepublic void setCertificateCheck(CheckResultType value)
value - allowed object is CheckResultTypepublic ManifestCheckType getManifestCheck()
ManifestCheckTypepublic void setManifestCheck(ManifestCheckType value)
value - allowed object is ManifestCheckTypepublic AnnotationsType getAnnotations()
AnnotationsTypepublic void setAnnotations(AnnotationsType value)
value - allowed object is AnnotationsTypeCopyright © 2014–2019. All rights reserved.