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 |
idrequestId, 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, setIdgetRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected 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()
Integerpublic void setDeliveryTimeInDays(Integer value)
value - allowed object is
Integerpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isExternalProvider()
public void setExternalProvider(boolean value)
public String getIdCode()
Stringpublic void setIdCode(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ShipmentFeeData getShipmentFee()
ShipmentFeeDatapublic void setShipmentFee(ShipmentFeeData value)
value - allowed object is
ShipmentFeeDatapublic 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()
ShipmentModeTypepublic void setType(ShipmentModeType value)
value - allowed object is
ShipmentModeTypeCopyright © 2021. All rights reserved.