
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>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
bronactualiteit |
protected String |
bronbeschrijving |
protected double |
bronnauwkeurigheid |
protected CodeType |
brontype |
protected Identificatie |
identificatie |
protected Calendar |
objectBeginTijd |
protected Calendar |
objectEindTijd |
protected BigInteger |
visualisatieCode |
boundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
Top250NlObjectType() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getBronactualiteit()
Gets the value of the bronactualiteit property.
|
String |
getBronbeschrijving()
Gets the value of the bronbeschrijving property.
|
double |
getBronnauwkeurigheid()
Gets the value of the bronnauwkeurigheid property.
|
CodeType |
getBrontype()
Gets the value of the brontype property.
|
Identificatie |
getIdentificatie()
Gets the value of the identificatie property.
|
Calendar |
getObjectBeginTijd()
Gets the value of the objectBeginTijd property.
|
Calendar |
getObjectEindTijd()
Gets the value of the objectEindTijd property.
|
BigInteger |
getVisualisatieCode()
Gets the value of the visualisatieCode property.
|
void |
setBronactualiteit(Calendar value)
Sets the value of the bronactualiteit property.
|
void |
setBronbeschrijving(String value)
Sets the value of the bronbeschrijving property.
|
void |
setBronnauwkeurigheid(double value)
Sets the value of the bronnauwkeurigheid property.
|
void |
setBrontype(CodeType value)
Sets the value of the brontype property.
|
void |
setIdentificatie(Identificatie value)
Sets the value of the identificatie property.
|
void |
setObjectBeginTijd(Calendar value)
Sets the value of the objectBeginTijd property.
|
void |
setObjectEindTijd(Calendar value)
Sets the value of the objectEindTijd property.
|
void |
setVisualisatieCode(BigInteger value)
Sets the value of the visualisatieCode property.
|
getBoundedBy, getLocation, setBoundedBy, setLocationgetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected Identificatie identificatie
protected CodeType brontype
protected Calendar bronactualiteit
protected String bronbeschrijving
protected double bronnauwkeurigheid
protected Calendar objectBeginTijd
protected Calendar objectEindTijd
protected BigInteger visualisatieCode
public Identificatie getIdentificatie()
Identificatiepublic void setIdentificatie(Identificatie value)
value - allowed object is
Identificatiepublic CodeType getBrontype()
CodeTypepublic void setBrontype(CodeType value)
value - allowed object is
CodeTypepublic Calendar getBronactualiteit()
Stringpublic void setBronactualiteit(Calendar value)
value - allowed object is
Stringpublic String getBronbeschrijving()
Stringpublic void setBronbeschrijving(String value)
value - allowed object is
Stringpublic double getBronnauwkeurigheid()
public void setBronnauwkeurigheid(double value)
public Calendar getObjectBeginTijd()
Stringpublic void setObjectBeginTijd(Calendar value)
value - allowed object is
Stringpublic Calendar getObjectEindTijd()
Stringpublic void setObjectEindTijd(Calendar value)
value - allowed object is
Stringpublic BigInteger getVisualisatieCode()
BigIntegerpublic void setVisualisatieCode(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014–2020 B3Partners B.V.. All rights reserved.