public class GIRStatusMessageOECD extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageSpec" type="{urn:oecd:ties:csm:v2}MessageSpec_Type"/>
<element name="GIRStatusMessage" type="{urn:oecd:ties:csm:v2}GIRMessageStatus_Type"/>
</sequence>
<attribute name="version" type="{urn:oecd:ties:csm:v2}StringMin1Max10_Type" fixed="1.0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Valid GIRMessageStatusType |
girStatusMessage |
|
protected @NotNull @Valid MessageSpecType |
messageSpec |
|
protected @Size(min=1,max=10) String |
version |
| Constructor | Description |
|---|---|
GIRStatusMessageOECD() |
| Modifier and Type | Method | Description |
|---|---|---|
GIRMessageStatusType |
getGIRStatusMessage() |
Gets the value of the girStatusMessage property.
|
MessageSpecType |
getMessageSpec() |
Gets the value of the messageSpec property.
|
String |
getVersion() |
Gets the value of the version property.
|
void |
setGIRStatusMessage(GIRMessageStatusType value) |
Sets the value of the girStatusMessage property.
|
void |
setMessageSpec(MessageSpecType value) |
Sets the value of the messageSpec property.
|
void |
setVersion(String value) |
Sets the value of the version property.
|
@NotNull @Valid protected @NotNull @Valid MessageSpecType messageSpec
@NotNull @Valid protected @NotNull @Valid GIRMessageStatusType girStatusMessage
@Size(min=1,
max=10)
protected @Size(min=1,max=10) String version
public MessageSpecType getMessageSpec()
MessageSpecTypepublic void setMessageSpec(MessageSpecType value)
value - allowed object is
MessageSpecTypepublic GIRMessageStatusType getGIRStatusMessage()
GIRMessageStatusTypepublic void setGIRStatusMessage(GIRMessageStatusType value)
value - allowed object is
GIRMessageStatusTypepublic String getVersion()
StringCopyright © 2025. All rights reserved.