public class UpdateAliasData extends Object implements Serializable
Java class for updateAliasData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
aliasId |
protected String |
contactNumber |
protected List<EpcField> |
epcAdditionalData |
protected Long |
pointOfSalesId |
protected String |
redirectionUrl |
protected Integer |
requestId |
Constructor and Description |
---|
UpdateAliasData() |
Modifier and Type | Method and Description |
---|---|
String |
getAliasId()
Gets the value of the aliasId property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
List<EpcField> |
getEpcAdditionalData()
Gets the value of the epcAdditionalData property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
String |
getRedirectionUrl()
Gets the value of the redirectionUrl property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setAliasId(String value)
Sets the value of the aliasId property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setRedirectionUrl(String value)
Sets the value of the redirectionUrl property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long pointOfSalesId
protected String aliasId
protected String contactNumber
protected String redirectionUrl
public Integer getRequestId()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public Long getPointOfSalesId()
Long
public void setPointOfSalesId(Long value)
value
- allowed object is
Long
public String getAliasId()
String
public void setAliasId(String value)
value
- allowed object is
String
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public List<EpcField> getEpcAdditionalData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the epcAdditionalData property.
For example, to add a new item, do as follows:
getEpcAdditionalData().add(newItem);
Objects of the following type(s) are allowed in the list
EpcField
public String getRedirectionUrl()
String
Copyright © 2021. All rights reserved.