Class WegdeelType


public class WegdeelType extends Top250NlObjectType
Java class for WegdeelType complex type.

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

 <complexType name="WegdeelType">
   <complexContent>
     <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType">
       <sequence>
         <element name="typeInfrastructuur" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="typeWeg" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="hoofdverkeersgebruik" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="fysiekVoorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="verhardingsbreedteklasse" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
         <element name="gescheidenRijbaan" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType"/>
         <element name="verhardingstype" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="aantalRijstroken" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="status" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isBAGnaam" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType" minOccurs="0"/>
         <element name="aWegnummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="nWegnummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="eWegnummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sWegnummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="afritnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="afritnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="knooppuntnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="brugnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tunnelnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTLijnOfPuntPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • typeInfrastructuur

      protected CodeType typeInfrastructuur
    • typeWeg

      protected CodeType typeWeg
    • hoofdverkeersgebruik

      protected CodeType hoofdverkeersgebruik
    • fysiekVoorkomen

      protected List<CodeType> fysiekVoorkomen
    • verhardingsbreedteklasse

      protected CodeType verhardingsbreedteklasse
    • gescheidenRijbaan

      protected BRTJaNeeWaardeType gescheidenRijbaan
    • verhardingstype

      protected CodeType verhardingstype
    • aantalRijstroken

      protected BigInteger aantalRijstroken
    • status

      protected CodeType status
    • naam

      protected List<String> naam
    • isBAGnaam

      protected BRTJaNeeWaardeType isBAGnaam
    • aWegnummer

      protected List<String> aWegnummer
    • nWegnummer

      protected List<String> nWegnummer
    • eWegnummer

      protected List<String> eWegnummer
    • sWegnummer

      protected List<String> sWegnummer
    • afritnummer

      protected String afritnummer
    • afritnaam

      protected String afritnaam
    • knooppuntnaam

      protected String knooppuntnaam
    • brugnaam

      protected String brugnaam
    • tunnelnaam

      protected String tunnelnaam
    • geometrie

      protected Element geometrie
  • Constructor Details

    • WegdeelType

      public WegdeelType()
  • Method Details

    • getTypeInfrastructuur

      public CodeType getTypeInfrastructuur()
      Gets the value of the typeInfrastructuur property.
      Returns:
      possible object is CodeType
    • setTypeInfrastructuur

      public void setTypeInfrastructuur(CodeType value)
      Sets the value of the typeInfrastructuur property.
      Parameters:
      value - allowed object is CodeType
    • getTypeWeg

      public CodeType getTypeWeg()
      Gets the value of the typeWeg property.
      Returns:
      possible object is CodeType
    • setTypeWeg

      public void setTypeWeg(CodeType value)
      Sets the value of the typeWeg property.
      Parameters:
      value - allowed object is CodeType
    • getHoofdverkeersgebruik

      public CodeType getHoofdverkeersgebruik()
      Gets the value of the hoofdverkeersgebruik property.
      Returns:
      possible object is CodeType
    • setHoofdverkeersgebruik

      public void setHoofdverkeersgebruik(CodeType value)
      Sets the value of the hoofdverkeersgebruik property.
      Parameters:
      value - allowed object is CodeType
    • getFysiekVoorkomen

      public List<CodeType> getFysiekVoorkomen()
      Gets the value of the fysiekVoorkomen property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fysiekVoorkomen property.

      For example, to add a new item, do as follows:

          getFysiekVoorkomen().add(newItem);
       

      Objects of the following type(s) are allowed in the list CodeType

    • getVerhardingsbreedteklasse

      public CodeType getVerhardingsbreedteklasse()
      Gets the value of the verhardingsbreedteklasse property.
      Returns:
      possible object is CodeType
    • setVerhardingsbreedteklasse

      public void setVerhardingsbreedteklasse(CodeType value)
      Sets the value of the verhardingsbreedteklasse property.
      Parameters:
      value - allowed object is CodeType
    • getGescheidenRijbaan

      public BRTJaNeeWaardeType getGescheidenRijbaan()
      Gets the value of the gescheidenRijbaan property.
      Returns:
      possible object is BRTJaNeeWaardeType
    • setGescheidenRijbaan

      public void setGescheidenRijbaan(BRTJaNeeWaardeType value)
      Sets the value of the gescheidenRijbaan property.
      Parameters:
      value - allowed object is BRTJaNeeWaardeType
    • getVerhardingstype

      public CodeType getVerhardingstype()
      Gets the value of the verhardingstype property.
      Returns:
      possible object is CodeType
    • setVerhardingstype

      public void setVerhardingstype(CodeType value)
      Sets the value of the verhardingstype property.
      Parameters:
      value - allowed object is CodeType
    • getAantalRijstroken

      public BigInteger getAantalRijstroken()
      Gets the value of the aantalRijstroken property.
      Returns:
      possible object is BigInteger
    • setAantalRijstroken

      public void setAantalRijstroken(BigInteger value)
      Sets the value of the aantalRijstroken property.
      Parameters:
      value - allowed object is BigInteger
    • getStatus

      public CodeType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is CodeType
    • setStatus

      public void setStatus(CodeType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is CodeType
    • getNaam

      public List<String> getNaam()
      Gets the value of the naam property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the naam property.

      For example, to add a new item, do as follows:

          getNaam().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getIsBAGnaam

      public BRTJaNeeWaardeType getIsBAGnaam()
      Gets the value of the isBAGnaam property.
      Returns:
      possible object is BRTJaNeeWaardeType
    • setIsBAGnaam

      public void setIsBAGnaam(BRTJaNeeWaardeType value)
      Sets the value of the isBAGnaam property.
      Parameters:
      value - allowed object is BRTJaNeeWaardeType
    • getAWegnummer

      public List<String> getAWegnummer()
      Gets the value of the aWegnummer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aWegnummer property.

      For example, to add a new item, do as follows:

          getAWegnummer().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getNWegnummer

      public List<String> getNWegnummer()
      Gets the value of the nWegnummer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nWegnummer property.

      For example, to add a new item, do as follows:

          getNWegnummer().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getEWegnummer

      public List<String> getEWegnummer()
      Gets the value of the eWegnummer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eWegnummer property.

      For example, to add a new item, do as follows:

          getEWegnummer().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getSWegnummer

      public List<String> getSWegnummer()
      Gets the value of the sWegnummer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sWegnummer property.

      For example, to add a new item, do as follows:

          getSWegnummer().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getAfritnummer

      public String getAfritnummer()
      Gets the value of the afritnummer property.
      Returns:
      possible object is String
    • setAfritnummer

      public void setAfritnummer(String value)
      Sets the value of the afritnummer property.
      Parameters:
      value - allowed object is String
    • getAfritnaam

      public String getAfritnaam()
      Gets the value of the afritnaam property.
      Returns:
      possible object is String
    • setAfritnaam

      public void setAfritnaam(String value)
      Sets the value of the afritnaam property.
      Parameters:
      value - allowed object is String
    • getKnooppuntnaam

      public String getKnooppuntnaam()
      Gets the value of the knooppuntnaam property.
      Returns:
      possible object is String
    • setKnooppuntnaam

      public void setKnooppuntnaam(String value)
      Sets the value of the knooppuntnaam property.
      Parameters:
      value - allowed object is String
    • getBrugnaam

      public String getBrugnaam()
      Gets the value of the brugnaam property.
      Returns:
      possible object is String
    • setBrugnaam

      public void setBrugnaam(String value)
      Sets the value of the brugnaam property.
      Parameters:
      value - allowed object is String
    • getTunnelnaam

      public String getTunnelnaam()
      Gets the value of the tunnelnaam property.
      Returns:
      possible object is String
    • setTunnelnaam

      public void setTunnelnaam(String value)
      Sets the value of the tunnelnaam property.
      Parameters:
      value - allowed object is String
    • getGeometrie

      public Element getGeometrie()
      Gets the value of the geometrie property.
      Returns:
      possible object is Element
    • setGeometrie

      public void setGeometrie(Element value)
      Sets the value of the geometrie property.
      Parameters:
      value - allowed object is Element