
public abstract class Top50NlObjectType extends AbstractFeatureType
Java class for _Top50nlObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_Top50nlObjectType">
<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://www.kadaster.nl/top50nl/1.1}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://www.kadaster.nl/top50nl/1.1}TypeBronT50Type"/>
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Top50NlObjectType.Identificatie
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
bronactualiteit |
protected String |
bronbeschrijving |
protected TypeBronT50Type |
brontype |
protected Top50NlObjectType.Identificatie |
identificatie |
protected Calendar |
objectBeginTijd |
protected Calendar |
objectEindTijd |
protected BigInteger |
tdnCode |
protected BigInteger |
visualisatieCode |
boundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
Top50NlObjectType() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getBronactualiteit()
Gets the value of the bronactualiteit property.
|
String |
getBronbeschrijving()
Gets the value of the bronbeschrijving property.
|
TypeBronT50Type |
getBrontype()
Gets the value of the brontype property.
|
Top50NlObjectType.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 |
getTdnCode()
Gets the value of the tdnCode 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 |
setBrontype(TypeBronT50Type value)
Sets the value of the brontype property.
|
void |
setIdentificatie(Top50NlObjectType.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 |
setTdnCode(BigInteger value)
Sets the value of the tdnCode 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 Top50NlObjectType.Identificatie identificatie
protected Calendar objectBeginTijd
protected Calendar objectEindTijd
protected TypeBronT50Type brontype
protected String bronbeschrijving
protected Calendar bronactualiteit
protected BigInteger tdnCode
protected BigInteger visualisatieCode
public Top50NlObjectType.Identificatie getIdentificatie()
Top50NlObjectType.Identificatiepublic void setIdentificatie(Top50NlObjectType.Identificatie value)
value - allowed object is
Top50NlObjectType.Identificatiepublic Calendar getObjectBeginTijd()
Stringpublic void setObjectBeginTijd(Calendar value)
value - allowed object is
Stringpublic Calendar getObjectEindTijd()
Stringpublic void setObjectEindTijd(Calendar value)
value - allowed object is
Stringpublic TypeBronT50Type getBrontype()
TypeBronT50Typepublic void setBrontype(TypeBronT50Type value)
value - allowed object is
TypeBronT50Typepublic String getBronbeschrijving()
Stringpublic void setBronbeschrijving(String value)
value - allowed object is
Stringpublic Calendar getBronactualiteit()
Stringpublic void setBronactualiteit(Calendar value)
value - allowed object is
Stringpublic BigInteger getTdnCode()
BigIntegerpublic void setTdnCode(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVisualisatieCode()
BigIntegerpublic void setVisualisatieCode(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014–2017 B3Partners B.V.. All rights reserved.