Package nl.egem.stuf.stuf0204
Class Stuurgegevens.Kennisgeving
java.lang.Object
nl.egem.stuf.stuf0204.Stuurgegevens.Kennisgeving
- Enclosing class:
- Stuurgegevens
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mutatiesoort" type="{http://www.egem.nl/StUF/StUF0204}Mutatiesoort"/> <element name="indicatorOvername" type="{http://www.egem.nl/StUF/StUF0204}IndicatorOvername"/> <element name="tijdstipMutatie" type="{http://www.egem.nl/StUF/StUF0204}Tijdstip" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected IndicatorOvername
protected Mutatiesoort
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indicatorOvername property.Gets the value of the mutatiesoort property.Gets the value of the tijdstipMutatie property.void
Sets the value of the indicatorOvername property.void
setMutatiesoort
(Mutatiesoort value) Sets the value of the mutatiesoort property.void
setTijdstipMutatie
(String value) Sets the value of the tijdstipMutatie property.
-
Field Details
-
mutatiesoort
-
indicatorOvername
-
tijdstipMutatie
-
-
Constructor Details
-
Kennisgeving
public Kennisgeving()
-
-
Method Details
-
getMutatiesoort
Gets the value of the mutatiesoort property.- Returns:
- possible object is
Mutatiesoort
-
setMutatiesoort
Sets the value of the mutatiesoort property.- Parameters:
value
- allowed object isMutatiesoort
-
getIndicatorOvername
Gets the value of the indicatorOvername property.- Returns:
- possible object is
IndicatorOvername
-
setIndicatorOvername
Sets the value of the indicatorOvername property.- Parameters:
value
- allowed object isIndicatorOvername
-
getTijdstipMutatie
Gets the value of the tijdstipMutatie property.- Returns:
- possible object is
String
-
setTijdstipMutatie
Sets the value of the tijdstipMutatie property.- Parameters:
value
- allowed object isString
-