public class FileMetaDataType extends Object
Java class for FileMetaData_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileMetaData_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CTSTransmissionID" type="{urn:oecd:ties:csm:v2}StringMin1Max200_Type" minOccurs="0"/>
<element name="CTSSendingTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="UncompressedFileSizeKBQty" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected XMLGregorianCalendar |
ctsSendingTimeStamp |
|
protected @Size(min=1,max=200) String |
ctsTransmissionID |
|
protected BigInteger |
uncompressedFileSizeKBQty |
| Constructor | Description |
|---|---|
FileMetaDataType() |
| Modifier and Type | Method | Description |
|---|---|---|
XMLGregorianCalendar |
getCTSSendingTimeStamp() |
Gets the value of the ctsSendingTimeStamp property.
|
String |
getCTSTransmissionID() |
Gets the value of the ctsTransmissionID property.
|
BigInteger |
getUncompressedFileSizeKBQty() |
Gets the value of the uncompressedFileSizeKBQty property.
|
void |
setCTSSendingTimeStamp(XMLGregorianCalendar value) |
Sets the value of the ctsSendingTimeStamp property.
|
void |
setCTSTransmissionID(String value) |
Sets the value of the ctsTransmissionID property.
|
void |
setUncompressedFileSizeKBQty(BigInteger value) |
Sets the value of the uncompressedFileSizeKBQty property.
|
@Size(min=1,
max=200)
protected @Size(min=1,max=200) String ctsTransmissionID
protected XMLGregorianCalendar ctsSendingTimeStamp
protected BigInteger uncompressedFileSizeKBQty
public String getCTSTransmissionID()
Stringpublic void setCTSTransmissionID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCTSSendingTimeStamp()
XMLGregorianCalendarpublic void setCTSSendingTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getUncompressedFileSizeKBQty()
BigIntegerpublic void setUncompressedFileSizeKBQty(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.