Class SignatureValidationProcessType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SignatureValidationProcessType
- All Implemented Interfaces:
Serializable
Java class for SignatureValidationProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureValidationProcessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignatureValidationProcessID" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="SignatureValidationServicePolicy" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="SignatureValidationPracticeStatement" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnyTypeprotected Stringprotected SignatureValidationProcessIDprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherInformation property.Gets the value of the signatureValidationPracticeStatement property.Gets the value of the signatureValidationProcessID property.Gets the value of the signatureValidationServicePolicy property.voidsetOtherInformation(AnyType value) Sets the value of the otherInformation property.voidSets the value of the signatureValidationPracticeStatement property.voidSets the value of the signatureValidationProcessID property.voidSets the value of the signatureValidationServicePolicy property.
-
Field Details
-
signatureValidationProcessID
-
signatureValidationServicePolicy
-
signatureValidationPracticeStatement
-
otherInformation
-
-
Constructor Details
-
SignatureValidationProcessType
public SignatureValidationProcessType()
-
-
Method Details
-
getSignatureValidationProcessID
Gets the value of the signatureValidationProcessID property.- Returns:
- possible object is
String
-
setSignatureValidationProcessID
Sets the value of the signatureValidationProcessID property.- Parameters:
value- allowed object isString
-
getSignatureValidationServicePolicy
-
setSignatureValidationServicePolicy
-
getSignatureValidationPracticeStatement
-
setSignatureValidationPracticeStatement
-
getOtherInformation
-
setOtherInformation
-