Class SignatureValidationProcessType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.SignatureValidationProcessType
-
- All Implemented Interfaces:
Serializable
public class SignatureValidationProcessType extends Object implements 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"/> <any namespace='##other' minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected StringsignatureValidationPracticeStatementprotected SignatureValidationProcessIDsignatureValidationProcessIDprotected StringsignatureValidationServicePolicy
-
Constructor Summary
Constructors Constructor Description SignatureValidationProcessType()
-
Method Summary
Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.StringgetSignatureValidationPracticeStatement()Gets the value of the signatureValidationPracticeStatement property.SignatureValidationProcessIDgetSignatureValidationProcessID()Gets the value of the signatureValidationProcessID property.StringgetSignatureValidationServicePolicy()Gets the value of the signatureValidationServicePolicy property.voidsetAny(Object value)Sets the value of the any property.voidsetSignatureValidationPracticeStatement(String value)Sets the value of the signatureValidationPracticeStatement property.voidsetSignatureValidationProcessID(SignatureValidationProcessID value)Sets the value of the signatureValidationProcessID property.voidsetSignatureValidationServicePolicy(String value)Sets the value of the signatureValidationServicePolicy property.
-
-
-
Field Detail
-
signatureValidationProcessID
protected SignatureValidationProcessID signatureValidationProcessID
-
signatureValidationServicePolicy
protected String signatureValidationServicePolicy
-
signatureValidationPracticeStatement
protected String signatureValidationPracticeStatement
-
any
protected Object any
-
-
Method Detail
-
getSignatureValidationProcessID
public SignatureValidationProcessID getSignatureValidationProcessID()
Gets the value of the signatureValidationProcessID property.- Returns:
- possible object is
String
-
setSignatureValidationProcessID
public void setSignatureValidationProcessID(SignatureValidationProcessID value)
Sets the value of the signatureValidationProcessID property.- Parameters:
value- allowed object isString
-
getSignatureValidationServicePolicy
public String getSignatureValidationServicePolicy()
Gets the value of the signatureValidationServicePolicy property.- Returns:
- possible object is
String
-
setSignatureValidationServicePolicy
public void setSignatureValidationServicePolicy(String value)
Sets the value of the signatureValidationServicePolicy property.- Parameters:
value- allowed object isString
-
getSignatureValidationPracticeStatement
public String getSignatureValidationPracticeStatement()
Gets the value of the signatureValidationPracticeStatement property.- Returns:
- possible object is
String
-
setSignatureValidationPracticeStatement
public void setSignatureValidationPracticeStatement(String value)
Sets the value of the signatureValidationPracticeStatement property.- Parameters:
value- allowed object isString
-
getAny
public Object getAny()
Gets the value of the any property.- Returns:
- possible object is
Object
-
-