Class DeliveryProviderType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sscn.DeliveryProviderType
Java class for DeliveryProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryProviderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}ID_Type"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}NameType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
name
-
-
Constructor Details
-
DeliveryProviderType
public DeliveryProviderType()
-
-
Method Details
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-