Package nl.egem.stuf.stuf0204
Class DatumMetIndicator
java.lang.Object
nl.egem.stuf.stuf0204.DatumMetIndicator
- Direct Known Subclasses:
DatumMetIndicatorKerngegeven
,GeboortedatumE
,KDOZKRRel.IngangsDatumZakelijkRecht
,NNPFund.DatumOprichtingNietNatuurlijkPersoon
,NNPKerngegevens.DatumOprichtingNietNatuurlijkPersoon
,PRBFund.Ingangsdatum
,PRBKerngegevens.Ingangsdatum
,PRSFund.DatumVerkrijgingVerblijfstitel
,PRSFund.DatumVerliesVerblijfstitel
,PRSKerngegevens.Geboortedatum
,PRSPRSHUWRel.DatumSluiting
,WOZFund.PeildatumWaarde
Java class for DatumMetIndicator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatumMetIndicator"> <simpleContent> <extension base="<http://www.egem.nl/StUF/StUF0204>Datum"> <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/> <attribute ref="{http://www.egem.nl/StUF/StUF0204}indOnvolledigeDatum"/> </extension> </simpleContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected IndOnvolledigeDatum
protected NoValue
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indOnvolledigeDatum property.Gets the value of the noValue property.getValue()
Gets the value of the value property.boolean
isExact()
Gets the value of the exact property.void
Sets the value of the exact property.void
Sets the value of the indOnvolledigeDatum property.void
setNoValue
(NoValue value) Sets the value of the noValue property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
indOnvolledigeDatum
-
noValue
-
exact
-
-
Constructor Details
-
DatumMetIndicator
public DatumMetIndicator()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isBigDecimal
-
getIndOnvolledigeDatum
Gets the value of the indOnvolledigeDatum property.- Returns:
- possible object is
IndOnvolledigeDatum
-
setIndOnvolledigeDatum
Sets the value of the indOnvolledigeDatum property.- Parameters:
value
- allowed object isIndOnvolledigeDatum
-
getNoValue
Gets the value of the noValue property.- Returns:
- possible object is
NoValue
-
setNoValue
Sets the value of the noValue property.- Parameters:
value
- allowed object isNoValue
-
isExact
public boolean isExact()Gets the value of the exact property.- Returns:
- possible object is
Boolean
-
setExact
Sets the value of the exact property.- Parameters:
value
- allowed object isBoolean
-