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 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
-