Class UrlType
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.AnyString
-
- nl.logius.digikoppeling.gb._2010._10.UrlType
-
public class UrlType extends AnyString
<p>Java class for urlType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description UrlType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the value of the type property.voidsetType(String value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected String type
-
-