public class GIRMessageStatusType extends Object
Java class for GIRMessageStatus_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GIRMessageStatus_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginalMessage" type="{urn:oecd:ties:csm:v2}OriginalMessage_Type"/>
<element name="ValidationErrors" type="{urn:oecd:ties:csm:v2}ValidationErrors_Type"/>
<element name="ValidationResult" type="{urn:oecd:ties:csm:v2}ValidationResult_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Valid OriginalMessageType |
originalMessage |
|
protected @NotNull @Valid ValidationErrorsType |
validationErrors |
|
protected @NotNull @Valid ValidationResultType |
validationResult |
| Constructor | Description |
|---|---|
GIRMessageStatusType() |
| Modifier and Type | Method | Description |
|---|---|---|
OriginalMessageType |
getOriginalMessage() |
Gets the value of the originalMessage property.
|
ValidationErrorsType |
getValidationErrors() |
Gets the value of the validationErrors property.
|
ValidationResultType |
getValidationResult() |
Gets the value of the validationResult property.
|
void |
setOriginalMessage(OriginalMessageType value) |
Sets the value of the originalMessage property.
|
void |
setValidationErrors(ValidationErrorsType value) |
Sets the value of the validationErrors property.
|
void |
setValidationResult(ValidationResultType value) |
Sets the value of the validationResult property.
|
@NotNull @Valid protected @NotNull @Valid OriginalMessageType originalMessage
@NotNull @Valid protected @NotNull @Valid ValidationErrorsType validationErrors
@NotNull @Valid protected @NotNull @Valid ValidationResultType validationResult
public OriginalMessageType getOriginalMessage()
OriginalMessageTypepublic void setOriginalMessage(OriginalMessageType value)
value - allowed object is
OriginalMessageTypepublic ValidationErrorsType getValidationErrors()
ValidationErrorsTypepublic void setValidationErrors(ValidationErrorsType value)
value - allowed object is
ValidationErrorsTypepublic ValidationResultType getValidationResult()
ValidationResultTypepublic void setValidationResult(ValidationResultType value)
value - allowed object is
ValidationResultTypeCopyright © 2025. All rights reserved.