Class WegdeelType


public class WegdeelType extends Top50NlObjectType
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/top50nl/1.1.1}_Top50nlObjectType">
       <sequence>
         <element name="typeInfrastructuur" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeInfrastructuurWegT50Type"/>
         <element name="typeWeg" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeWegT50Type"/>
         <element name="hoofdverkeersgebruik" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}HoofdverkeersgebruikT50Type"/>
         <element name="fysiekVoorkomen" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}FysiekVoorkomenWegT50Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="verhardingsbreedteklasse" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}VerhardingsbreedteklasseT50Type" minOccurs="0"/>
         <element name="gescheidenRijbaan" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}JaNeeType"/>
         <element name="typeVerharding" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}TypeVerhardingT50Type"/>
         <element name="straatnaamNL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="straatnaamFries" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="aWegnummer" 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="nWegnummer" 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" maxOccurs="unbounded" minOccurs="0"/>
         <element name="knooppuntnaam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="brugnaam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tunnelnaam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top50nl/1.1.1}VlakOfLijnPropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • WegdeelType

      public WegdeelType()
  • Method Details

    • getTypeInfrastructuur

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

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

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

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

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

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

      public List<FysiekVoorkomenWegT50Type> 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 FysiekVoorkomenWegT50Type

    • getVerhardingsbreedteklasse

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

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

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

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

      public TypeVerhardingT50Type getTypeVerharding()
      Gets the value of the typeVerharding property.
      Returns:
      possible object is TypeVerhardingT50Type
    • setTypeVerharding

      public void setTypeVerharding(TypeVerhardingT50Type value)
      Sets the value of the typeVerharding property.
      Parameters:
      value - allowed object is TypeVerhardingT50Type
    • getStraatnaamNL

      public List<String> getStraatnaamNL()
      Gets the value of the straatnaamNL 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 straatnaamNL property.

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

          getStraatnaamNL().add(newItem);
       

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

    • getStraatnaamFries

      public List<String> getStraatnaamFries()
      Gets the value of the straatnaamFries 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 straatnaamFries property.

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

          getStraatnaamFries().add(newItem);
       

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

    • 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

    • 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

    • 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

    • 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 List<String> getAfritnaam()
      Gets the value of the afritnaam 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 afritnaam property.

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

          getAfritnaam().add(newItem);
       

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

    • getKnooppuntnaam

      public List<String> getKnooppuntnaam()
      Gets the value of the knooppuntnaam 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 knooppuntnaam property.

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

          getKnooppuntnaam().add(newItem);
       

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

    • getBrugnaam

      public List<String> getBrugnaam()
      Gets the value of the brugnaam 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 brugnaam property.

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

          getBrugnaam().add(newItem);
       

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

    • getTunnelnaam

      public List<String> getTunnelnaam()
      Gets the value of the tunnelnaam 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 tunnelnaam property.

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

          getTunnelnaam().add(newItem);
       

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

    • getHoogteniveau

      public BigInteger getHoogteniveau()
      Gets the value of the hoogteniveau property.
      Returns:
      possible object is BigInteger
    • setHoogteniveau

      public void setHoogteniveau(BigInteger value)
      Sets the value of the hoogteniveau property.
      Parameters:
      value - allowed object is BigInteger
    • 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