Class UrlType

java.lang.Object
nl.logius.digikoppeling.gb._2010._10.AnyString
nl.logius.digikoppeling.gb._2010._10.UrlType

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>
 
  • Field Details

    • type

      protected String type
  • Constructor Details

    • UrlType

      public UrlType()
  • Method Details

    • 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