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 String
id
protected ObjectType
objectType
protected POEType
poe
protected POEProvisioningType
poeProvisioning
protected ValidationObjectRepresentationType
validationObjectRepresentation
protected SignatureValidationReportType
validationReport
-
Constructor Summary
Constructors Constructor Description ValidationObjectType()
-
Method Summary
Modifier and Type Method Description String
getId()
Gets the value of the id property.ObjectType
getObjectType()
Gets the value of the objectType property.POEType
getPOE()
Gets the value of the poe property.POEProvisioningType
getPOEProvisioning()
Gets the value of the poeProvisioning property.ValidationObjectRepresentationType
getValidationObjectRepresentation()
Gets the value of the validationObjectRepresentation property.SignatureValidationReportType
getValidationReport()
Gets the value of the validationReport property.void
setId(String value)
Sets the value of the id property.void
setObjectType(ObjectType value)
Sets the value of the objectType property.void
setPOE(POEType value)
Sets the value of the poe property.void
setPOEProvisioning(POEProvisioningType value)
Sets the value of the poeProvisioning property.void
setValidationObjectRepresentation(ValidationObjectRepresentationType value)
Sets the value of the validationObjectRepresentation property.void
setValidationReport(SignatureValidationReportType value)
Sets the value of the validationReport property.
-
Field Details
-
Constructor Details
-
ValidationObjectType
public ValidationObjectType()
-
-
Method Details
-
getObjectType
Gets the value of the objectType property.- Returns:
- possible object is
String
-
setObjectType
Sets the value of the objectType property.- Parameters:
value
- allowed object isString
-
getValidationObjectRepresentation
Gets the value of the validationObjectRepresentation property.- Returns:
- possible object is
ValidationObjectRepresentationType
-
setValidationObjectRepresentation
Sets the value of the validationObjectRepresentation property.- Parameters:
value
- allowed object isValidationObjectRepresentationType
-
getPOE
Gets the value of the poe property.- Returns:
- possible object is
POEType
-
setPOE
Sets the value of the poe property.- Parameters:
value
- allowed object isPOEType
-
getPOEProvisioning
Gets the value of the poeProvisioning property.- Returns:
- possible object is
POEProvisioningType
-
setPOEProvisioning
Sets the value of the poeProvisioning property.- Parameters:
value
- allowed object isPOEProvisioningType
-
getValidationReport
Gets the value of the validationReport property.- Returns:
- possible object is
SignatureValidationReportType
-
setValidationReport
Sets the value of the validationReport property.- Parameters:
value
- allowed object isSignatureValidationReportType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-