Class ChecksumType


  • public class ChecksumType
    extends Md5String

    Java class for checksumType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="checksumType">
       <simpleContent>
         <extension base="<http://www.logius.nl/digikoppeling/gb/2010/10>md5String">
           <attribute name="type" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="MD5"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • ChecksumType

        public ChecksumType()
    • Method Detail

      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

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