Class RetailPartnerType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.RetailPartnerType
Retail Partner
Java class for RetailPartnerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetailPartnerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContactInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ContactInfoType"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NameType" minOccurs="0"/>
<element name="RetailPartnerID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contactInfo property.getName()Gets the value of the name property.Gets the value of the retailPartnerID property.voidsetContactInfo(ContactInfoType value) Sets the value of the contactInfo property.voidSets the value of the name property.voidsetRetailPartnerID(String value) Sets the value of the retailPartnerID property.
-
Field Details
-
contactInfo
-
name
-
retailPartnerID
-
-
Constructor Details
-
RetailPartnerType
public RetailPartnerType()
-
-
Method Details
-
getContactInfo
Gets the value of the contactInfo property.- Returns:
- possible object is
ContactInfoType
-
setContactInfo
Sets the value of the contactInfo property.- Parameters:
value- allowed object isContactInfoType
-
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
-
getRetailPartnerID
Gets the value of the retailPartnerID property.- Returns:
- possible object is
String
-
setRetailPartnerID
Sets the value of the retailPartnerID property.- Parameters:
value- allowed object isString
-