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;
37 @XmlAccessorType(XmlAccessType.FIELD)
38 @XmlType(name =
"DeliveryAtWorkService", propOrder = {
41 "alternateRecipientName",
49 @XmlElement(name =
"ServiceName", required =
true)
50 protected String serviceName;
51 @XmlElement(name = "RecipientName", required = true)
52 protected String recipientName;
53 @XmlElement(name = "AlternateRecipientName")
54 protected String alternateRecipientName;
55 @XmlElement(name = "Building", required = true)
56 protected String building;
57 @XmlElement(name = "Floor", required = true)
58 protected String floor;
59 @XmlElement(name = "Room")
60 protected String room;
61 @XmlElement(name = "Phonenumber")
62 protected String phonenumber;
72 public String getServiceName() {
85 this.serviceName = value;
109 this.recipientName = value;
121 return alternateRecipientName;
133 this.alternateRecipientName = value;
157 this.building = value;
229 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)