public class BestandKenmerkenType extends Object
Java class for BestandKenmerkenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BestandKenmerkenType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contractnummer" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
<element name="artikelnummer" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
artikelnummer |
protected String |
contractnummer |
| Constructor and Description |
|---|
BestandKenmerkenType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtikelnummer()
Gets the value of the artikelnummer property.
|
String |
getContractnummer()
Gets the value of the contractnummer property.
|
void |
setArtikelnummer(String value)
Sets the value of the artikelnummer property.
|
void |
setContractnummer(String value)
Sets the value of the contractnummer property.
|
protected String contractnummer
protected String artikelnummer
public String getContractnummer()
Stringpublic void setContractnummer(String value)
value - allowed object is
Stringpublic String getArtikelnummer()
StringCopyright © 2019 B3Partners B.V.. All rights reserved.