Class EnabledSystemType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.EnabledSystemType
NDC-enabled system.
Java class for EnabledSystemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnabledSystemType">
<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_AirShoppingRQ}ContactInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ProperNameType" minOccurs="0"/>
<element name="SystemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ContactInfoType>protected Stringprotected String -
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 systemID property.voidSets the value of the name property.voidsetSystemID(String value) Sets the value of the systemID property.
-
Field Details
-
contactInfo
-
name
-
systemID
-
-
Constructor Details
-
EnabledSystemType
public EnabledSystemType()
-
-
Method Details
-
getContactInfo
Gets the value of the contactInfo property.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
setmethod for the contactInfo property.For example, to add a new item, do as follows:
getContactInfo().add(newItem);Objects of the following type(s) are allowed in the list
ContactInfoType -
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
-
getSystemID
Gets the value of the systemID property.- Returns:
- possible object is
String
-
setSystemID
Sets the value of the systemID property.- Parameters:
value- allowed object isString
-