public class NeboXmlImport extends Object
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 ref="{}aflevering"/>
</sequence>
<attribute ref="{}versie use="required""/>
<attribute ref="{}type use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AfleveringType |
aflevering |
protected static ImportType |
type |
protected static String |
versie |
| Constructor and Description |
|---|
NeboXmlImport() |
NeboXmlImport(Program program) |
| Modifier and Type | Method and Description |
|---|---|
AfleveringType |
getAflevering() |
ImportType |
getType() |
String |
getVersie() |
void |
setAflevering(AfleveringType value) |
void |
setType(ImportType value) |
void |
setVersie(String value) |
protected AfleveringType aflevering
protected static final String versie
protected static final ImportType type
public NeboXmlImport()
public NeboXmlImport(Program program)
public AfleveringType getAflevering()
public void setAflevering(AfleveringType value)
public String getVersie()
public void setVersie(String value)
public ImportType getType()
public void setType(ImportType value)
Copyright © 2022 NPO. All rights reserved.