Class ADRFund

java.lang.Object
nl.egem.stuf.sector.bg._0204.ADRFund
Direct Known Subclasses:
ADRAntwoord, ADRKennisgeving, ADRVraag

public class ADRFund extends Object
entiteit adres (ADR). Deze entiteit bestaat uit vier deels disjuncte subgroepen: Buitenlands adres: AdresBuitenland1,AdresBuitenland2, AdresBuitenland3, Landcode Een adres is een buitenlands adres als de landcode is gevuld met waarde ongelijk aan 6030 (de landcode voor Nederland) Postbus adres: Postcode, Woonplaatsnaam, Postbusnummer Een adres is een postbus adres, als het Postbusnummer is gevuld. Antwoordnummer adres: Postcode, Woonplaatsnaam, Antwoordnummer Een adres is een antwoordnummer adres, als het Antwoordnummer is gevuld. Locatie adres: Postcode, Woonplaatsnaam + plus alle elementen volgend op Antwoordnummer Een adres is een locatie-adres in alle overige gevallen De kerngegevens voor een adres zijn de kerngegevens die binnen 1 subgroep vallen. De kerngegevens die onderdeel zijn van een andere subgroep mogen niet opgenomen worden.

Java class for ADR-fund complex type.

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

<complexType name="ADR-fund">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="adresBuitenland1" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>BuitenlandsadresOms">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR4" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="adresBuitenland2" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>BuitenlandsadresOms">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR4" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="adresBuitenland3" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>BuitenlandsadresOms">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR4" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="landcode" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Landcode">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR4" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="postcode" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Postcode">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR1" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="woonplaatsnaam" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Woonplaatsnaam">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="postbusnummer" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Postbusnummer">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="antwoordnummer" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Antwoordnummer">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="straatnaam" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Straatnaam">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR1" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="huisnummer" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Huisnummer">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR1" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="huisletter" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Huisletter">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR1" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="huisnummertoevoeging" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Huisnummertoevoeging">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR1" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="aanduidingBijHuisnummer" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>AanduidingBijHuisnummer">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR1" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="locatieomschrijving" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Locatieomschrijving">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR1" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="locatieadresnummer" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Locatieadresnummer">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="ingangsdatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator" minOccurs="0"/>
        <element name="einddatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator" minOccurs="0"/>
        <element name="straatcode" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Straatcode">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="buurtcode" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Buurtcode">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR2" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="wijkcode" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Wijkcode">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR2" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="gemeentecode" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Gemeentecode">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="centroidXCoordinaat" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>CentroidXofYCoordinaat">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR3" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="centroidYCoordinaat" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>CentroidXofYCoordinaat">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR3" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="centroidZCoordinaat" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>CentroidZCoordinaat">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="ADR3" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="tijdvakGeldigheid" type="{http://www.egem.nl/StUF/StUF0204}TijdvakGeldigheid" minOccurs="0"/>
        <element name="extraElementen" type="{http://www.egem.nl/StUF/StUF0204}ExtraElementen" minOccurs="0"/>
      </sequence>
      <attGroup ref="{http://www.egem.nl/StUF/StUF0204}fundamenteel"/>
    </restriction>
  </complexContent>
</complexType>