public static class DataReference.Content 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="filename" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
<element name="checksum" type="{http://www.logius.nl/digikoppeling/gb/2010/10}checksumType"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
</sequence>
<attribute name="contentType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChecksumType |
checksum |
protected String |
contentType |
protected String |
filename |
protected BigInteger |
size |
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
getChecksum()
Gets the value of the checksum property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getFilename()
Gets the value of the filename property.
|
BigInteger |
getSize()
Gets the value of the size property.
|
void |
setChecksum(ChecksumType value)
Sets the value of the checksum property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setSize(BigInteger value)
Sets the value of the size property.
|
protected String filename
protected ChecksumType checksum
protected BigInteger size
protected String contentType
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic ChecksumType getChecksum()
ChecksumTypepublic void setChecksum(ChecksumType value)
value - allowed object is
ChecksumTypepublic BigInteger getSize()
BigIntegerpublic void setSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getContentType()
StringCopyright © 2018 B3Partners B.V.. All rights reserved.