public class ShipmentModeDetailedData extends AbstractIdData implements Serializable
Java class for shipmentModeDetailedData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<CatalogType> |
catalogTypes |
protected boolean |
contactAddressRequired |
protected Integer |
deliveryTimeInDays |
protected String |
description |
protected boolean |
externalProvider |
protected String |
idCode |
protected String |
name |
protected ShipmentFeeData |
shipmentFee |
protected List<TicketSupport> |
ticketSupports |
protected ShipmentModeType |
type |
id
requestId, statusCode, statusDetail
Constructor and Description |
---|
ShipmentModeDetailedData() |
Modifier and Type | Method and Description |
---|---|
List<CatalogType> |
getCatalogTypes()
Gets the value of the catalogTypes property.
|
Integer |
getDeliveryTimeInDays()
Gets the value of the deliveryTimeInDays property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getIdCode()
Gets the value of the idCode property.
|
String |
getName()
Gets the value of the name property.
|
ShipmentFeeData |
getShipmentFee()
Gets the value of the shipmentFee property.
|
List<TicketSupport> |
getTicketSupports()
Gets the value of the ticketSupports property.
|
ShipmentModeType |
getType()
Gets the value of the type property.
|
boolean |
isContactAddressRequired()
Gets the value of the contactAddressRequired property.
|
boolean |
isExternalProvider()
Gets the value of the externalProvider property.
|
void |
setContactAddressRequired(boolean value)
Sets the value of the contactAddressRequired property.
|
void |
setDeliveryTimeInDays(Integer value)
Sets the value of the deliveryTimeInDays property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExternalProvider(boolean value)
Sets the value of the externalProvider property.
|
void |
setIdCode(String value)
Sets the value of the idCode property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setShipmentFee(ShipmentFeeData value)
Sets the value of the shipmentFee property.
|
void |
setType(ShipmentModeType value)
Sets the value of the type property.
|
getId, setId
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected List<CatalogType> catalogTypes
protected boolean contactAddressRequired
protected Integer deliveryTimeInDays
protected String description
protected boolean externalProvider
protected String idCode
protected String name
protected ShipmentFeeData shipmentFee
protected List<TicketSupport> ticketSupports
protected ShipmentModeType type
public List<CatalogType> getCatalogTypes()
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 catalogTypes property.
For example, to add a new item, do as follows:
getCatalogTypes().add(newItem);
Objects of the following type(s) are allowed in the list
CatalogType
public boolean isContactAddressRequired()
public void setContactAddressRequired(boolean value)
public Integer getDeliveryTimeInDays()
Integer
public void setDeliveryTimeInDays(Integer value)
value
- allowed object is
Integer
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isExternalProvider()
public void setExternalProvider(boolean value)
public String getIdCode()
String
public void setIdCode(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public ShipmentFeeData getShipmentFee()
ShipmentFeeData
public void setShipmentFee(ShipmentFeeData value)
value
- allowed object is
ShipmentFeeData
public List<TicketSupport> getTicketSupports()
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 ticketSupports property.
For example, to add a new item, do as follows:
getTicketSupports().add(newItem);
Objects of the following type(s) are allowed in the list
TicketSupport
public ShipmentModeType getType()
ShipmentModeType
public void setType(ShipmentModeType value)
value
- allowed object is
ShipmentModeType
Copyright © 2021. All rights reserved.