Class DataReference.Content
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.DataReference.Content
-
- Enclosing class:
- DataReference
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ChecksumType
checksum
protected String
contentType
protected String
filename
protected BigInteger
size
-
Constructor Summary
Constructors Constructor Description Content()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
filename
protected String filename
-
checksum
protected ChecksumType checksum
-
size
protected BigInteger size
-
contentType
protected String contentType
-
-
Method Detail
-
getFilename
public String getFilename()
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
public void setFilename(String value)
Sets the value of the filename property.- Parameters:
value
- allowed object isString
-
getChecksum
public ChecksumType getChecksum()
Gets the value of the checksum property.- Returns:
- possible object is
ChecksumType
-
setChecksum
public void setChecksum(ChecksumType value)
Sets the value of the checksum property.- Parameters:
value
- allowed object isChecksumType
-
getSize
public BigInteger getSize()
Gets the value of the size property.- Returns:
- possible object is
BigInteger
-
setSize
public void setSize(BigInteger value)
Sets the value of the size property.- Parameters:
value
- allowed object isBigInteger
-
getContentType
public String getContentType()
Gets the value of the contentType property.- Returns:
- possible object is
String
-
-