Class NEN3610IDType

java.lang.Object
nl.b3p.topnl.top10nl.NEN3610IDType

public class NEN3610IDType extends Object
Java class for NEN3610IDType complex type.

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

 <complexType name="NEN3610IDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lokaalID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • namespace

      protected String namespace
    • lokaalID

      protected String lokaalID
  • Constructor Details

    • NEN3610IDType

      public NEN3610IDType()
  • Method Details

    • getNamespace

      public String getNamespace()
      Gets the value of the namespace property.
      Returns:
      possible object is String
    • setNamespace

      public void setNamespace(String value)
      Sets the value of the namespace property.
      Parameters:
      value - allowed object is String
    • getLokaalID

      public String getLokaalID()
      Gets the value of the lokaalID property.
      Returns:
      possible object is String
    • setLokaalID

      public void setLokaalID(String value)
      Sets the value of the lokaalID property.
      Parameters:
      value - allowed object is String