Class ResultOfVerificationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ResultOfVerificationType
-
public class ResultOfVerificationType extends Object
Java class for ResultOfVerificationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultOfVerificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidatorID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidationResultCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidationDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidationTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidateProcess" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidateTool" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidateToolVersion" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SignatoryParty" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartyTypesignatoryPartyprotected ValidateProcessTypevalidateProcessprotected ValidateToolTypevalidateToolprotected ValidateToolVersionTypevalidateToolVersionprotected ValidationDateTypevalidationDateprotected ValidationResultCodeTypevalidationResultCodeprotected ValidationTimeTypevalidationTimeprotected ValidatorIDTypevalidatorID
-
Constructor Summary
Constructors Constructor Description ResultOfVerificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyTypegetSignatoryParty()Gets the value of the signatoryParty property.ValidateProcessTypegetValidateProcess()Gets the value of the validateProcess property.ValidateToolTypegetValidateTool()Gets the value of the validateTool property.ValidateToolVersionTypegetValidateToolVersion()Gets the value of the validateToolVersion property.ValidationDateTypegetValidationDate()Gets the value of the validationDate property.ValidationResultCodeTypegetValidationResultCode()Gets the value of the validationResultCode property.ValidationTimeTypegetValidationTime()Gets the value of the validationTime property.ValidatorIDTypegetValidatorID()Gets the value of the validatorID property.voidsetSignatoryParty(PartyType value)Sets the value of the signatoryParty property.voidsetValidateProcess(ValidateProcessType value)Sets the value of the validateProcess property.voidsetValidateTool(ValidateToolType value)Sets the value of the validateTool property.voidsetValidateToolVersion(ValidateToolVersionType value)Sets the value of the validateToolVersion property.voidsetValidationDate(ValidationDateType value)Sets the value of the validationDate property.voidsetValidationResultCode(ValidationResultCodeType value)Sets the value of the validationResultCode property.voidsetValidationTime(ValidationTimeType value)Sets the value of the validationTime property.voidsetValidatorID(ValidatorIDType value)Sets the value of the validatorID property.
-
-
-
Field Detail
-
validatorID
protected ValidatorIDType validatorID
-
validationResultCode
protected ValidationResultCodeType validationResultCode
-
validationDate
protected ValidationDateType validationDate
-
validationTime
protected ValidationTimeType validationTime
-
validateProcess
protected ValidateProcessType validateProcess
-
validateTool
protected ValidateToolType validateTool
-
validateToolVersion
protected ValidateToolVersionType validateToolVersion
-
signatoryParty
protected PartyType signatoryParty
-
-
Method Detail
-
getValidatorID
public ValidatorIDType getValidatorID()
Gets the value of the validatorID property.- Returns:
- possible object is
ValidatorIDType
-
setValidatorID
public void setValidatorID(ValidatorIDType value)
Sets the value of the validatorID property.- Parameters:
value- allowed object isValidatorIDType
-
getValidationResultCode
public ValidationResultCodeType getValidationResultCode()
Gets the value of the validationResultCode property.- Returns:
- possible object is
ValidationResultCodeType
-
setValidationResultCode
public void setValidationResultCode(ValidationResultCodeType value)
Sets the value of the validationResultCode property.- Parameters:
value- allowed object isValidationResultCodeType
-
getValidationDate
public ValidationDateType getValidationDate()
Gets the value of the validationDate property.- Returns:
- possible object is
ValidationDateType
-
setValidationDate
public void setValidationDate(ValidationDateType value)
Sets the value of the validationDate property.- Parameters:
value- allowed object isValidationDateType
-
getValidationTime
public ValidationTimeType getValidationTime()
Gets the value of the validationTime property.- Returns:
- possible object is
ValidationTimeType
-
setValidationTime
public void setValidationTime(ValidationTimeType value)
Sets the value of the validationTime property.- Parameters:
value- allowed object isValidationTimeType
-
getValidateProcess
public ValidateProcessType getValidateProcess()
Gets the value of the validateProcess property.- Returns:
- possible object is
ValidateProcessType
-
setValidateProcess
public void setValidateProcess(ValidateProcessType value)
Sets the value of the validateProcess property.- Parameters:
value- allowed object isValidateProcessType
-
getValidateTool
public ValidateToolType getValidateTool()
Gets the value of the validateTool property.- Returns:
- possible object is
ValidateToolType
-
setValidateTool
public void setValidateTool(ValidateToolType value)
Sets the value of the validateTool property.- Parameters:
value- allowed object isValidateToolType
-
getValidateToolVersion
public ValidateToolVersionType getValidateToolVersion()
Gets the value of the validateToolVersion property.- Returns:
- possible object is
ValidateToolVersionType
-
setValidateToolVersion
public void setValidateToolVersion(ValidateToolVersionType value)
Sets the value of the validateToolVersion property.- Parameters:
value- allowed object isValidateToolVersionType
-
getSignatoryParty
public PartyType getSignatoryParty()
Gets the value of the signatoryParty property.- Returns:
- possible object is
PartyType
-
-