@CodingStyleguideUnaware public class ResultOfVerificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ResultOfVerificationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ResultOfVerificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ResultOfVerificationType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
PartyType |
getSignatoryParty()
<pre>
<?
|
ValidateProcessType |
getValidateProcess()
<pre>
<?
|
String |
getValidateProcessValue()
Get the value of the contained ValidateProcessType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidateToolType |
getValidateTool()
<pre>
<?
|
String |
getValidateToolValue()
Get the value of the contained ValidateToolType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidateToolVersionType |
getValidateToolVersion()
<pre>
<?
|
String |
getValidateToolVersionValue()
Get the value of the contained ValidateToolVersionType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidationDateType |
getValidationDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getValidationDateValue()
Get the value of the contained ValidationDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getValidationDateValueLocal()
Get the value of the contained ValidationDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidationResultCodeType |
getValidationResultCode()
<pre>
<?
|
String |
getValidationResultCodeValue()
Get the value of the contained ValidationResultCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidationTimeType |
getValidationTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getValidationTimeValue()
Get the value of the contained ValidationTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getValidationTimeValueLocal()
Get the value of the contained ValidationTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidatorIDType |
getValidatorID()
<pre>
<?
|
String |
getValidatorIDValue()
Get the value of the contained ValidatorIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setSignatoryParty(PartyType value)
Sets the value of the signatoryParty property.
|
ValidateProcessType |
setValidateProcess(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidateProcess(ValidateProcessType value)
Sets the value of the validateProcess property.
|
ValidateToolType |
setValidateTool(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidateTool(ValidateToolType value)
Sets the value of the validateTool property.
|
ValidateToolVersionType |
setValidateToolVersion(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidateToolVersion(ValidateToolVersionType value)
Sets the value of the validateToolVersion property.
|
ValidationDateType |
setValidationDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidationDate(ValidationDateType value)
Sets the value of the validationDate property.
|
ValidationDateType |
setValidationDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidationResultCodeType |
setValidationResultCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidationResultCode(ValidationResultCodeType value)
Sets the value of the validationResultCode property.
|
ValidationTimeType |
setValidationTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidationTime(ValidationTimeType value)
Sets the value of the validationTime property.
|
ValidationTimeType |
setValidationTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValidatorIDType |
setValidatorID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidatorID(ValidatorIDType value)
Sets the value of the validatorID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ResultOfVerificationType()
@Nullable public ValidatorIDType getValidatorID()
ValidatorIDTypepublic void setValidatorID(@Nullable ValidatorIDType value)
value - allowed object is
ValidatorIDType@Nullable public ValidationResultCodeType getValidationResultCode()
ValidationResultCodeTypepublic void setValidationResultCode(@Nullable ValidationResultCodeType value)
value - allowed object is
ValidationResultCodeType@Nullable public ValidationDateType getValidationDate()
ValidationDateTypepublic void setValidationDate(@Nullable ValidationDateType value)
value - allowed object is
ValidationDateType@Nullable public ValidationTimeType getValidationTime()
ValidationTimeTypepublic void setValidationTime(@Nullable ValidationTimeType value)
value - allowed object is
ValidationTimeType@Nullable public ValidateProcessType getValidateProcess()
ValidateProcessTypepublic void setValidateProcess(@Nullable ValidateProcessType value)
value - allowed object is
ValidateProcessType@Nullable public ValidateToolType getValidateTool()
ValidateToolTypepublic void setValidateTool(@Nullable ValidateToolType value)
value - allowed object is
ValidateToolType@Nullable public ValidateToolVersionType getValidateToolVersion()
ValidateToolVersionTypepublic void setValidateToolVersion(@Nullable ValidateToolVersionType value)
value - allowed object is
ValidateToolVersionType@Nullable public PartyType getSignatoryParty()
PartyTypepublic void setSignatoryParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ResultOfVerificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ResultOfVerificationType clone()
@Nonnull public ValidationResultCodeType setValidationResultCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidationDateType setValidationDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidationDateType setValidationDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidationTimeType setValidationTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidationTimeType setValidationTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidatorIDType setValidatorID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidateProcessType setValidateProcess(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidateToolType setValidateTool(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValidateToolVersionType setValidateToolVersion(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getValidatorIDValue()
@Nullable public String getValidationResultCodeValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getValidationDateValue()
@Nullable public LocalDate getValidationDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getValidationTimeValue()
@Nullable public LocalTime getValidationTimeValueLocal()
@Nullable public String getValidateProcessValue()
@Nullable public String getValidateToolValue()
@Nullable public String getValidateToolVersionValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.