Class Top250NlObjectType

Direct Known Subclasses:
FunctioneelGebiedType, GebouwType, GeografischGebiedType, HoogteType, InrichtingselementType, PlaatsType, PlanTopografieType, RegistratiefGebiedType, ReliefType, SpoorbaandeelType, TerreinType, WaterdeelType, WegdeelType

public abstract class Top250NlObjectType extends AbstractFeatureType
Java class for _Top250nlObjectType complex type.

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

 <complexType name="_Top250nlObjectType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
       <sequence>
         <element name="identificatie">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}NEN3610ID"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="brontype" type="{http://www.opengis.net/gml/3.2}CodeType"/>
         <element name="bronactualiteit" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="bronbeschrijving" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="bronnauwkeurigheid" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="objectBeginTijd" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="objectEindTijd" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="visualisatieCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • identificatie

      protected Identificatie identificatie
    • brontype

      protected CodeType brontype
    • bronactualiteit

      protected Calendar bronactualiteit
    • bronbeschrijving

      protected String bronbeschrijving
    • bronnauwkeurigheid

      protected double bronnauwkeurigheid
    • objectBeginTijd

      protected Calendar objectBeginTijd
    • objectEindTijd

      protected Calendar objectEindTijd
    • visualisatieCode

      protected BigInteger visualisatieCode
  • Constructor Details

    • Top250NlObjectType

      public Top250NlObjectType()
  • Method Details

    • getIdentificatie

      public Identificatie getIdentificatie()
      Gets the value of the identificatie property.
      Returns:
      possible object is Identificatie
    • setIdentificatie

      public void setIdentificatie(Identificatie value)
      Sets the value of the identificatie property.
      Parameters:
      value - allowed object is Identificatie
    • getBrontype

      public CodeType getBrontype()
      Gets the value of the brontype property.
      Returns:
      possible object is CodeType
    • setBrontype

      public void setBrontype(CodeType value)
      Sets the value of the brontype property.
      Parameters:
      value - allowed object is CodeType
    • getBronactualiteit

      public Calendar getBronactualiteit()
      Gets the value of the bronactualiteit property.
      Returns:
      possible object is String
    • setBronactualiteit

      public void setBronactualiteit(Calendar value)
      Sets the value of the bronactualiteit property.
      Parameters:
      value - allowed object is String
    • getBronbeschrijving

      public String getBronbeschrijving()
      Gets the value of the bronbeschrijving property.
      Returns:
      possible object is String
    • setBronbeschrijving

      public void setBronbeschrijving(String value)
      Sets the value of the bronbeschrijving property.
      Parameters:
      value - allowed object is String
    • getBronnauwkeurigheid

      public double getBronnauwkeurigheid()
      Gets the value of the bronnauwkeurigheid property.
    • setBronnauwkeurigheid

      public void setBronnauwkeurigheid(double value)
      Sets the value of the bronnauwkeurigheid property.
    • getObjectBeginTijd

      public Calendar getObjectBeginTijd()
      Gets the value of the objectBeginTijd property.
      Returns:
      possible object is String
    • setObjectBeginTijd

      public void setObjectBeginTijd(Calendar value)
      Sets the value of the objectBeginTijd property.
      Parameters:
      value - allowed object is String
    • getObjectEindTijd

      public Calendar getObjectEindTijd()
      Gets the value of the objectEindTijd property.
      Returns:
      possible object is String
    • setObjectEindTijd

      public void setObjectEindTijd(Calendar value)
      Sets the value of the objectEindTijd property.
      Parameters:
      value - allowed object is String
    • getVisualisatieCode

      public BigInteger getVisualisatieCode()
      Gets the value of the visualisatieCode property.
      Returns:
      possible object is BigInteger
    • setVisualisatieCode

      public void setVisualisatieCode(BigInteger value)
      Sets the value of the visualisatieCode property.
      Parameters:
      value - allowed object is BigInteger