public class InrichtingselementType extends Top10NlObjectType
Java class for InrichtingselementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InrichtingselementType">
<complexContent>
<extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top10nl/1.2.0}_Top10nlObjectType">
<sequence>
<element name="typeInrichtingselement" type="{http://www.opengis.net/gml/3.2}CodeType"/>
<element name="hoogte" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="breedte" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="hoogteniveau" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="soortnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="naam" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="nummer" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="geometrie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTLijnOfPuntPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
Top10NlObjectType.Identificatie| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
breedte |
protected Element |
geometrie |
protected Double |
hoogte |
protected BigInteger |
hoogteniveau |
protected List<String> |
naam |
protected List<String> |
nummer |
protected String |
soortnaam |
protected CodeType |
typeInrichtingselement |
bronactualiteit, bronbeschrijving, bronnauwkeurigheid, brontype, eindRegistratie, identificatie, mutatieType, objectBeginTijd, objectEindTijd, tdnCode, tijdstipRegistratie, visualisatieCodeboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
InrichtingselementType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getBreedte()
Gets the value of the breedte property.
|
Element |
getGeometrie()
Gets the value of the geometrie property.
|
Double |
getHoogte()
Gets the value of the hoogte property.
|
BigInteger |
getHoogteniveau()
Gets the value of the hoogteniveau property.
|
List<String> |
getNaam()
Gets the value of the naam property.
|
List<String> |
getNummer()
Gets the value of the nummer property.
|
String |
getSoortnaam()
Gets the value of the soortnaam property.
|
CodeType |
getTypeInrichtingselement()
Gets the value of the typeInrichtingselement property.
|
void |
setBreedte(BigInteger value)
Sets the value of the breedte property.
|
void |
setGeometrie(Element value)
Sets the value of the geometrie property.
|
void |
setHoogte(Double value)
Sets the value of the hoogte property.
|
void |
setHoogteniveau(BigInteger value)
Sets the value of the hoogteniveau property.
|
void |
setSoortnaam(String value)
Sets the value of the soortnaam property.
|
void |
setTypeInrichtingselement(CodeType value)
Sets the value of the typeInrichtingselement property.
|
getBronactualiteit, getBronbeschrijving, getBronnauwkeurigheid, getBrontype, getEindRegistratie, getIdentificatie, getMutatieType, getObjectBeginTijd, getObjectEindTijd, getTdnCode, getTijdstipRegistratie, getVisualisatieCode, setBronactualiteit, setBronbeschrijving, setBronnauwkeurigheid, setBrontype, setEindRegistratie, setIdentificatie, setMutatieType, setObjectBeginTijd, setObjectEindTijd, setTdnCode, setTijdstipRegistratie, setVisualisatieCodegetBoundedBy, getLocation, setBoundedBy, setLocationgetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected CodeType typeInrichtingselement
protected Double hoogte
protected BigInteger breedte
protected BigInteger hoogteniveau
protected String soortnaam
protected Element geometrie
public CodeType getTypeInrichtingselement()
CodeTypepublic void setTypeInrichtingselement(CodeType value)
value - allowed object is
CodeTypepublic Double getHoogte()
Doublepublic void setHoogte(Double value)
value - allowed object is
Doublepublic BigInteger getBreedte()
BigIntegerpublic void setBreedte(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getHoogteniveau()
BigIntegerpublic void setHoogteniveau(BigInteger value)
value - allowed object is
BigIntegerpublic String getSoortnaam()
Stringpublic void setSoortnaam(String value)
value - allowed object is
Stringpublic List<String> getNaam()
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 naam property.
For example, to add a new item, do as follows:
getNaam().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getNummer()
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 nummer property.
For example, to add a new item, do as follows:
getNummer().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Element getGeometrie()
ElementCopyright © 2014–2020 B3Partners B.V.. All rights reserved.