Class TijdvakRelatie

java.lang.Object
nl.egem.stuf.stuf0204.TijdvakRelatie

public class TijdvakRelatie extends Object

Java class for TijdvakRelatie complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TijdvakRelatie">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="begindatumRelatie" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator"/>
         <element name="einddatumRelatie" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TijdvakRelatie

      public TijdvakRelatie()
  • Method Details

    • getBegindatumRelatie

      public DatumMetIndicator getBegindatumRelatie()
      Gets the value of the begindatumRelatie property.
      Returns:
      possible object is DatumMetIndicator
    • setBegindatumRelatie

      public void setBegindatumRelatie(DatumMetIndicator value)
      Sets the value of the begindatumRelatie property.
      Parameters:
      value - allowed object is DatumMetIndicator
    • getEinddatumRelatie

      public DatumMetIndicator getEinddatumRelatie()
      Gets the value of the einddatumRelatie property.
      Returns:
      possible object is DatumMetIndicator
    • setEinddatumRelatie

      public void setEinddatumRelatie(DatumMetIndicator value)
      Sets the value of the einddatumRelatie property.
      Parameters:
      value - allowed object is DatumMetIndicator