2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlElement;
7 import javax.xml.bind.annotation.XmlType;
39 @XmlAccessorType(XmlAccessType.FIELD)
40 @XmlType(name =
"DeliveryAtWorkService", propOrder = {
43 "alternateRecipientName",
51 @XmlElement(name =
"ServiceName", required =
true)
52 protected String serviceName;
53 @XmlElement(name = "RecipientName", required = true)
54 protected String recipientName;
55 @XmlElement(name = "AlternateRecipientName")
56 protected String alternateRecipientName;
57 @XmlElement(name = "Building", required = true)
58 protected String building;
59 @XmlElement(name = "Floor", required = true)
60 protected String floor;
61 @XmlElement(name = "Room")
62 protected String room;
63 @XmlElement(name = "Phonenumber", required = true)
64 protected String phonenumber;
74 public String getServiceName() {
87 this.serviceName = value;
111 this.recipientName = value;
123 return alternateRecipientName;
135 this.alternateRecipientName = value;
159 this.building = value;
231 this.phonenumber = value;
String getRecipientName()
void setPhonenumber(String value)
void setFloor(String value)
String getAlternateRecipientName()
void setServiceName(String value)
void setRecipientName(String value)
void setBuilding(String value)
void setAlternateRecipientName(String value)
void setRoom(String value)