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>
| Constructor and Description |
|---|
ChecksumType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
Copyright © 2018 B3Partners B.V.. All rights reserved.