SpoorbaandeelType.java
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference
// Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.12.08 at 10:18:04 AM CET
//
package nl.b3p.topnl.top250nl;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
/**
* Java class for SpoorbaandeelType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="SpoorbaandeelType">
* <complexContent>
* <extension base="{http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1}_Top250nlObjectType">
* <sequence>
* <element name="typeInfrastructuur" type="{http://www.opengis.net/gml/3.2}CodeType"/>
* <element name="typeSpoorbaan" type="{http://www.opengis.net/gml/3.2}CodeType"/>
* <element name="fysiekVoorkomen" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
* <element name="spoorbreedte" type="{http://www.opengis.net/gml/3.2}CodeType"/>
* <element name="aantalSporen" type="{http://www.opengis.net/gml/3.2}CodeType"/>
* <element name="vervoerfunctie" type="{http://www.opengis.net/gml/3.2}CodeType"/>
* <element name="elektrificatie" type="{http://register.geostandaarden.nl/gmlapplicatieschema/brt-algemeen/1.2.0}BRTJaNeeWaardeType"/>
* <element name="status" type="{http://www.opengis.net/gml/3.2}CodeType"/>
* <element name="brugnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="tunnelnaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="baanvaknaam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="geometrie" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
* </pre>
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(
name = "SpoorbaandeelType",
namespace = "http://register.geostandaarden.nl/gmlapplicatieschema/top250nl/1.2.1",
propOrder = {
"typeInfrastructuur",
"typeSpoorbaan",
"fysiekVoorkomen",
"spoorbreedte",
"aantalSporen",
"vervoerfunctie",
"elektrificatie",
"status",
"brugnaam",
"tunnelnaam",
"baanvaknaam",
"geometrie"
})
public class SpoorbaandeelType extends Top250NlObjectType {
@XmlElement(required = true)
protected CodeType typeInfrastructuur;
@XmlElement(required = true)
protected CodeType typeSpoorbaan;
protected CodeType fysiekVoorkomen;
@XmlElement(required = true)
protected CodeType spoorbreedte;
@XmlElement(required = true)
protected CodeType aantalSporen;
@XmlElement(required = true)
protected CodeType vervoerfunctie;
@XmlElement(required = true)
@XmlSchemaType(name = "string")
protected BRTJaNeeWaardeType elektrificatie;
@XmlElement(required = true)
protected CodeType status;
protected String brugnaam;
protected String tunnelnaam;
protected String baanvaknaam;
@XmlAnyElement protected Element geometrie;
/**
* Gets the value of the typeInfrastructuur property.
*
* @return possible object is {@link CodeType }
*/
public CodeType getTypeInfrastructuur() {
return typeInfrastructuur;
}
/**
* Sets the value of the typeInfrastructuur property.
*
* @param value allowed object is {@link CodeType }
*/
public void setTypeInfrastructuur(CodeType value) {
this.typeInfrastructuur = value;
}
/**
* Gets the value of the typeSpoorbaan property.
*
* @return possible object is {@link CodeType }
*/
public CodeType getTypeSpoorbaan() {
return typeSpoorbaan;
}
/**
* Sets the value of the typeSpoorbaan property.
*
* @param value allowed object is {@link CodeType }
*/
public void setTypeSpoorbaan(CodeType value) {
this.typeSpoorbaan = value;
}
/**
* Gets the value of the fysiekVoorkomen property.
*
* @return possible object is {@link CodeType }
*/
public CodeType getFysiekVoorkomen() {
return fysiekVoorkomen;
}
/**
* Sets the value of the fysiekVoorkomen property.
*
* @param value allowed object is {@link CodeType }
*/
public void setFysiekVoorkomen(CodeType value) {
this.fysiekVoorkomen = value;
}
/**
* Gets the value of the spoorbreedte property.
*
* @return possible object is {@link CodeType }
*/
public CodeType getSpoorbreedte() {
return spoorbreedte;
}
/**
* Sets the value of the spoorbreedte property.
*
* @param value allowed object is {@link CodeType }
*/
public void setSpoorbreedte(CodeType value) {
this.spoorbreedte = value;
}
/**
* Gets the value of the aantalSporen property.
*
* @return possible object is {@link CodeType }
*/
public CodeType getAantalSporen() {
return aantalSporen;
}
/**
* Sets the value of the aantalSporen property.
*
* @param value allowed object is {@link CodeType }
*/
public void setAantalSporen(CodeType value) {
this.aantalSporen = value;
}
/**
* Gets the value of the vervoerfunctie property.
*
* @return possible object is {@link CodeType }
*/
public CodeType getVervoerfunctie() {
return vervoerfunctie;
}
/**
* Sets the value of the vervoerfunctie property.
*
* @param value allowed object is {@link CodeType }
*/
public void setVervoerfunctie(CodeType value) {
this.vervoerfunctie = value;
}
/**
* Gets the value of the elektrificatie property.
*
* @return possible object is {@link BRTJaNeeWaardeType }
*/
public BRTJaNeeWaardeType getElektrificatie() {
return elektrificatie;
}
/**
* Sets the value of the elektrificatie property.
*
* @param value allowed object is {@link BRTJaNeeWaardeType }
*/
public void setElektrificatie(BRTJaNeeWaardeType value) {
this.elektrificatie = value;
}
/**
* Gets the value of the status property.
*
* @return possible object is {@link CodeType }
*/
public CodeType getStatus() {
return status;
}
/**
* Sets the value of the status property.
*
* @param value allowed object is {@link CodeType }
*/
public void setStatus(CodeType value) {
this.status = value;
}
/**
* Gets the value of the brugnaam property.
*
* @return possible object is {@link String }
*/
public String getBrugnaam() {
return brugnaam;
}
/**
* Sets the value of the brugnaam property.
*
* @param value allowed object is {@link String }
*/
public void setBrugnaam(String value) {
this.brugnaam = value;
}
/**
* Gets the value of the tunnelnaam property.
*
* @return possible object is {@link String }
*/
public String getTunnelnaam() {
return tunnelnaam;
}
/**
* Sets the value of the tunnelnaam property.
*
* @param value allowed object is {@link String }
*/
public void setTunnelnaam(String value) {
this.tunnelnaam = value;
}
/**
* Gets the value of the baanvaknaam property.
*
* @return possible object is {@link String }
*/
public String getBaanvaknaam() {
return baanvaknaam;
}
/**
* Sets the value of the baanvaknaam property.
*
* @param value allowed object is {@link String }
*/
public void setBaanvaknaam(String value) {
this.baanvaknaam = value;
}
/**
* Gets the value of the geometrie property.
*
* @return possible object is {@link Element }
*/
public Element getGeometrie() {
return geometrie;
}
/**
* Sets the value of the geometrie property.
*
* @param value allowed object is {@link Element }
*/
public void setGeometrie(Element value) {
this.geometrie = value;
}
}