@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:35:59+02:00", comments="JAXB RI v2.2.11") public class AddressType extends Object implements Serializable
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/common/v2}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/common/v2}MunicipalityNisCodeType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AddressType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getStreetName()
String
public void setStreetName(String value)
value
- allowed object is
String
public String getHouseNumber()
String
public void setHouseNumber(String value)
value
- allowed object is
String
public String getBox()
String
public void setBox(String value)
value
- allowed object is
String
public String getZIPCode()
String
public void setZIPCode(String value)
value
- allowed object is
String
public String getCityName()
String
public void setCityName(String value)
value
- allowed object is
String
public int getCountry()
public void setCountry(int value)
public String getCountryName()
String
public void setCountryName(String value)
value
- allowed object is
String
public String getAddressString()
String
public void setAddressString(String value)
value
- allowed object is
String
public Integer getInsCode()
Integer
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.