|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.vsb.schemas.v1.AddressType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:28:36+01:00",
comments="JAXB RI v2.3.6")
public class AddressTypeused: ResidenceType
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StreetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HouseNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Box" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ZIPCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}CountryNisCodeType"/>
<element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddressString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InsCode" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}MunicipalityNisCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AddressType()
|
|
| Method Summary | |
|---|---|
String |
getAddressString()
Gets the value of the addressString property. |
String |
getBox()
Gets the value of the box property. |
String |
getCityName()
Gets the value of the cityName property. |
int |
getCountry()
Gets the value of the country property. |
String |
getCountryName()
Gets the value of the countryName property. |
String |
getHouseNumber()
Gets the value of the houseNumber property. |
Integer |
getInsCode()
Gets the value of the insCode property. |
String |
getStreetName()
Gets the value of the streetName property. |
String |
getZIPCode()
Gets the value of the zipCode property. |
void |
setAddressString(String value)
Sets the value of the addressString property. |
void |
setBox(String value)
Sets the value of the box property. |
void |
setCityName(String value)
Sets the value of the cityName property. |
void |
setCountry(int value)
Sets the value of the country property. |
void |
setCountryName(String value)
Sets the value of the countryName property. |
void |
setHouseNumber(String value)
Sets the value of the houseNumber property. |
void |
setInsCode(Integer value)
Sets the value of the insCode property. |
void |
setStreetName(String value)
Sets the value of the streetName property. |
void |
setZIPCode(String value)
Sets the value of the zipCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressType()
| Method Detail |
|---|
public String getStreetName()
Stringpublic void setStreetName(String value)
value - allowed object is
Stringpublic String getHouseNumber()
Stringpublic void setHouseNumber(String value)
value - allowed object is
Stringpublic String getBox()
Stringpublic void setBox(String value)
value - allowed object is
Stringpublic String getZIPCode()
Stringpublic void setZIPCode(String value)
value - allowed object is
Stringpublic String getCityName()
Stringpublic void setCityName(String value)
value - allowed object is
Stringpublic int getCountry()
public void setCountry(int value)
public String getCountryName()
Stringpublic void setCountryName(String value)
value - allowed object is
Stringpublic String getAddressString()
Stringpublic void setAddressString(String value)
value - allowed object is
Stringpublic Integer getInsCode()
Integerpublic void setInsCode(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||