Class ValidationObjectType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationObjectType
- All Implemented Interfaces:
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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected ObjectType
protected POEType
protected POEProvisioningType
protected ValidationObjectRepresentationType
protected SignatureValidationReportType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the objectType property.getPOE()
Gets the value of the poe property.Gets the value of the poeProvisioning property.Gets the value of the validationObjectRepresentation property.Gets the value of the validationReport property.void
Sets the value of the id property.void
setObjectType
(ObjectType value) Sets the value of the objectType property.void
Sets the value of the poe property.void
Sets the value of the poeProvisioning property.void
Sets the value of the validationObjectRepresentation property.void
Sets the value of the validationReport property.
-
Field Details
-
objectType
-
validationObjectRepresentation
-
poe
-
poeProvisioning
-
validationReport
-
id
-
-
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
-