2package eu.glsgroup.ws.parcelshopsearch;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlType;
40@XmlAccessorType(XmlAccessType.FIELD)
41@XmlType(name =
"GLSAddress", propOrder = {
57 @XmlElement(name =
"Name1", required =
true)
58 protected String name1;
59 @XmlElement(name = "Name2")
60 protected String name2;
61 @XmlElement(name = "Name3")
62 protected String name3;
63 @XmlElement(name = "ContactName")
64 protected String contactName;
65 @XmlElement(name = "Street1", required = true)
66 protected String street1;
67 @XmlElement(name = "BlockNo1")
68 protected String blockNo1;
69 @XmlElement(name = "Street2")
70 protected String street2;
71 @XmlElement(name = "BlockNo2")
72 protected String blockNo2;
73 @XmlElement(name = "ZipCode", required = true)
74 protected String zipCode;
75 @XmlElement(name = "City", required = true)
76 protected String city;
77 @XmlElement(name = "Province")
78 protected String province;
79 @XmlElement(name = "Country", required = true)
80 protected String country;
90 public String getName1() {
175 this.contactName = value;
199 this.street1 = value;
223 this.blockNo1 = value;
247 this.street2 = value;
271 this.blockNo2 = value;
295 this.zipCode = value;
343 this.province = value;
367 this.country = value;
void setName1(String value)
void setBlockNo2(String value)
void setProvince(String value)
void setName3(String value)
void setStreet2(String value)
void setCountry(String value)
void setCity(String value)
void setName2(String value)
void setZipCode(String value)
void setStreet1(String value)
void setBlockNo1(String value)
void setContactName(String value)