Class WarningType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.WarningType
Contains information related to potential business errors detected during processing of the preceding request.
Java class for WarningType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WarningType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
<element name="LangCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
<element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ProperNameType" minOccurs="0"/>
<element name="StatusText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
<element name="TagText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
<element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
<element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}UniformResourceID_Type" minOccurs="0"/>
<element name="WarningID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the descText property.Gets the value of the langCode property.Gets the value of the ownerName property.Gets the value of the statusText property.Gets the value of the tagText property.Gets the value of the typeCode property.getURL()Gets the value of the url property.Gets the value of the warningID property.voidSets the value of the code property.voidsetDescText(String value) Sets the value of the descText property.voidsetLangCode(String value) Sets the value of the langCode property.voidsetOwnerName(String value) Sets the value of the ownerName property.voidsetStatusText(String value) Sets the value of the statusText property.voidsetTagText(String value) Sets the value of the tagText property.voidsetTypeCode(String value) Sets the value of the typeCode property.voidSets the value of the url property.voidsetWarningID(String value) Sets the value of the warningID property.
-
Field Details
-
code
-
descText
-
langCode
-
ownerName
-
statusText
-
tagText
-
typeCode
-
url
-
warningID
-
-
Constructor Details
-
WarningType
public WarningType()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getDescText
Gets the value of the descText property.- Returns:
- possible object is
String
-
setDescText
Sets the value of the descText property.- Parameters:
value- allowed object isString
-
getLangCode
Gets the value of the langCode property.- Returns:
- possible object is
String
-
setLangCode
Sets the value of the langCode property.- Parameters:
value- allowed object isString
-
getOwnerName
Gets the value of the ownerName property.- Returns:
- possible object is
String
-
setOwnerName
Sets the value of the ownerName property.- Parameters:
value- allowed object isString
-
getStatusText
Gets the value of the statusText property.- Returns:
- possible object is
String
-
setStatusText
Sets the value of the statusText property.- Parameters:
value- allowed object isString
-
getTagText
Gets the value of the tagText property.- Returns:
- possible object is
String
-
setTagText
Sets the value of the tagText property.- Parameters:
value- allowed object isString
-
getTypeCode
Gets the value of the typeCode property.- Returns:
- possible object is
String
-
setTypeCode
Sets the value of the typeCode property.- Parameters:
value- allowed object isString
-
getURL
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getWarningID
Gets the value of the warningID property.- Returns:
- possible object is
String
-
setWarningID
Sets the value of the warningID property.- Parameters:
value- allowed object isString
-