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
FieldsModifier and TypeFieldDescriptionprotected IndicatorOvernameprotected Mutatiesoortprotected String -
Constructor Summary
Constructors -
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.voidSets the value of the indicatorOvername property.voidsetMutatiesoort(Mutatiesoort value) Sets the value of the mutatiesoort property.voidsetTijdstipMutatie(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
-