public class UrlType extends AnyString
Java class for urlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="urlType">
<simpleContent>
<extension base="<http://www.logius.nl/digikoppeling/gb/2010/10>anyString">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="xs:anyURI" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
UrlType() |
| 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.