Class DataReference.Content
java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DataReference.Content
- Enclosing class:
- DataReference
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
FieldsModifier and TypeFieldDescriptionprotected ChecksumTypeprotected Stringprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the checksum property.Gets the value of the contentType property.Gets the value of the filename property.getSize()Gets the value of the size property.voidsetChecksum(ChecksumType value) Sets the value of the checksum property.voidsetContentType(String value) Sets the value of the contentType property.voidsetFilename(String value) Sets the value of the filename property.voidsetSize(BigInteger value) Sets the value of the size property.
-
Field Details
-
filename
-
checksum
-
size
-
contentType
-
-
Constructor Details
-
Content
public Content()
-
-
Method Details
-
getFilename
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getChecksum
Gets the value of the checksum property.- Returns:
- possible object is
ChecksumType
-
setChecksum
Sets the value of the checksum property.- Parameters:
value- allowed object isChecksumType
-
getSize
Gets the value of the size property.- Returns:
- possible object is
BigInteger
-
setSize
Sets the value of the size property.- Parameters:
value- allowed object isBigInteger
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
Sets the value of the contentType property.- Parameters:
value- allowed object isString
-