public class OriginalMessageType extends Object
Java class for OriginalMessage_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalMessage_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginalMessageRefID" type="{urn:oecd:ties:csm:v2}StringMin1Max170_Type" minOccurs="0"/>
<element name="FileMetaData" type="{urn:oecd:ties:csm:v2}FileMetaData_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid FileMetaDataType |
fileMetaData |
|
protected @Size(min=1,max=170) String |
originalMessageRefID |
| Constructor | Description |
|---|---|
OriginalMessageType() |
| Modifier and Type | Method | Description |
|---|---|---|
FileMetaDataType |
getFileMetaData() |
Gets the value of the fileMetaData property.
|
String |
getOriginalMessageRefID() |
Gets the value of the originalMessageRefID property.
|
void |
setFileMetaData(FileMetaDataType value) |
Sets the value of the fileMetaData property.
|
void |
setOriginalMessageRefID(String value) |
Sets the value of the originalMessageRefID property.
|
@Size(min=1,
max=170)
protected @Size(min=1,max=170) String originalMessageRefID
@Valid protected @Valid FileMetaDataType fileMetaData
public String getOriginalMessageRefID()
Stringpublic void setOriginalMessageRefID(String value)
value - allowed object is
Stringpublic FileMetaDataType getFileMetaData()
FileMetaDataTypepublic void setFileMetaData(FileMetaDataType value)
value - allowed object is
FileMetaDataTypeCopyright © 2025. All rights reserved.