Class Top100NlObjectType

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

public abstract class Top100NlObjectType extends AbstractFeatureType
Java class for _Top100nlObjectType complex type.

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

 <complexType name="_Top100nlObjectType">
   <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/top100nl/1.1.0}NEN3610ID"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="objectBeginTijd" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="objectEindTijd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="brontype" type="{http://register.geostandaarden.nl/gmlapplicatieschema/top100nl/1.1.0}TypeBronT100Type"/>
         <element name="bronbeschrijving" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="bronactualiteit" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="tdnCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="visualisatieCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Top100NlObjectType

      public Top100NlObjectType()
  • Method Details

    • getIdentificatie

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

      public void setIdentificatie(Top100NlObjectType.Identificatie value)
      Sets the value of the identificatie property.
      Parameters:
      value - allowed object is Top100NlObjectType.Identificatie
    • 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
    • getBrontype

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

      public void setBrontype(TypeBronT100Type value)
      Sets the value of the brontype property.
      Parameters:
      value - allowed object is TypeBronT100Type
    • 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
    • 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
    • getTdnCode

      public BigInteger getTdnCode()
      Gets the value of the tdnCode property.
      Returns:
      possible object is BigInteger
    • setTdnCode

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