All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.omgm.speedy.eps.soap.model.ResultAddress Maven / Gradle / Ivy


package com.omgm.speedy.eps.soap.model;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for resultAddress complex type. * *

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

 * <complexType name="resultAddress">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="addressNote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="apartmentNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="blockNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="commonObjectId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="commonObjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="entranceNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="floorNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="municipalityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="postCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="quarterId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="quarterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="quarterType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="regionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="siteId" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="siteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="siteType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="streetId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="streetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="streetNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="streetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "resultAddress", propOrder = { "addressNote", "apartmentNo", "blockNo", "commonObjectId", "commonObjectName", "entranceNo", "floorNo", "municipalityName", "postCode", "quarterId", "quarterName", "quarterType", "regionName", "siteId", "siteName", "siteType", "streetId", "streetName", "streetNo", "streetType" }) public class ResultAddress { protected String addressNote; protected String apartmentNo; protected String blockNo; protected Long commonObjectId; protected String commonObjectName; protected String entranceNo; protected String floorNo; protected String municipalityName; protected String postCode; protected Long quarterId; protected String quarterName; protected String quarterType; protected String regionName; protected long siteId; protected String siteName; protected String siteType; protected Long streetId; protected String streetName; protected String streetNo; protected String streetType; /** * Gets the value of the addressNote property. * * @return * possible object is * {@link String } * */ public String getAddressNote() { return addressNote; } /** * Sets the value of the addressNote property. * * @param value * allowed object is * {@link String } * */ public void setAddressNote(String value) { this.addressNote = value; } /** * Gets the value of the apartmentNo property. * * @return * possible object is * {@link String } * */ public String getApartmentNo() { return apartmentNo; } /** * Sets the value of the apartmentNo property. * * @param value * allowed object is * {@link String } * */ public void setApartmentNo(String value) { this.apartmentNo = value; } /** * Gets the value of the blockNo property. * * @return * possible object is * {@link String } * */ public String getBlockNo() { return blockNo; } /** * Sets the value of the blockNo property. * * @param value * allowed object is * {@link String } * */ public void setBlockNo(String value) { this.blockNo = value; } /** * Gets the value of the commonObjectId property. * * @return * possible object is * {@link Long } * */ public Long getCommonObjectId() { return commonObjectId; } /** * Sets the value of the commonObjectId property. * * @param value * allowed object is * {@link Long } * */ public void setCommonObjectId(Long value) { this.commonObjectId = value; } /** * Gets the value of the commonObjectName property. * * @return * possible object is * {@link String } * */ public String getCommonObjectName() { return commonObjectName; } /** * Sets the value of the commonObjectName property. * * @param value * allowed object is * {@link String } * */ public void setCommonObjectName(String value) { this.commonObjectName = value; } /** * Gets the value of the entranceNo property. * * @return * possible object is * {@link String } * */ public String getEntranceNo() { return entranceNo; } /** * Sets the value of the entranceNo property. * * @param value * allowed object is * {@link String } * */ public void setEntranceNo(String value) { this.entranceNo = value; } /** * Gets the value of the floorNo property. * * @return * possible object is * {@link String } * */ public String getFloorNo() { return floorNo; } /** * Sets the value of the floorNo property. * * @param value * allowed object is * {@link String } * */ public void setFloorNo(String value) { this.floorNo = value; } /** * Gets the value of the municipalityName property. * * @return * possible object is * {@link String } * */ public String getMunicipalityName() { return municipalityName; } /** * Sets the value of the municipalityName property. * * @param value * allowed object is * {@link String } * */ public void setMunicipalityName(String value) { this.municipalityName = value; } /** * Gets the value of the postCode property. * * @return * possible object is * {@link String } * */ public String getPostCode() { return postCode; } /** * Sets the value of the postCode property. * * @param value * allowed object is * {@link String } * */ public void setPostCode(String value) { this.postCode = value; } /** * Gets the value of the quarterId property. * * @return * possible object is * {@link Long } * */ public Long getQuarterId() { return quarterId; } /** * Sets the value of the quarterId property. * * @param value * allowed object is * {@link Long } * */ public void setQuarterId(Long value) { this.quarterId = value; } /** * Gets the value of the quarterName property. * * @return * possible object is * {@link String } * */ public String getQuarterName() { return quarterName; } /** * Sets the value of the quarterName property. * * @param value * allowed object is * {@link String } * */ public void setQuarterName(String value) { this.quarterName = value; } /** * Gets the value of the quarterType property. * * @return * possible object is * {@link String } * */ public String getQuarterType() { return quarterType; } /** * Sets the value of the quarterType property. * * @param value * allowed object is * {@link String } * */ public void setQuarterType(String value) { this.quarterType = value; } /** * Gets the value of the regionName property. * * @return * possible object is * {@link String } * */ public String getRegionName() { return regionName; } /** * Sets the value of the regionName property. * * @param value * allowed object is * {@link String } * */ public void setRegionName(String value) { this.regionName = value; } /** * Gets the value of the siteId property. * */ public long getSiteId() { return siteId; } /** * Sets the value of the siteId property. * */ public void setSiteId(long value) { this.siteId = value; } /** * Gets the value of the siteName property. * * @return * possible object is * {@link String } * */ public String getSiteName() { return siteName; } /** * Sets the value of the siteName property. * * @param value * allowed object is * {@link String } * */ public void setSiteName(String value) { this.siteName = value; } /** * Gets the value of the siteType property. * * @return * possible object is * {@link String } * */ public String getSiteType() { return siteType; } /** * Sets the value of the siteType property. * * @param value * allowed object is * {@link String } * */ public void setSiteType(String value) { this.siteType = value; } /** * Gets the value of the streetId property. * * @return * possible object is * {@link Long } * */ public Long getStreetId() { return streetId; } /** * Sets the value of the streetId property. * * @param value * allowed object is * {@link Long } * */ public void setStreetId(Long value) { this.streetId = value; } /** * Gets the value of the streetName property. * * @return * possible object is * {@link String } * */ public String getStreetName() { return streetName; } /** * Sets the value of the streetName property. * * @param value * allowed object is * {@link String } * */ public void setStreetName(String value) { this.streetName = value; } /** * Gets the value of the streetNo property. * * @return * possible object is * {@link String } * */ public String getStreetNo() { return streetNo; } /** * Sets the value of the streetNo property. * * @param value * allowed object is * {@link String } * */ public void setStreetNo(String value) { this.streetNo = value; } /** * Gets the value of the streetType property. * * @return * possible object is * {@link String } * */ public String getStreetType() { return streetType; } /** * Sets the value of the streetType property. * * @param value * allowed object is * {@link String } * */ public void setStreetType(String value) { this.streetType = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy