Class DataReference.Content

  • Enclosing class:
    DataReference

    public static class DataReference.Content
    extends Object
    <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="filename" type="{http://www.w3.org/2001/XMLSchema}NCName"/&gt; &lt;element name="checksum" type="{http://www.logius.nl/digikoppeling/gb/2010/10}checksumType"/&gt; &lt;element name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/&gt; &lt;/sequence&gt; &lt;attribute name="contentType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • Content

        public Content()
    • 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 is String
      • 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 is ChecksumType
      • 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 is BigInteger
      • getContentType

        public String getContentType()
        Gets the value of the contentType property.
        Returns:
        possible object is String
      • setContentType

        public void setContentType​(String value)
        Sets the value of the contentType property.
        Parameters:
        value - allowed object is String