Class 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>
     
    • 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