Class ValidationObjectType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.ValidationObjectType
-
- All Implemented Interfaces:
Serializable
public class ValidationObjectType extends Object implements Serializable
Java class for ValidationObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationObjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ObjectType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="ValidationObjectRepresentation" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationObjectRepresentationType"/> <element name="POE" type="{http://uri.etsi.org/19102/v1.2.1#}POEType" minOccurs="0"/> <element name="POEProvisioning" type="{http://uri.etsi.org/19102/v1.2.1#}POEProvisioningType" minOccurs="0"/> <element name="ValidationReport" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureValidationReportType" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected ObjectTypeobjectTypeprotected POETypepoeprotected POEProvisioningTypepoeProvisioningprotected ValidationObjectRepresentationTypevalidationObjectRepresentationprotected SignatureValidationReportTypevalidationReport
-
Constructor Summary
Constructors Constructor Description ValidationObjectType()
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the value of the id property.ObjectTypegetObjectType()Gets the value of the objectType property.POETypegetPOE()Gets the value of the poe property.POEProvisioningTypegetPOEProvisioning()Gets the value of the poeProvisioning property.ValidationObjectRepresentationTypegetValidationObjectRepresentation()Gets the value of the validationObjectRepresentation property.SignatureValidationReportTypegetValidationReport()Gets the value of the validationReport property.voidsetId(String value)Sets the value of the id property.voidsetObjectType(ObjectType value)Sets the value of the objectType property.voidsetPOE(POEType value)Sets the value of the poe property.voidsetPOEProvisioning(POEProvisioningType value)Sets the value of the poeProvisioning property.voidsetValidationObjectRepresentation(ValidationObjectRepresentationType value)Sets the value of the validationObjectRepresentation property.voidsetValidationReport(SignatureValidationReportType value)Sets the value of the validationReport property.
-
-
-
Field Detail
-
objectType
protected ObjectType objectType
-
validationObjectRepresentation
protected ValidationObjectRepresentationType validationObjectRepresentation
-
poe
protected POEType poe
-
poeProvisioning
protected POEProvisioningType poeProvisioning
-
validationReport
protected SignatureValidationReportType validationReport
-
id
protected String id
-
-
Method Detail
-
getObjectType
public ObjectType getObjectType()
Gets the value of the objectType property.- Returns:
- possible object is
String
-
setObjectType
public void setObjectType(ObjectType value)
Sets the value of the objectType property.- Parameters:
value- allowed object isString
-
getValidationObjectRepresentation
public ValidationObjectRepresentationType getValidationObjectRepresentation()
Gets the value of the validationObjectRepresentation property.- Returns:
- possible object is
ValidationObjectRepresentationType
-
setValidationObjectRepresentation
public void setValidationObjectRepresentation(ValidationObjectRepresentationType value)
Sets the value of the validationObjectRepresentation property.- Parameters:
value- allowed object isValidationObjectRepresentationType
-
getPOE
public POEType getPOE()
Gets the value of the poe property.- Returns:
- possible object is
POEType
-
setPOE
public void setPOE(POEType value)
Sets the value of the poe property.- Parameters:
value- allowed object isPOEType
-
getPOEProvisioning
public POEProvisioningType getPOEProvisioning()
Gets the value of the poeProvisioning property.- Returns:
- possible object is
POEProvisioningType
-
setPOEProvisioning
public void setPOEProvisioning(POEProvisioningType value)
Sets the value of the poeProvisioning property.- Parameters:
value- allowed object isPOEProvisioningType
-
getValidationReport
public SignatureValidationReportType getValidationReport()
Gets the value of the validationReport property.- Returns:
- possible object is
SignatureValidationReportType
-
setValidationReport
public void setValidationReport(SignatureValidationReportType value)
Sets the value of the validationReport property.- Parameters:
value- allowed object isSignatureValidationReportType
-
-